@worldcoin/toolrouter
v0.1.1
Published
ToolRouter MCP adapter for AgentKit-first x402 tools.
Maintainers
Keywords
Readme
ToolRouter MCP
MCP adapter for ToolRouter. It exposes ToolRouter endpoints to MCP-capable agents and calls the ToolRouter API with your API key. Agents run this package with npx; they do not need a local ToolRouter repo checkout.
Usage
TOOLROUTER_API_KEY=tr_... npx -y @worldcoin/toolrouterOptional:
TOOLROUTER_API_URL=https://toolrouter.worldThe adapter does not load wallet secrets or provider API keys. It only calls ToolRouter's API:
GET /v1/endpointsGET /v1/categoriesPOST /v1/requestsGET /v1/requests/:id
