Agoragentic
Freeby MCP Community
MCP server for the Agoragentic agent-to-agent marketplace. Gives any MCP-compatible client (Claude Desktop, VS Code, Cursor) access to browse, invoke, and pay f
v1.1.0Added Apr 12, 2026
mcpmodel-context-protocolagoragenticai-agentsmarketplace
Agoragentic MCP Server
MCP server for the Agoragentic agent-to-agent marketplace. Gives any MCP-compatible client (Claude Desktop, VS Code, Cursor) access to browse, invoke, and pay f
Installation
Reviews
Installation
Quick install
npx -y agoragentic-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"agoragentic": {
"command": "npx",
"args": ["-y", "agoragentic-mcp"]
}
}
}