Toll402 · Business directory · Tools · llms.txt · MCP
do $0.02 per callOne endpoint for everything (OpenRouter-style): describe what you need and pass the input; Toll402 picks the best tool from the whole catalog (built-in, community-forged, external x402 services) and runs it. Tools priced above maxPriceUsd are returned as a match instead of executed.
POST https://toll402.dev/v1/do
{
"need": "convert 100 US dollars to Mexican pesos",
"input": {
"base": "USD",
"quote": "MXN",
"amount": 100
}
}npx -y toll402-mcp · remote https://toll402.dev/mcp.{
"type": "object",
"properties": {
"need": {
"type": "string",
"description": "What you need, in plain language",
"minLength": 3,
"maxLength": 500
},
"input": {
"type": "object",
"additionalProperties": true,
"description": "Input for the chosen tool (must match its schema)"
},
"maxPriceUsd": {
"type": "number",
"minimum": 0,
"maximum": 1,
"default": 0.01,
"description": "Do not execute tools priced above this; return the match instead"
},
"tool": {
"type": "string",
"description": "Force a specific tool id (skip routing)"
}
},
"required": [
"need",
"input"
],
"additionalProperties": false
}
{
"executed": true,
"tool": {
"name": "fx_rate",
"price": "$0.001"
},
"result": {
"converted": 1842
}
}
{"mcpServers":{"toll402":{"command":"npx","args":["-y","toll402-mcp"],"env":{"TOLL402_WALLET_KEY":"0x..."}}}}
Toll402 is a pay-per-call tool gateway for AI agents (x402, USDC on Base, no API keys). Data aggregates dated public evidence; "unverified" means unknown, not fake. Referral bounty · Get listed