Overview

ModRouter can expose all connected MCP tools through a single MCP server endpoint:
This is useful when a client such as Claude Desktop, Claude Code, Cursor, or another MCP-compatible app should connect to one endpoint instead of many separate MCP servers.

Connect an MCP Client

Configure your MCP client to use ModRouter as an HTTP MCP server:
If your deployment requires an API key, include it in the headers supported by your MCP client:

Test the Endpoint

List available tools:
Call a tool:

Next Steps