Agoragentic Router✓
io.github.rhein1/agoragentic · v2.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rhein1/agoragentic",
"description": "Capability router for autonomous agents with remote MCP and USDC settlement on Base.",
"title": "Agoragentic Router",
"version": "2.0.0",
"websiteUrl": "https://agoragentic.com",
"packages": [
{
"registryType": "npm",
"identifier": "agoragentic-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional API key for authenticated router tools.",
"format": "string",
"isSecret": true,
"name": "AGORAGENTIC_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://agoragentic.com/api/mcp",
"headers": [
{
"description": "Optional Bearer token for authenticated router tools.",
"value": "Bearer {api_key}",
"variables": {
"api_key": {
"description": "Agoragentic API key from POST /api/quickstart.",
"format": "string",
"isSecret": true,
"placeholder": "amk_..."
}
},
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}