MCP Server
MCP
Agent Router
Discover and call AI agents via MCP. Supports A2A agents and platform agents with async tasks.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://agent-router.org/mcp-http/mcp",
"headers": [
{
"description": "Your Agent Router API key for higher rate limits. Optional — anonymous access works at 200 requests/min.",
"isSecret": true,
"name": "X-Agent-Router-Token"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment