← Back to Plugins
MCP Server MCP

Agent Router

github By github 👁 1 views ▲ 0 votes

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

Comments

Sign in to leave a comment

Loading comments...