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

LM Studio plugins add web image analysis for vision-capable LLMs
A developer created plugins for LM Studio that enable vision-capable LLMs to fetch and analyze images from the web, with automatic image processing and tool chaining. The plugins work with models like Qwen 3.5 9b/27b and include updated Duck-Duck-Go and Visit Website functionality.

Reddit User Shares AI Tool for Gathering Financial Account Balances
A Reddit post on r/openclaw presents an AI agent designed to streamline the collection of financial account balances using Python. Users discuss automation potential via custom scripts leveraging APIs like Plaid.

depct: MCP Server Provides Claude with Live Runtime Analysis and Documentation
depct is an MCP server that instruments Node.js applications to capture runtime data, generating structured documentation with confidence levels that Claude can access before coding. The tool updates documentation automatically after Claude makes changes.

Karpathy Coding Skill Rewritten for Free Plan, Unlocks Claude Coding Discipline Without Pro
A Reddit user rewrote Karpathy's coding discipline guidelines for Claude's free plan, removing terminal and subagent dependencies. The system prompt auto-triggers on coding requests and enforces verification-first thinking.