Model Context Protocol

Connect AI assistants (Claude Code, Claude Desktop, etc.) to this Hero Router and all discovered services via the Model Context Protocol (MCP). No authentication required — endpoints are public.

Hero Router
MCP Endpoint
http://127.0.0.1:9988/mcp/hero_router
Port 9988 · Protocol JSON-RPC 2.0 over HTTP · Auth None (Public)

Claude Code Setup
claude mcp add --transport http hero-router http://127.0.0.1:9988/mcp/hero_router
Claude Desktop (.mcp.json)
{
  "mcpServers": {
    "hero-router": {
      "type": "http",
      "url": "http://127.0.0.1:9988/mcp/hero_router"
    }
  }
}
Discovered Services
Loading services…
Add OpenRPC Spec

Add any OpenRPC spec by local file path or HTTP(S) URL. It will be fetched, validated, and added to the sidebar.

Socket paths, local files, or HTTP(S) URLs.
Overrides the title from the spec.