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

Mímir: A Python Memory System Built on 21 Neuroscience Mechanisms
Mímir is a Python memory system for AI agents that implements 21 cognitive science mechanisms like flashbulb memory and retrieval-induced forgetting. It uses a hybrid BM25 + semantic + date index and shows benchmark improvements including 13% higher tool accuracy on Mem2ActBench versus VividnessMem.

Local AI Agent Achieves Sub-Second STT and TTS Latency with Open-Source Servers
A developer achieved ~0.2s STT latency using Whisper large-v3-turbo with hybrid thread-managed GPU architecture and ~250ms TTS latency with Coqui-TTS optimized for low-latency synthesis. Both implementations are fully self-hosted and open-sourced.

Open Source Agent Skill for TypeScript, React, and Next.js Patterns
A developer has released a 4,000-line, 17-file structured markdown reference designed for AI agents like Claude Code to follow when generating or reviewing TypeScript, React, and Next.js code. It addresses common issues like improper API response validation and misuse of 'use client' directives.

Delimit Governance Layer for Multi-Agent AI Development
Delimit is an open-source governance layer that coordinates multiple AI coding agents to prevent conflicts. It provides shared memory, collision detection, and audit tracking for agents like Claude Code, Codex, and Gemini.