Connection check
local install
autorouter
An MCP capability router: one search tool instead of every server's tool schema.
Tools
6
GitHub stars
—
Installs / wk
442
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
6 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
activate_capabilities
from source
Promote capabilities to real, first-class tools in your tool list so you can call them directly with full schema validation. Use after find_capabilities when you expect to call som… Promote capabilities to real, first-class tools in your tool list so you can call them directly with full schema validation. Use after find_capabilities when you expect to call something several times.
add_server
from source
Register a new MCP server behind the router, instead of running Register a new MCP server behind the router, instead of running
call_capability
from source
Run a capability by id and return its result. Works for tools, prompts and resources; skills and commands are executed by following the text from describe_capability instead. Run a capability by id and return its result. Works for tools, prompts and resources; skills and commands are executed by following the text from describe_capability instead.
deactivate_capabilities
from source
Remove previously activated capabilities from your tool list to reclaim context. Remove previously activated capabilities from your tool list to reclaim context.
describe_capability
from source
Get full detail for one capability id from find_capabilities: the complete input schema for a tool, or the full instruction text for a skill or command. Get full detail for one capability id from find_capabilities: the complete input schema for a tool, or the full instruction text for a skill or command.
find_capabilities
from source