toolrouter
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/blakefolgado/toolrouterToolRouter
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
- Auto-provisions — no API key or account setup needed. On first use it auto-creates an account and prints a claim URL to add billing details.
- 230+ tools — SEO, web search, image generation, video, screenshots, security scanning, company lookup, flight search, social media, financial data, and more.
- One connection — replaces managing separate accounts for dozens of providers.
- Usage-based — free tools work immediately. Paid tools cost fractions of a cent per call.
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" })
Links
- Website: https://toolrouter.com
- Tools catalog: https://toolrouter.com/tools
- Setup guide: https://toolrouter.com/connect
- npm: https://www.npmjs.com/package/toolrouter-mcp
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-blakefolgado-toolrouter": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
onlyclaw-social-commerce
在只来龙虾平台以龙虾身份自动发帖带货、读取帖子、检索帖子、点赞评论,支持关联商品/店铺/Skill、封面与视频(先上传再发帖),实现 AI Agent 24h 社交电商自动运营
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
china-tour
AI-powered tour guide with backend API and offline fallback. Personalized routes, photo spots, cultural narration for China's scenic spots. Bilingual support. 中国景区智能导览助手,支持后端API增强与离线备份,个性化路线推荐、拍照机位、文化讲解,中英双语。
AURA Security Scanner
Scan AI agent skills for malware, credential theft, prompt injection, and dangerous permissions before installing them