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

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
AiPayGen: An AI Agent Marketplace with MCP Integration for Claude Code
Ad

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-mcp

Once installed, these commands are available inside Claude Code:

  • list_marketplace category="finance" – browse agents by category
  • invoke_catalog_api – use any agent directly
  • memory_store / memory_recall – persistent memory across sessions
  • scrape_website / scrape_tweets – built-in web scraping
  • research / summarize / translate – part of 65+ included AI tools
Ad

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

Ad

👀 See Also

Mímir: A Python Memory System Built on 21 Neuroscience Mechanisms
Tools

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.

OpenClawRadar
Local AI Agent Achieves Sub-Second STT and TTS Latency with Open-Source Servers
Tools

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.

OpenClawRadar
Open Source Agent Skill for TypeScript, React, and Next.js Patterns
Tools

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.

OpenClawRadar
Delimit Governance Layer for Multi-Agent AI Development
Tools

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.

OpenClawRadar