MCP server and API gateway for discovering, monitoring, and invoking more than 300 AI agents with one API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentforge.
One API key. 300+ AI agents. Zero configuration.
AgentForge is a unified API gateway and marketplace for AI agents. Use a single API key to access hundreds of AI agents โ no need to manage individual API keys, authentication, or billing for each one.
Live Demo | API Docs | Browse Agents
Most AI agent platforms make you manage separate API keys, auth flows, and billing for every agent you use. AgentForge gives you one key to rule them all.
MCP support โ Use AgentForge as a Model Context Protocol server to access all agents from Claude, Cursor, and other MCP clients
AgentForge ships a built-in MCP server (mcp/server.ts) that exposes all 300+ agents as MCP tools. This lets any MCP-compatible client โ Claude Desktop, Cursor, Continue, etc. โ discover and invoke agents with zero extra configuration.
| Tool | Description |
|---|---|
list_agents | List all agents on the marketplace (optional category/limit filter) |
get_agent | Get full details for a specific agent by ID |
invoke_agent | Invoke any agent with a chat-completion style messages array |
check_agent_health | Check the health/availability of a specific agent |
get_platform_stats | Retrieve aggregate platform statistics |
Add the following to your claude_desktop_config.json
(~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Restart Claude Desktop. You will now see AgentForge tools available in the MCP connector panel.
Any MCP client that supports stdio transport can connect to AgentForge:
| Variable | Required | Description |
|---|---|---|
AGENTFORGE_API_KEY | Yes (for invoke_agent) | Your AgentForge API key |
AGENTFORGE_BASE_URL | No | Override base URL (default: https://patreon.zeabur.app) |
Usage tracking and billing history
API proxy โ we handle auth, rate limiting, and billing
Auto-import from GitHub trending and HuggingFace
| Method | Endpoint | Description |
|--------|----------|-------------|
| POST | /api/agents/:id/invoke | Invoke an agent |
| GET | /api/agents | List all agents |
| GET | /api/agents/:id | Get agent details |
| GET | /api/agents/:id/health | Check agent health |
| GET | /api/stats | Platform statistics |
Full API documentation: patreon.zeabur.app/#/docs
PostgreSQL
| Variable | Required | Description |
|---|---|---|
DATABASE_URL | Yes | PostgreSQL connection string |
STRIPE_SECRET_KEY | No | Stripe API key for payments |
STRIPE_WEBHOOK_SECRET | No | Stripe webhook signing secret |
GOOGLE_CLIENT_ID | No | Google OAuth client ID |
GOOGLE_CLIENT_SECRET | No | Google OAuth client secret |
SMTP_HOST | No | SMTP server for emails |
SMTP_USER | No | SMTP username |
SMTP_PASS | No | SMTP password |
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/doggychip-agentforge)<a href="https://allmcps.com/mcp/doggychip-agentforge"><img src="https://allmcps.com/api/badge/doggychip-agentforge?style=directory" alt="Agentforge on AllMCPs" /></a>