← Index

Agoragentic Router

io.github.rhein1/agoragentic·v2.0.0·Other
Quality Score
85
/100

Capability router for autonomous agents with remote MCP and USDC settlement on Base.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://agoragentic.com/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agoragentic": {
      "command": "npx",
      "args": [
        "-y",
        "agoragentic-mcp"
      ],
      "env": {
        "AGORAGENTIC_API_KEY": "<your-agoragentic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agoragentic": {
      "command": "npx",
      "args": [
        "-y",
        "agoragentic-mcp"
      ],
      "env": {
        "AGORAGENTIC_API_KEY": "<your-agoragentic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agoragentic-mcp
§02  Environment variables
AGORAGENTIC_API_KEY
secret

Optional API key for authenticated router tools.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
10
stability
10
§04  Alternatives in Other