explaingit

transitive-bullshit/agentic

18,125TypeScriptAudience · developerComplexity · 4/5MaintainedSetup · hard

TLDR

A marketplace for AI tools where developers could publish APIs and charge other developers for using them, with built-in billing and a curated catalog.

Mindmap

mindmap
  root((repo))
    What it does
      Tool marketplace
      Monetization layer
      Curated catalog
    How it works
      HTTP APIs
      MCP protocol
      Stripe billing
    Infrastructure
      Edge network
      Caching
      Rate limiting
    Tech stack
      TypeScript
      MCP standard
      Stripe integration
    Use cases
      Sell custom tools
      Discover AI tools
      Charge per use

Things people build with this

USE CASE 1

Publish your own API or tool and start earning money when AI agents use it.

USE CASE 2

Browse and integrate pre-built, reviewed tools into your AI application with per-use billing.

USE CASE 3

Build a monetized tool marketplace for your team or community without handling payment infrastructure.

Tech stack

TypeScriptMCP protocolStripeEdge network

Getting it running

Difficulty · hard Time to first run · 1day+

Requires Stripe account setup, MCP protocol implementation, and edge network deployment configuration.

License could not be detected automatically. Check the repository's LICENSE file before use.

In plain English

Agentic was a marketplace and gateway for AI tools, a platform where developers could publish their own tools or APIs and immediately start charging other developers and AI agents for using them. The central idea was that if you had an existing HTTP API or a server built using the MCP protocol (a standard for exposing tools to AI systems), you could register it with Agentic and begin monetizing it with minimal effort. From the consumer side, developers could browse a curated catalog of tools, all of which had been manually reviewed and tested. Billing was handled through Stripe on a per-use basis. The underlying infrastructure used a global edge network to route requests quickly, with support for caching and rate limiting. The project described itself as compatible with every major TypeScript AI library. Note that as of February 2026, the project has been archived by its author and is no longer actively developed. The code remains publicly available but receives no further updates.

Copy-paste prompts

Prompt 1
How would I register my existing HTTP API with Agentic to start monetizing it?
Prompt 2
Show me how to integrate a tool from the Agentic marketplace into my TypeScript AI application.
Prompt 3
What's the difference between publishing an HTTP API versus an MCP protocol tool on Agentic?
Prompt 4
How does the per-use billing work when an AI agent calls a tool through Agentic?
Open on GitHub → Explain another repo

Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.