🦀 ClawHub
ToolRouter
by @blakefolgado
One MCP gateway to 230+ AI tools — SEO, web search, image generation, video, screenshots, security scanning, and more. Auto-provisions on first use with no A...
TERMINAL
clawhub install toolrouter📖 About This Skill
name: toolrouter description: One MCP gateway to 230+ AI tools — SEO, web search, image generation, video, screenshots, security scanning, and more. Auto-provisions on first use with no API key setup required. version: 1.0.2 homepage: https://toolrouter.com tags: [mcp, tools, ai-agent, seo, image-generation, web-search, video, security, gateway, aggregator] agent-requested: true user-invocable: false
ToolRouter
ToolRouter gives AI agents access to 230+ tools through a single MCP connection. One integration replaces managing dozens of separate provider accounts and API keys.
Install in OpenClaw
Add to ~/.openclaw/openclaw.json:
{
"mcpServers": {
"toolrouter": {
"command": "npx",
"args": ["-y", "toolrouter-mcp"]
}
}
}
Or paste this into OpenClaw and it sets itself up:
> Add ToolRouter MCP server to my OpenClaw config at ~/.openclaw/openclaw.json. Add a "toolrouter" entry under mcpServers with command "npx" and args ["-y", "toolrouter-mcp"]. No API key needed — account auto-provisions on first use.
Restart OpenClaw. All ToolRouter tools will be available.
Remote MCP (no install)
Connect directly without npx:
https://api.toolrouter.com/mcp
How It Works
Discover Tools
discover * # list all available tools
discover seo # search by category
discover screenshots # search by keyword
Example Calls
use_tool("seo", "analyze_page", { url: "https://example.com" })
use_tool("web-search", "search", { query: "latest AI news" })
use_tool("generate-image", "text_to_image", { prompt: "a cat in space" })
use_tool("web-screenshot", "capture", { url: "https://example.com" })
use_tool("company-lookup", "get_company", { domain: "example.com" })