← Registry

API Tools

a2a-router.com

Bridge between MCP and A2A agents, enabling discovery and calling of tools across protocols.

1 endpoint5 known toolsFirst detected June 2, 2026Last detected August 6, 2026

ENDPOINT 1

https://www.a2a-router.com/api/mcp

No auth detected

MCP server metadata

Name
io.github.shufflethis/a2a-router
Version
0.1.0
Capabilities
tools
Server instructions

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.status

Return the current live status, public endpoints, planned runtime components, and known limitations for a2a-router.

Inferred read-only
a2a_router.trust_pledge

Return the machine-readable Trust-Pledge, DID, JWKS, and A2A Agent Card metadata published by a2a-router.

Inferred read-only
a2a_router.call_a2a_agent

Bridge from MCP to a public A2A JSON-RPC agent.

Inferred read-only
a2a_router.list_mcp_tools

Bridge-discover tools from a public MCP Streamable HTTP endpoint.

Inferred read-only
a2a_router.call_mcp_tool

Bridge-call a named tool on a public MCP Streamable HTTP endpoint.

Inferred read-only

CONNECT 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.

Trust status Neutral

a2a-router.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.