API Tools
toolrouter.com
Manages account billing contexts, credits balance, and preferences for an API service.
ENDPOINT 1
https://api.toolrouter.com/mcp
MCP server metadata
- Name
- toolrouter
- Version
- 0.3.1
ToolRouter serves operation guidance as Agent Skills. Skills-aware hosts can enumerate them with skills/list, retrieve one with skills/get, and load its files on demand with resources/read.
Known tools 47
account_setupInitialize or re-check your account, provision it when needed, and return your user ID and plan.
Inferred read-onlyaccount_preferencesRead or write billing preferences (auto-reload, budget cap, default context).
Potential side effectscredits_balanceCurrent balance, plan tier, rate limits, and any negative-balance warnings for the active context.
Inferred read-onlyconnector_listList connected accounts and MCP servers (summary) or detail on one connector.
Inferred read-onlyfeedback_debugReport a ToolRouter platform bug that blocks you from completing the user's task.
Inferred read-onlybrain_statusView brain page counts and recent pages for your personal and team brain.
Inferred read-onlybrain_lintRun maintenance checks on your brain: find stale pages, orphaned knowledge, and other issues.
Inferred read-onlybrain_expandRetrieve the verbatim source text (a "drawer") linked from a brain page.
Inferred read-onlybrain_wingsList the wings of your brain — the top-level areas your knowledge is organised under (e.
Inferred read-onlyconnector_permissionsView or set permissions for tools on a connected MCP server — which tools are allowed, rate limits, budget caps, argument restrictions.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.toolrouter]
url = "https://api.toolrouter.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toolrouter": {
"type": "http",
"url": "https://api.toolrouter.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toolrouter
Remote MCP URL: https://api.toolrouter.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"toolrouter": {
"url": "https://api.toolrouter.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toolrouter": {
"type": "http",
"url": "https://api.toolrouter.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toolrouter",
"transport": "streamable-http",
"url": "https://api.toolrouter.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.