# ToolRouter (remote · api.toolrouter.com)

The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.

- Trust score: 86/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `api.toolrouter.com`: 86/100 (this document), [markdown](https://verifymcp.io/servers/humanleap-toolrouter/api.md), [page](https://verifymcp.io/servers/humanleap-toolrouter/api)

## Channel facts

- Endpoint: `https://api.toolrouter.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 6181 tokens (~128/item across 48 items; 48 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 57/100
  - Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 6 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 49 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the ToolRouter MCP server?

ToolRouter is a hosted endpoint at https://api.toolrouter.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http humanleap-toolrouter 'https://api.toolrouter.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "humanleap-toolrouter": {
      "url": "https://api.toolrouter.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "humanleap-toolrouter": {
      "type": "http",
      "url": "https://api.toolrouter.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.humanleap-toolrouter]
url = "https://api.toolrouter.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "humanleap-toolrouter": {
      "type": "remote",
      "url": "https://api.toolrouter.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add humanleap-toolrouter --url 'https://api.toolrouter.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  humanleap-toolrouter:
    url: "https://api.toolrouter.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "humanleap-toolrouter": {
      "Transport": "http",
      "Url": "https://api.toolrouter.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add humanleap-toolrouter -t streamable-http -u 'https://api.toolrouter.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "humanleap-toolrouter": {
      "type": "http",
      "url": "https://api.toolrouter.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 86, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-19 (score 85, 0)

- [security] Tool “discover” rewrote its description, which is the text the model reads
- [security] Tool “use_tool” rewrote its description, which is the text the model reads
- [functional] New tool “route”

### 2026-09-18 (score 85, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 84, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (48)

### `account_setup` (~54 tokens)

Set Up Account

Initialize or re-check your account, provision it when needed, and return your user ID and plan. CALL THIS FIRST when the user asks to set up ToolRouter, connect their account, check their account status, or get started.

### `account_list` (~75 tokens)

List Accounts & Teams

List all billing contexts (personal + teams) or get detail on one. No slug → summary list. With slug → full detail including team members, role, subscription status, and pointers to the team's connectors, credentials, keys, and files.

Input parameters:

- `slug` (string): Account slug for detail view. Omit to list all.

### `account_switch` (~66 tokens)

Switch Account

Set the active billing context. Accepts a slug (e.g. "personal", "team:nd7fx…") or team ID.

Input parameters:

- `context` (string, required): Account slug or team ID to switch to (e.g. "personal", "team:nd7fx…").

### `account_preferences` (~175 tokens)

Account Preferences

Read or write billing preferences (auto-reload, budget cap, default context). Pass action: "get" to read, action: "set" with fields to write.

Input parameters:

- `action` (string, required): "get" to read preferences, "set" to update them.
- `auto_reload_amount` (number): Amount (USD) to reload when triggered (set only, max 500).
- `auto_reload_enabled` (boolean): Enable or disable auto-reload (set only).
- `auto_reload_threshold` (number): Balance threshold (USD) that triggers a reload (set only).
- `budget_limit` (number|null): Monthly spending cap in USD, or null to remove (set only).
- `default_billing_context` (string): Default account to bill (set only). "personal" or "team:<id>".

### `credits_balance` (~28 tokens)

Credits Balance

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

### `credits_usage` (~161 tokens)

Credits Usage

Usage summary or history. Pass scope: "me" | "team" and detail: "tool" | "skill". Sorted by cost with _others rollup.

Input parameters:

- `detail` (string): Detail level. "tool" groups by tool, "skill" adds per-skill breakdown.
- `limit` (number): Number of top tools/skills to return. Remaining rolled into "_others". Default 10.
- `offset` (number): Records to skip for pagination (history mode). Default 0.
- `period` (string): Time period to summarize. 'all' covers the last 30 days (the maximum window).
- `scope` (string): Whose usage to show. "me" for personal, "team" for team-wide.

### `subscription_manage` (~78 tokens)

Manage Subscription

Get a Stripe management URL (portal, upgrade, or cancel). Also covers billing portal — returns the URL for the user to open.

Input parameters:

- `action` (string, required): "subscribe" to start a subscription, "manage" to view/cancel existing subscription.
- `tier` (string): Which plan to subscribe to (required for "subscribe" action).

### `invoice_list` (~36 tokens)

List Invoices

List invoices for the active billing context.

Input parameters:

- `limit` (number): Number of invoices to return (default 10, max 20).

### `key_list` (~47 tokens)

List API Keys

List API keys (summary) or get detail on one key. Pass key_id for detail view.

Input parameters:

- `key_id` (string): Key ID for detail view. Omit to list all.

### `key_create` (~47 tokens)

Create API Key

Create a new API key. Returns the secret once — save it immediately.

Input parameters:

- `name` (string, required): A name to identify this key (e.g. "Claude Desktop", "Production Bot").

### `key_delete` (~42 tokens)

Delete API Key

Revoke an API key. Refuses to revoke the currently-authenticating key.

Input parameters:

- `key_id` (string, required): The key ID to revoke (from key_list).

### `credential_list` (~95 tokens)

List Credentials

List saved credentials (summary) or detail on one. Pass name for detail view. Pass show_available: true to include the full credential catalog.

Input parameters:

- `context` (string): "personal" or "team:<id>". Defaults to personal.
- `name` (string): Credential name for detail view. Omit to list all saved.
- `show_available` (boolean): Include the full catalogue of available BYOK options. Default false.

### `credential_save` (~136 tokens)

Save Credential

Save a credential (BYOK provider API key). Saved keys persist across sessions and are used automatically.

Input parameters:

- `context` (string): "personal" or "team:<id>". Defaults to personal.
- `is_default` (boolean): Set this value as the default for this credential.
- `label` (string): Human-readable label to identify this value (e.g. "MyApp", "Staging"). Required when saving multiple values for the same credential.
- `name` (string, required): Credential name from the tool requirements (e.g. "ios_app_id", "openai").
- `value` (string, required): The credential value to save.

### `credential_delete` (~99 tokens)

Delete Credential

Remove a saved credential. If label is provided, removes only that specific entry. If no label, removes ALL entries for that credential name.

Input parameters:

- `context` (string): "personal" or "team:<id>". Defaults to personal.
- `label` (string): Label of the specific entry to delete. Omit to remove all entries for this credential name.
- `name` (string, required): Credential name to delete (e.g. "ios_app_id").

### `credential_default` (~74 tokens)

Set Default Credential

Set the default value for a multi-value credential.

Input parameters:

- `context` (string): "personal" or "team:<id>". Defaults to personal.
- `label` (string, required): Label of the entry to make default (e.g. "Production").
- `name` (string, required): Credential name (e.g. "ios_app_id").

### `credential_guide` (~43 tokens)

Credential Setup Guide

Get setup instructions for a specific credential.

Input parameters:

- `name` (string, required): Credential name (e.g. "ios_app_id", "play_store_app_id", "domain").

### `file_list` (~163 tokens)

List Files

List or search files. Optional query triggers semantic search. Supports section, tags, plan_status, limit, cursor filters.

Input parameters:

- `context` (string): "personal" (default) or "team:<id>".
- `cursor` (string): Pagination cursor from a previous file_list response.
- `limit` (number): Max results (default 20, max 50).
- `plan_status` (string): Filter plans by status.
- `prompt_type` (string): Filter prompts by type (only valid when section is "prompts").
- `query` (string): Natural language search query. Omit to browse.
- `section` (string): Filter by section. Omit to list all.
- `tags` (array): Filter to files matching ALL of these tags.

### `file_read` (~63 tokens)

Read File

Read a file's full content. Text files return content inline. Binary files (images, video) return a download URL.

Input parameters:

- `file_id` (string, required): The file ID (e.g. "ast_a1b2c3d4e5f67890").

### `file_write` (~341 tokens)

Write File

Create or update a file. Pass mode: "create" | "update". Binary uploads: call with binary: true to get an upload_url, then PUT bytes, then call with mode: "finalize".

Input parameters:

- `asset_id` (string): Existing asset ID to retrieve URL without re-uploading.
- `content` (string): Text content (for .md files).
- `content_type` (string): MIME type. Defaults to "text/markdown" for content, "image/png" for file_data.
- `context` (string): "personal" (default) or "team:<id>".
- `description` (string): Optional summary (max 500 chars).
- `file_data` (string): Base64-encoded binary data (for images, video).
- `file_id` (string): File ID to update (required for update/finalize).
- `filename` (string): Optional filename for the asset.
- `image_data` (string): Base64-encoded image. Alternative to image_url when the bytes are already local.
- `image_url` (string): Public URL to download and host permanently.
- `mode` (string, required): "create" for new files, "update" to edit existing, "finalize" to complete a binary upload.
- `name` (string): File name (required for create, max 200 chars).
- `plan_status` (string): Plan status (only for plans section).
- `prompt_meta` (object): Prompt metadata (only for prompts section).
- `section` (string): Which section to file under (required for create).
- `tags` (array): Tags for organization (max 10).

### `file_delete` (~38 tokens)

Delete File

Delete a file. Cannot be undone. For team files: requires owner/admin role.

Input parameters:

- `file_id` (string, required): The file ID to delete.

### `persona_list` (~31 tokens)

List Personas

List your personas.

Input parameters:

- `context` (string): "personal" (default) or "team:<id>".

### `scene_list` (~31 tokens)

List Scenes

List your scenes.

Input parameters:

- `context` (string): "personal" (default) or "team:<id>".

### `product_list` (~31 tokens)

List Products

List your products.

Input parameters:

- `context` (string): "personal" (default) or "team:<id>".

### `outfit_list` (~31 tokens)

List Outfits

List your outfits.

Input parameters:

- `context` (string): "personal" (default) or "team:<id>".

### `connector_list` (~137 tokens)

List Connectors

List connected accounts and MCP servers (summary) or detail on one connector. Pass slug for detail including every tool the connector exposes. Optional type: "oauth" | "mcp" filter. Pass include_available: true to also see available catalog MCPs you can connect.

Input parameters:

- `context` (string): Scope: "personal" (default) or "team:<id>" for a team.
- `include_available` (boolean): When true, also include catalog MCPs you have not connected yet.
- `slug` (string): Connector slug for detail view. Omit to list all.
- `type` (string): Filter by connector type.

### `connector_add` (~224 tokens)

Add Connector

Connect a new OAuth account or MCP server. For OAuth: pass type: "oauth", kind: "slack". For MCP catalog: pass catalog_slug. For custom MCP: pass url + auth_type.

Input parameters:

- `auth_token` (string): Auth token or API key.
- `auth_type` (string): Auth type (custom MCP). Default: none.
- `billing` (string): Scope: "personal" (default), "team" (auto-resolves), a team slug, or "team:<id>".
- `catalog_slug` (string): MCP catalog slug for one-click connect.
- `display_name` (string): Human-readable name (custom MCP).
- `header_name` (string): Custom header name (for header_key auth).
- `kind` (string): OAuth connector kind (e.g. "slack", "notion"). Required for type: "oauth".
- `slug` (string): Short identifier for the connection.
- `type` (string): Type of connector to add.
- `url` (string): MCP server endpoint URL (custom MCP).

### `connector_remove` (~79 tokens)

Remove Connector

Disconnect a connector. Pass slug.

Input parameters:

- `billing` (string): Scope: "personal" (default), "team" (auto-resolves), a team slug, or "team:<id>".
- `slug` (string, required): Connector slug to disconnect.
- `type` (string): Type of connector (mcp or oauth). Default: mcp.

### `brain_admin` (~269 tokens)

Brain Admin

Brain admin operations. Pass action: "lint" | "link" | "promote" | "rebuild_index" | "team_sleep". team_sleep enables/disables/runs the nightly team consolidation cycle — pass sub_action "enable" (with optional timezone), "disable", "status", or "run_now". Team admin role required for team_sleep actions.

Input parameters:

- `action` (string, required): Admin operation to perform.
- `label` (string): Human-readable relationship label (for link).
- `page_id` (string): Source brain page ID (for link/promote).
- `relationship` (string): Relationship type (for link, e.g. relates_to, derived_from).
- `sub_action` (string): Required for action="team_sleep". "enable" turns on nightly sleep for the team; "disable" turns it off; "status" shows last run and schedule; "run_now" triggers an immediate sleep cycle.
- `team_id` (string): Team to promote to (for promote). Auto-resolved if on one team.
- `timezone` (string): IANA timezone for team_sleep enable (e.g. "Europe/London"). Defaults to UTC. Sleep fires at 3 AM local time.
- `to_page_id` (string): Target page ID (for link).

### `job_list` (~49 tokens)

List Jobs

List your active and recent jobs. Optional status filter.

Input parameters:

- `limit` (number): Max jobs to return (default 20, max 100).
- `status` (string): Filter by job status.

### `job_get` (~55 tokens)

Get Job

Get job status and result. Returns status: running | completed | failed and result when terminal. Keep polling until you get a terminal status.

Input parameters:

- `job_id` (string, required): The job ID returned when a long-running tool was called.

### `job_cancel` (~26 tokens)

Cancel Job

Cancel a running job.

Input parameters:

- `job_id` (string, required): The job ID to cancel.

### `feedback_review` (~84 tokens)

Submit Review

Submit a review or star rating.

Input parameters:

- `rating` (number, required): Star rating 1-5 (1=poor, 3=okay, 5=excellent).
- `review` (string): Constructive feedback — what worked well and any specific suggestions to improve.
- `tool` (string, required): Tool name to review (e.g. "web-search" or "seo").

### `feedback_debug` (~409 tokens)

Report a Bug

Report a ToolRouter platform bug that blocks you from completing the user's task. Use this when you suspect the issue is on our side — a tool crashed, returned malformed data, timed out unexpectedly, or behaved inconsistently. Include the relevant ToolRouter errors, call IDs, non-sensitive input shape, retries, and expected behavior. Do not include chat history, unrelated conversation text, uploaded file contents, personal data, API keys, or secrets. Reports are stored and reviewed within hours. Skip this for expected errors like invalid input, missing credentials, insufficient balance, rate limits, or genuine "not found" results — those aren't bugs. Limit: 5 reports per hour.

Input parameters:

- `agent_context` (string): MCP client name and version, if known.
- `call_ids` (string): ALL call IDs from this interaction (successful and failed), one per line or comma-separated.
- `error_messages` (string, required): ALL error messages received during this interaction — not just the last one. Include the full text of every error response from ToolRouter, separated by newlines.
- `expected_behavior` (string): What you expected to happen vs what actually happened.
- `input_summary` (string): Summary of what you sent to the failing tool (do NOT include API keys or secrets — describe the shape and intent).
- `interaction_log` (string): Chronological log limited to the relevant ToolRouter calls: tool/skill names, non-sensitive input shape, response status, errors, retries, and job polling. Do not include chat history, unrelated conv…
- `job_id` (string): Job ID for async jobs that failed, if applicable.
- `severity` (string, required): "blocking" = cannot complete task. "degraded" = partial results or workaround exists.
- `skill` (string): Skill name that failed (e.g. "search").
- `tool` (string): Tool name that failed (e.g. "web-search").

### `feedback_request_tool` (~152 tokens)

Request a Tool

Ask ToolRouter to build a tool that does not exist yet. Use this when discover returned nothing useful for what the user needs. Describe the capability in plain terms — do not include personal data, API keys, or secrets. Requests go straight to the team. Limit: 5 per hour.

Input parameters:

- `agent_context` (string): MCP client name and version, if known.
- `searched` (string): The discover query you tried that came back empty.
- `what` (string, required): What the tool should do, in one or two sentences (e.g. "Look up UK company filings by company number").
- `why` (string): What the user was trying to accomplish and why existing tools did not fit.

### `top_up_credits` (~65 tokens)

Top Up Credits

Add credits to your account. Returns a Stripe checkout URL — share it with the user to complete payment. Minimum $1.

Input parameters:

- `amount_usd` (number, required): Amount in USD to add (e.g. 10, 25, 50). Minimum $1.

### `discover` (~235 tokens)

Discover Tools

Find the right ToolRouter tool for your task. Describe what you need in plain language.
Examples: "analyze a website", "research competitors", "find prospect companies", "check DNS records".
Exact tool name (e.g. "seo") returns full schemas and examples.
Flow: prefer route({ intent }) to pick and run a tool. Use discover when you need schemas or a listing, then call use_tool(tool, skill, input).
Every discover response also includes a top-level `connectors` array listing SaaS accounts the user has already connected (LinkedIn, Google, Notion, etc.). Use that to pick the right tool and account without asking — e.g. if `connectors` shows LinkedIn, the linkedin-post tool is ready to use.
Categories: data, media, search, marketing, development, communication, analytics, productivity, ai, finance, security, infrastructure

Input parameters:

- `category` (string): Filter by category
- `query` (string, required): What you want to do (e.g. "scrape a webpage"), a category (e.g. "security"), or "*" to list everything.

### `route` (~203 tokens)

Route Intent

Send a natural-language intent and optionally any dimensions you already know (tool, skill, model, input fields). Fills only the blanks via Jev, then either executes the call or returns a ready-to-run use_tool payload. Explicit values are never overridden. Returns candidates when confidence is low or no tool fits. Flow: route → if confident and complete, result is returned; otherwise use the pre-filled call with use_tool.

Input parameters:

- `input` (object): Optional. Partial skill input — explicit fields are never overridden.
- `intent` (string, required): What you want to do, in plain language.
- `max_cost` (number): Optional. Max USD to spend; above this returns a pre-filled call instead of executing.
- `model` (string): Optional. Model override — honoured verbatim when set.
- `skill` (string): Optional. Skill name — honoured verbatim when set.
- `tool` (string): Optional. Tool name — honoured verbatim when set.

### `use_tool` (~594 tokens)

Use Tool

Call a ToolRouter catalogue tool. Prefer `route` with a natural-language intent when you do not already know the tool and skill — it picks them, fills arguments, and runs the call. Use discover when you need schemas or a catalogue listing, then pass the exact tool name and skill here. IMPORTANT: "discover", "route", "credits_balance", and other built-in tools are NOT catalogue tools — call them directly, never through use_tool. Long-running tools return a job_id — poll with job_get. If a skill needs an image_url or file URL and you have a local file or base64 image, use file_write first to get a hosted URL, then pass that URL to the skill. BRAIN: Some tools require you to consult brain_query first. If use_tool returns an error about brain_context, call brain_query with a relevant query, then pass the result text as brain_context in your use_tool input.

Input parameters:

- `backend` (object): Route the same model through interchangeable providers. order prioritises providers; only restricts; ignore excludes; allow_fallbacks defaults true.
- `billing` (string): Which account to bill. "personal", "team" (auto-resolves if on one team), a team slug ("humanleap"), or a team ID ("team:m57df8c..."). Omit to use your default.
- `brain_context` (string): Brain knowledge from brain_query. Pass at the top level of use_tool (alongside "tool", "skill", "input") — NOT inside input. Call brain_query first, then paste the result text here to clear the brain…
- `input` (object, required): Skill input parameters (see discover for schema). For persona-using tools, include persona_file_id from discover or persona_list. For scene-using tools, include scene_file_id from discover or scene_l…
- `response_format` (string): Response verbosity. "concise" (default) strips noise, returns essential data only. "detailed" returns everything including raw metadata.
- `skill` (string, required): Skill name from discover results, e.g. "search"
- `tool` (string, required): Tool reference from discover results, e.g. "web-search"

### `brain_query` (~259 tokens)

Search brain

Search your knowledge brain for relevant information. Returns pages ranked by relevance. Optional wing/hall narrow the search to a slice of the brain (e.g. wing="engineering", hall="preference").

Input parameters:

- `as_of` (string): Optional. ISO-date string (e.g. "2026-01-15"). When set, returns pages that were valid at that point in time — including superseded versions. Useful for "what did we know in January?" queries.
- `hall` (string): Optional. Restrict to a hall: "fact", "event", "discovery", "preference", or "advice".
- `include_drawer_previews` (boolean): Optional. When true, each result includes the first ~400 chars of its linked drawer (raw source text) if one exists. Useful to decide whether to call brain_expand for the full text.
- `limit` (number): Max results. Defaults to 10.
- `query` (string): Search query. Omit to list all pages by recency.
- `scope` (string): Which brain scope to search. Defaults to all.
- `wing` (string): Optional. Restrict to a specific wing (top-level area like "engineering", "family").

### `brain_add` (~231 tokens)

Add to brain

Create a new brain page. Knowledge you add here will be available to all future tool calls. Optional wing/room/hall organise the page in the MemPalace hierarchy for sharper retrieval.

Input parameters:

- `content` (string, required): Page content (markdown)
- `hall` (string): Optional. One of "fact", "event", "discovery", "preference", "advice". Defaults to "fact".
- `load_tier` (string): Optional. L0 = operator identity (rare), L1 = always-loaded critical fact, L2 = default on-demand, L3 = cold archive. Omit to default to L2.
- `room` (string): Optional. Sub-area within the wing (e.g. "databases", "deploy"). Defaults to "untagged".
- `scope` (string): Visibility scope. Defaults to personal.
- `tags` (array): Tags for categorisation
- `title` (string, required): Page title
- `wing` (string): Optional. Top-level area (e.g. "engineering", "family", "general"). Auto-classified if omitted.

### `brain_update` (~298 tokens)

Update brain page

Edit an existing brain page's content or metadata. wing/room/hall can be patched to re-file a page. scope can be changed to move a page between your personal and team brain — useful when an auto-ingested page landed in the wrong place. Moving a page to team scope requires team admin role.

Input parameters:

- `content` (string): New content (replaces existing)
- `hall` (string): Optional. Change hall: fact / event / discovery / preference / advice.
- `load_tier` (string): Optional. Change load tier. L1 promotes a page to always-loaded; L3 sends it to cold archive.
- `material_change` (boolean): Optional. When true, creates a new version of the page — the old version is preserved with a timestamp and a "supersedes" link. Use for corrections or significant changes; skip for minor edits. Defau…
- `page_id` (string, required): Brain page ID (bp_...)
- `room` (string): Optional. Re-file under a different room.
- `scope` (string): Optional. Move the page between your personal and team brain. Moving TO team requires team admin role and a team billing context. Moving FROM team to personal is allowed if you own the page or are an…
- `tags` (array): New tags
- `title` (string): New title
- `wing` (string): Optional. Re-file under a different wing.

### `brain_delete` (~41 tokens)

Delete brain page

Archive a brain page. It will no longer appear in searches or tool consultations.

Input parameters:

- `page_id` (string, required): Brain page ID (bp_...) to archive

### `brain_status` (~22 tokens)

Brain status

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

### `brain_lint` (~28 tokens)

Brain lint

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

### `brain_settings` (~88 tokens)

Brain settings

View and toggle your brain settings. Currently supports: drawers_enabled (store raw tool output alongside summaries for richer recall).

Input parameters:

- `action` (string, required): "get" lists current settings; "set" toggles a named setting.
- `setting` (string): Setting name (required for "set"). Currently: "drawers_enabled".
- `value` (boolean): New value (required for "set").

### `brain_expand` (~95 tokens)

Expand brain page (reveal raw source)

Retrieve the verbatim source text (a "drawer") linked from a brain page. Use this when a summary lacks specifics you need — drawers contain the original tool output, redacted for credentials. Returns 404 if the page has no linked drawer (not all pages do — drawers are a Step 4 feature for allowlisted tools only).

Input parameters:

- `page_id` (string, required): Brain page ID (bp_...) whose drawer to expand.

### `brain_wings` (~92 tokens)

List brain wings

List the wings of your brain — the top-level areas your knowledge is organised under (e.g. "engineering", "family"). For each wing returns the rooms and halls inside, page count, and last-updated time. Use this to discover the right wing/hall to pass to brain_query.

Input parameters:

- `include_team` (boolean): If true, also count team-scope pages. Default false (personal only).

### `connector_permissions` (~423 tokens)

Connector Permissions

View or set permissions for tools on a connected MCP server — which tools are allowed, rate limits, budget caps, argument restrictions. Pass the connector slug (from connector_list) and action: "list" to see current rules, or action: "set" with tool_name + rules to update one. Team scope requires admin role.

Input parameters:

- `action` (string): Omit to list permissions for all tools. Pass "set" with tool_name + rules to update one.
- `allowed` (boolean): Whether the tool is allowed (for set).
- `arg_natural_language_rules` (string): Plain English rules for argument filtering (for set). Example: "Only allow queries for the last 90 days."
- `arg_schema_rules` (string): JSON Schema validating tool arguments (for set). Example: {"properties":{"channel":{"enum":["#general"]}}}
- `billing` (string): Scope: "personal", "team" (auto-resolves if on one team), a team slug, or "team:<id>".
- `budget_per_day` (number): Max daily spend per user, in millicents (for set).
- `cost_per_call` (number): Cost in millicents per call (for set).
- `nl_filter_mode` (string): How to enforce NL rules: strict (block on violation) or advisory (log only). Default: strict.
- `rate_limit_per_day` (number): Max calls per day, per user (for set).
- `rate_limit_per_hour` (number): Max calls per hour, per user (for set).
- `slug` (string, required): Connector slug.
- `team_budget_per_day` (number): Max daily spend team-wide, in millicents (for set).
- `team_rate_limit_per_day` (number): Max calls per day, team-wide (for set).
- `team_rate_limit_per_hour` (number): Max calls per hour, team-wide (for set).
- `tool_name` (string): Tool name (for set). Use "*" for all tools on this connector.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/humanleap-toolrouter/api#diagnostics

## Score history

- 2026-09-21: 86
- 2026-09-20: 86
- 2026-09-19: 85
- 2026-09-18: 85
- 2026-09-17: 84
- 2026-09-16: 84
- 2026-09-15: 84
- 2026-09-14: 83
- 2026-09-13: 83
- 2026-09-12: 82
- 2026-09-11: 82
- 2026-09-10: 81
- 2026-09-09: 81
- 2026-09-08: 80
- 2026-09-07: 80
- 2026-09-06: 79
- 2026-09-05: 79
- 2026-09-04: 78

## Common questions

### What is the ToolRouter MCP server?

ToolRouter is an MCP server listed in the public MCP registry as io.github.Humanleap/toolrouter. The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call. This page covers its hosted endpoint (https://api.toolrouter.com/mcp).

### Is the ToolRouter MCP server safe to use?

ToolRouter scores 86 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ToolRouter MCP server expose?

ToolRouter exposes 48 tools: account_setup, account_list, account_switch, account_preferences, credits_balance, and 43 more. Their descriptions and schemas cost roughly 6,143 tokens of context every time the server is loaded.

### Does the ToolRouter MCP server require authentication?

Yes. ToolRouter asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the ToolRouter MCP server still maintained?

ToolRouter is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.toolrouter.com/mcp
- Repository: https://github.com/Humanleap/toolrouter-mcp
- Website: https://toolrouter.com/
- Changelog RSS feed: https://verifymcp.io/servers/humanleap-toolrouter/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/humanleap-toolrouter/api.json
- HTML version of this page: https://verifymcp.io/servers/humanleap-toolrouter/api
