← Registry

API Tools

toolrouter.com

Manages account billing contexts, credits balance, and preferences for an API service.

1 endpoint47 known toolsFirst detected June 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.toolrouter.com/mcp

No auth detected

MCP server metadata

Name
toolrouter
Version
0.3.1
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui.mimeTypesextensions.io.modelcontextprotocol/skills.directoryRead
Server instructions

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_setup

Initialize or re-check your account, provision it when needed, and return your user ID and plan.

Inferred read-only
account_list

List all billing contexts (personal + teams) or get detail on one.

Inferred read-only
account_switch

Set the active billing context.

Inferred read-only
account_preferences

Read or write billing preferences (auto-reload, budget cap, default context).

Potential side effects
credits_balance

Current balance, plan tier, rate limits, and any negative-balance warnings for the active context.

Inferred read-only
credits_usage

Usage summary or history.

Inferred read-only
subscription_manage

Get a Stripe management URL (portal, upgrade, or cancel).

Inferred read-only
invoice_list

List invoices for the active billing context.

Inferred read-only
key_list

List API keys (summary) or get detail on one key.

Inferred read-only
key_create

Create a new API key.

Potential side effects
key_delete

Revoke an API key.

Inferred read-only
credential_list

List saved credentials (summary) or detail on one.

Inferred read-only
credential_save

Save a credential (BYOK provider API key).

Inferred read-only
credential_delete

Remove a saved credential.

Potential side effects
credential_default

Set the default value for a multi-value credential.

Inferred read-only
credential_guide

Get setup instructions for a specific credential.

Inferred read-only
file_list

List or search files.

Inferred read-only
file_read

Read a file's full content.

Inferred read-only
file_write

Create or update a file.

Potential side effects
file_delete

Delete a file.

Potential side effects
persona_list

List your personas.

Inferred read-only
scene_list

List your scenes.

Inferred read-only
product_list

List your products.

Inferred read-only
outfit_list

List your outfits.

Inferred read-only
connector_list

List connected accounts and MCP servers (summary) or detail on one connector.

Inferred read-only
connector_add

Connect a new OAuth account or MCP server.

Inferred read-only
connector_remove

Disconnect a connector.

Inferred read-only
brain_admin

Brain admin operations.

Inferred read-only
job_list

List your active and recent jobs.

Inferred read-only
job_get

Get job status and result.

Inferred read-only
job_cancel

Cancel a running job.

Inferred read-only
feedback_review

Submit a review or star rating.

Inferred read-only
feedback_debug

Report a ToolRouter platform bug that blocks you from completing the user's task.

Inferred read-only
feedback_request_tool

Ask ToolRouter to build a tool that does not exist yet.

Inferred read-only
top_up_credits

Add credits to your account.

Inferred read-only
discover

Find the right ToolRouter tool for your task.

Inferred read-only
use_tool

Call a ToolRouter catalogue tool.

Inferred read-only
brain_query

Search your knowledge brain for relevant information.

Inferred read-only
brain_add

Create a new brain page.

Potential side effects
brain_update

Edit an existing brain page's content or metadata.

Potential side effects
brain_delete

Archive a brain page.

Inferred read-only
brain_status

View brain page counts and recent pages for your personal and team brain.

Inferred read-only
brain_lint

Run maintenance checks on your brain: find stale pages, orphaned knowledge, and other issues.

Inferred read-only
brain_settings

View and toggle your brain settings.

Inferred read-only
brain_expand

Retrieve the verbatim source text (a "drawer") linked from a brain page.

Inferred read-only
brain_wings

List the wings of your brain — the top-level areas your knowledge is organised under (e.

Inferred read-only
connector_permissions

View or set permissions for tools on a connected MCP server — which tools are allowed, rate limits, budget caps, argument restrictions.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.