ToolRouter
Give your AI agent superpowers with access to 150+ tools on demand with just one account. One API key replaces managing dozens of provider accounts.
Authentication
Requires a ToolRouter API key. Get one at toolrouter.com — auto-provisioned on first use. Set via TOOLROUTER_API_KEY environment variable.
CODEBLOCK0
Setup
Option A: npx (stdio bridge)
The toolrouter-mcp npm package (npmjs.com/package/toolrouter-mcp) is a lightweight stdio-to-HTTP bridge that connects your local MCP client to the hosted ToolRouter API.
CODEBLOCK1
Source: Published on npm by Humanleap. The package proxies MCP requests to api.toolrouter.com over HTTPS.
Option B: Remote MCP (streamable HTTP)
Connect directly to the hosted endpoint — no local code execution:
CODEBLOCK2
Authentication via API key header. Works with any MCP client that supports remote/streamable HTTP transport.
What You Get
150+ tools across these categories, growing daily:
- - Research — competitor intelligence reports, deep research with citations, academic papers
- Video & Audio — video production from creative briefs, AI dubbing in any language, text-to-speech with 1000+ voices
- Search & Data — web search, job listings with salary data, SEC filings, lead generation
- Security — penetration testing, vulnerability scanning, supply chain risk auditing
- Web Extraction — stealth scraping through bot protection, structured data extraction
- Image & Media — image generation, brand logo extraction
- Travel — live flight search with pricing, hotel and stay comparisons
- Documents — Word docs, Excel, PowerPoint, PDF creation and editing
- Marketing — ad library search, social media analytics, app store optimization
Usage
Discover tools
CODEBLOCK3
Call a tool
CODEBLOCK4
Billing
Usage-based — pay per tool call. Most calls cost fractions of a cent. No subscriptions required.
Links
ToolRouter
只需一个账户,即可按需调用150多种工具,为您的AI智能体赋予超能力。一个API密钥即可替代管理数十个供应商账户的繁琐工作。
身份验证
需要ToolRouter API密钥。 请访问toolrouter.com获取——首次使用时会自动配置。通过TOOLROUTERAPI_KEY环境变量进行设置。
json
{
mcpServers: {
toolrouter: {
command: npx,
args: [-y, toolrouter-mcp],
env: {
TOOLROUTERAPIKEY: your-api-key
}
}
}
}
设置
选项A:npx(标准输入输出桥接)
toolrouter-mcp npm包(npmjs.com/package/toolrouter-mcp)是一个轻量级的标准输入输出到HTTP的桥接工具,可将您的本地MCP客户端连接到托管的ToolRouter API。
npx -y toolrouter-mcp
来源: 由Humanleap在npm上发布。该包通过HTTPS将MCP请求代理到api.toolrouter.com。
选项B:远程MCP(可流式HTTP)
直接连接到托管端点——无需本地代码执行:
https://api.toolrouter.com/mcp
通过API密钥标头进行身份验证。适用于任何支持远程/可流式HTTP传输的MCP客户端。
您将获得
涵盖以下类别的150多种工具,且每日持续增加:
- - 研究 — 竞争对手情报报告、带引用的深度研究、学术论文
- 视频与音频 — 从创意简报生成视频、任意语言的AI配音、1000多种语音的文本转语音
- 搜索与数据 — 网页搜索、带薪资数据的职位列表、SEC文件、潜在客户生成
- 安全 — 渗透测试、漏洞扫描、供应链风险审计
- 网页提取 — 绕过机器人防护的隐身抓取、结构化数据提取
- 图像与媒体 — 图像生成、品牌标志提取
- 旅行 — 带定价的实时航班搜索、酒店与住宿比较
- 文档 — Word文档、Excel、PowerPoint、PDF的创建与编辑
- 营销 — 广告库搜索、社交媒体分析、应用商店优化
使用方法
发现工具
json
{
tool: toolrouter,
skill: discover,
input: { query: 竞争对手研究 }
}
调用工具
json
{
tool: toolrouter,
skill: use_tool,
input: {
tool: competitor-research,
skill: analyze,
input: { url: https://example.com }
}
}
计费
按使用量计费——每次工具调用付费。大多数调用仅需几分之一美分。无需订阅。
链接