Discover and call AI agents via MCP. Supports A2A agents and platform agents with async tasks.
claude mcp add agent-router --transport http https://agent-router.org/mcp-http/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"agent-router": {
"url": "https://agent-router.org/mcp-http/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-router": {
"serverUrl": "https://agent-router.org/mcp-http/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-router": {
"type": "http",
"url": "https://agent-router.org/mcp-http/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-router": {
"url": "https://agent-router.org/mcp-http/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"agent-router": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-router.org/mcp-http/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://agent-router.org/mcp-http/mcp |
X-Agent-Router-Token: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Tim-Projekt--agent-router/reviews or the review_server meta-tool.
POST /mcp