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

Ollama Update Adds OpenClaw Support for Kimi k2.5 Cloud Model
Ollama has released an update that integrates OpenClaw support for cloud models, including free access to the Kimi k2.5 model with web search functionality, running on NVIDIA data centers.

Discord Bridge for Autonomous Claude Code Sessions
A bridge.js script (~50 lines, discord.js v14) creates real-time two-way chat between Discord and Claude Code via WebSocket + local file queue, replacing 2-minute polling with microsecond file reads. Tested on 27K lines analyzed overnight.

Jeeves: TUI for Browsing and Resuming AI Agent Sessions
Jeeves is a terminal user interface that lets you search, preview, and resume AI agent sessions from Claude Code, Codex, and OpenCode in a single view. It's written in Go and available via multiple package managers including Homebrew, Nix, and Go install.

Dynamic Status Bar for Claude Code Shows Live Updates
A developer has improved their Claude Code status bar from static text to dynamic display with real-time updates showing what Claude is working on. The configuration is available as a GitHub gist.