API Tools
a2a-router.com
Bridge between MCP and A2A agents, enabling discovery and calling of tools across protocols.
ENDPOINT 1
https://www.a2a-router.com/api/mcp
MCP server metadata
- Name
- io.github.shufflethis/a2a-router
- Version
- 0.1.0
Use this server to inspect a2a-router metadata and bridge between public A2A JSON-RPC agents and public MCP Streamable HTTP tools. Targets must be public https:// URLs. Local/private/reserved networks are blocked. User confirmation is recommended before bridge calls because target tools may have side effects.
Known tools 5
a2a_router.statusReturn the current live status, public endpoints, planned runtime components, and known limitations for a2a-router.
Inferred read-onlya2a_router.trust_pledgeReturn the machine-readable Trust-Pledge, DID, JWKS, and A2A Agent Card metadata published by a2a-router.
Inferred read-onlya2a_router.list_mcp_toolsBridge-discover tools from a public MCP Streamable HTTP endpoint.
Inferred read-onlya2a_router.call_mcp_toolBridge-call a named tool on a public MCP Streamable HTTP endpoint.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.io-github-shufflethis-a2a-router]
url = "https://www.a2a-router.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"io-github-shufflethis-a2a-router": {
"type": "http",
"url": "https://www.a2a-router.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: io-github-shufflethis-a2a-router
Remote MCP URL: https://www.a2a-router.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"io-github-shufflethis-a2a-router": {
"url": "https://www.a2a-router.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"io-github-shufflethis-a2a-router": {
"type": "http",
"url": "https://www.a2a-router.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "io-github-shufflethis-a2a-router",
"transport": "streamable-http",
"url": "https://www.a2a-router.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for a2a-router.com was fetched 2026-07-25T08:47:10.983Z and is being refreshed.
a2a-router.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.