explaingit

transitive-bullshit/agentic

Analysis updated 2026-05-18

18,126TypeScriptAudience · developerComplexity · 4/5Setup · 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
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

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.

What is it built with?

TypeScriptMCP protocolStripeEdge network

How does it compare?

transitive-bullshit/agenticclaude-code-best/claude-codejimliu/baoyu-skills
Stars18,12618,17018,081
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardmoderateeasy
Complexity4/54/51/5
Audiencedeveloperdevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you get 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?

Frequently asked questions

What is agentic?

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.

What language is agentic written in?

Mainly TypeScript. The stack also includes TypeScript, MCP protocol, Stripe.

What license does agentic use?

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

How hard is agentic to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is agentic for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub transitive-bullshit on gitmyhub

Verify against the repo before relying on details.