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

ZSE: Open-source LLM inference engine with 3.9-second cold starts
ZSE is an open-source LLM inference engine that reduces 32B model memory requirements from 64GB to 19.3GB VRAM and achieves 3.9-second cold starts for 7B models using a pre-quantized .zse format with memory-mapped weights.

Auto Router vs Sonnet: Cost Savings vs Response Quality
Open Router's Auto Router feature dynamically selects LLMs based on context complexity, offering significant cost savings (0.8 cents vs 0.00071 cents per request), but users report degraded response quality compared to Sonnet 4.6.

Hollow AgentOS reduces Claude Code token usage by 68.5% with JSON-native OS for AI agents
Hollow AgentOS is a JSON-native operating system for AI agents that cuts Claude Code's token usage by 68.5% by eliminating wasteful shell command overhead. It plugs into Claude Code via MCP, runs local inference through Ollama, and is MIT licensed.

Claude Code Matrix Channel Plugin Built in Rust with E2EE Support
A developer built a Matrix channel plugin for Claude Code in Rust, adding support for text, files, images with E2EE decryption, reply threading, reactions, and bot commands. The 14MB binary is MIT licensed and works with any Matrix homeserver.