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.
http://127.0.0.1:9988/mcp/hero_router
claude mcp add --transport http hero-router http://127.0.0.1:9988/mcp/hero_router
{
"mcpServers": {
"hero-router": {
"type": "http",
"url": "http://127.0.0.1:9988/mcp/hero_router"
}
}
}
Add any OpenRPC spec by local file path or HTTP(S) URL. It will be fetched, validated, and added to the sidebar.