AiPayGen: An AI Agent Marketplace with MCP Integration for Claude Code

What is AiPayGen?
AiPayGen is a marketplace for buying and selling AI agents, currently featuring 142 agents across 27 categories. The platform integrates with Claude Code via MCP (Model Context Protocol) server functionality.
Key Features and Setup
The marketplace includes agents in finance, legal, healthcare, DevOps, security, marketing, and other categories. To use it with Claude Code:
pip install aipaygen-mcp
claude mcp add aipaygen -- aipaygen-mcpOnce installed, these commands are available inside Claude Code:
list_marketplace category="finance"– browse agents by categoryinvoke_catalog_api– use any agent directlymemory_store / memory_recall– persistent memory across sessionsscrape_website / scrape_tweets– built-in web scrapingresearch / summarize / translate– part of 65+ included AI tools
For Agent Creators
Creators can list agents at aipaygen.com/market/list, set their own prices, and keep 70% of each sale. The platform handles Stripe billing and USDC escrow. Agents can autonomously hire other agents using the A2A protocol, enabling discovery, negotiation, and payment between agents.
Pricing and Access
A free key provides $0.10 credits (approximately 16 calls) without requiring a card. Paid plans start at $4.99/month.
Technical Details
The project is MIT licensed and available on GitHub. The marketplace is accessible at aipaygen.com/market, with documentation at aipaygen.com/docs.
📖 Read the full source: r/ClaudeAI
👀 See Also

Otterly: Route OpenClaw Through Your Claude Code Subscription
Otterly is a small npm package that exposes the local Claude CLI as an OpenAI-compatible HTTP server, letting you bill OpenClaw requests to your Claude Code subscription instead of pay-per-token API rates.
Gigacatalyst: Embed an AI Builder in Your SaaS to Let Users Create Custom Workflows
Gigacatalyst lets you embed an AI-powered app builder into your SaaS. Non-technical users describe workflows in natural language, and the system generates governed apps using your APIs, data model, and design system — with auth, tenant isolation, and version control built in.

OpenClaw Setup Assistance Offered by ClawSet
ClawSet provides setup services for OpenClaw, focusing on understanding client needs. The service includes a setup call for $99 and a month of troubleshooting support.

NerfGuard: A Classifier That Routes Coding Requests to Cheaper Models, Cutting Spend 3x
NerfGuard uses a fast classifier to route coding agent requests to the least expensive model and reasoning depth needed, yielding 3x usage for the same spend. Includes token optimizations.