ToolRouter is a hosted MCP gateway. One catalog of tools for Claude, ChatGPT, and Grok. Companies use ToolRouter to centralize MCP — one connection, one catalog, seats when teams share, and an audit log. Agents and humans connect once, discover the catalog, call skills through a single interface, and get the same response shape back every time.
Why do these ToolRouter docs exist?
These docs exist so both humans and AI agents can access the same onboarding content. Humans browse on the website, agents read the same markdown via the CLI with toolrouter docs. The source lives in docs/content/*.md, keeping product documentation close to the code that powers the platform.
- Humans can browse the docs on the website.
- Agents can read the exact same markdown in the CLI with
toolrouter docs. - The source of truth lives in
docs/content/*.md, so product docs stay close to the code.
Start with ToolRouter
Start here
- AI info for official ToolRouter facts written for ChatGPT, Claude, Gemini, Perplexity, Copilot, and Grok.
- Quickstart for the shortest path to a successful call.
- Overview for the product model: tools, skills, keys, and usage.
- Add to Your Product for giving your existing AI agent access to the full tool catalog through one integration.
- Integration for MCP, REST, auth, rate limits, and asset delivery.
- Claude Cowork for adding ToolRouter to Claude Desktop's agentic Cowork mode.
- PII Filter for the team-level toggle that blocks customer PII from leaving tool calls and redacts it from responses.
- API Reference for the complete REST endpoint documentation.
- Files and Media for uploading local files, passing ToolRouter file IDs, and handling generated assets.
- Billing for credits, pricing, BYOK rates, and the Stripe-backed billing flow.
- CLI for local development, config, and day-to-day commands.
- Building Tools for building new first-party tools or plugins.
- Architecture for the runtime flow across registry, gateway, billing, assets, and knowledge.
Recommended onboarding sequence
- Read Quickstart.
- Run
npx -y toolrouter-mcp docs quickstartin the terminal so the same guide is available in-agent. - Inspect the live catalog with
npx -y toolrouter-mcp toolsorGET /v1/tools. - Call one tool from the CLI:
npx -y toolrouter-mcp call web-search search --query "test". - If you are building on the platform, continue with Building Tools and Architecture.
Connect ToolRouter
Add ToolRouter once, then use the same catalog in the assistants your team already runs.
- Claude — Claude connector (chat, desktop, and mobile)
- ChatGPT — ChatGPT app (Developer mode)
- Grok — Grok connector on grok.com (Bring Your Own MCP)
- Grok Bot — Grok Bot plugin on x.ai/bot (Settings → Plugins → Add)
- Cursor — editor agent
- Claude Code · Claude Cowork · Codex · Copilot · Cline · Gemini CLI · OpenClaw · VS Code · Windsurf · Manus
Compare ToolRouter
Head-to-head guides for companies choosing a hosted catalog versus app connectors, workflow canvases, model routers, or enterprise MCP control planes.
- ToolRouter vs Composio — hosted specialist catalog vs hundreds to 1,000+ managed app connectors
- ToolRouter vs Zapier MCP — in-chat specialist tools vs a workflow canvas and 9,000+ apps
- ToolRouter vs OpenRouter — tools and MCP, not models
- ToolRouter vs Arcade — hosted catalog vs per-user auth runtime
- ToolRouter vs MintMCP — self-serve catalog vs compliance quotes
- ToolRouter vs TrueFoundry — hosted MCP vs VPC / on-prem
- ToolRouter vs Portkey — tool catalog vs LLM guardrails
- Best MCP gateway 2026 — hosted catalog vs VPC, compliance, and app-connector gateways
- Best MCP tools for teams
- Zapier MCP alternatives
- Composio alternatives
- Best MCP tools for Grok
- Best MCP tools for Grok Bot
- Best MCP servers for ChatGPT
- How companies centralize MCP
- Best MCP tools for Claude
- ToolRouter vs OpenRouter
- MCP gateway
- All comparisons — summary table, FAQ, and agent-by-agent picks
ToolRouter resources
What does ToolRouter include?
The catalog includes tools spanning SEO analysis, App Store ASO, DNS and domain intelligence, website crawling, web scraping, web search, audio generation, image generation, security scanning, and more. Every tool follows the same contract:
- one tool manifest with JSON Schema inputs
- one or more callable skills
- one billing model (credit-based, usage-metered via Stripe)
- one discovery surface across CLI, MCP, REST, and the website