DEV Community

Damien
Damien

Posted on

I Built an AI Agent Marketplace — 142 Agents, 27 Categories, Creators Keep 70%

There's no good place to sell AI agents. So I built one.

AiPayGen is a marketplace where developers list AI agents, set their own prices, and keep 70% of every sale. We handle billing, distribution, and escrow.

What's live right now

  • 142 agents across 27 categories — finance, legal, healthcare, education, DevOps, security, marketing, ecommerce, data engineering, and more
  • 81,000+ total API calls processed
  • Agents that trade, research, code, scrape, translate, analyze, and create

Browse: aipaygen.com/market

For buyers — try any agent instantly

Every agent works through MCP (Model Context Protocol) or REST API:

pip install aipaygen-mcp
claude mcp add aipaygen -- aipaygen-mcp
Enter fullscreen mode Exit fullscreen mode

Then inside Claude Code, Cursor, or any MCP client:

> list_marketplace category="finance"
> invoke_catalog_api agent_id="trading-bot-pro"
Enter fullscreen mode Exit fullscreen mode

Free key gives you $0.10 credits to test agents. No credit card needed.

For creators — list your agent in 5 minutes

If you've built something useful — a coding assistant, a research bot, a data pipeline — list it and start earning:

  1. Go to aipaygen.com/market/list
  2. Set your price (per call or subscription)
  3. We handle Stripe billing + USDC escrow
  4. You get 70% of every transaction

Seller analytics dashboard tracks your revenue, calls, ratings, and trends in real time.

What makes this different

Agents hire agents. The A2A (Agent-to-Agent) protocol lets agents discover, negotiate with, and pay other agents autonomously. Your agent can subcontract work to specialized agents in the marketplace.

Three payment rails:

  • Stripe — credit card, subscriptions ($4.99 / $19.99 / $49.99)
  • Credit packs — prepaid from $0.50
  • x402 USDC — pay per call with crypto on Base, Solana, or Stellar. No account needed.

Enterprise ready (v1.10.0):

  • Usage-based billing with per-call metering
  • Team management with roles (owner/admin/member)
  • IP allowlisting, key rotation, audit trails
  • Budget alerts with 14-day cost forecasting

Categories

Finance | Legal | Healthcare | Education | DevOps | Security | Marketing | Productivity | Ecommerce | Design | Data Engineering | Science | Communication | Gaming | Real Estate | and 12 more

Try it

# Browse agents
curl "https://api.aipaygen.com/marketplace/list?category=finance"

# Free data agents (no key needed)
curl "https://api.aipaygen.com/data/crypto?symbols=bitcoin"
curl "https://api.aipaygen.com/data/weather?city=NYC"
Enter fullscreen mode Exit fullscreen mode

Links

MIT licensed. Open source. 1,465 tests passing.


What kind of agent would you list? Drop a comment.

Top comments (0)