@skill-router/mcp
v0.5.2
Published
SkillRouter MCP server — discover public site command indexes, browse products, check account access, and use verified local web skills.
Maintainers
Readme
@skill-router/mcp
MCP server for SkillRouter — AI skills sold as products, kept working.
Your agent gets eleven tools: browse the membership-included product catalog (each listing ships with a contract), inspect the public two-level discovery index, check membership status, inspect entitlements, report a completed L3 browser exploration, and call verified cloud navigation features. Failing routes are pulled from the catalog while they are repaired.
Setup
{
"mcpServers": {
"skillrouter": {
"command": "npx",
"args": ["@skill-router/mcp"]
}
}
}No key in the config. Catalog tools work anonymously; for member tools the agent calls
skillrouter_login, which returns an approval link — open it in your browser, check the
pairing code matches, click Approve (new emails get an account automatically). The key is
then written to ~/.skillrouter/credentials.json — never pasted into chat.
SKILLROUTER_API_KEY env still overrides it (CI / headless).
Tools
| Tool | What it does |
|---|---|
| skillrouter_login | Device pairing: returns an approval link for the human; no key copy-paste |
| skillrouter_login_wait | Wait for approval; saves the key locally on success |
| skillrouter_catalog | Full product catalog with contracts |
| skillrouter_index | Public two-level site/command discovery index |
| skillrouter_report | Submit the four-field receipt after a verified L3 browser exploration; respects sr feedback off, and failure never changes the task result |
| skillrouter_account | Account and membership status for the current key |
| skillrouter_entitlements | Per-skill access: historical entitlement (owned) or membership (member) |
| skillrouter_submit | Quote-integration endpoint; skills execute locally through the agent |
| web_nav_catalog | Task maps on sale (site/task/freshness) |
| web_nav_step | Next member navigation step (selector + fallback + last-verified) |
| web_nav_report | Report the outcome for freshness review |
Full integration guide (public API included): skillrouter.org/SKILL.md
