Toll402 · Business directory · Tools · llms.txt · MCP
trusted_lookup $0.01 per callAnswer from TRUSTED sources only (Wikipedia, Wikidata, arXiv, Crossref/DOI, World Bank): returns passages with URL, reliability tier and retrieval time for citation. With synthesize=true you also get an LLM answer that cites the passages and admits when they don't contain the answer.
POST https://toll402.dev/v1/lookup
{
"query": "HTTP 402 payment required",
"language": "en",
"sources": [
"wikipedia",
"wikidata"
],
"synthesize": false
}npx -y toll402-mcp · remote https://toll402.dev/mcp.{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Question or topic",
"minLength": 2,
"maxLength": 500
},
"language": {
"type": "string",
"maxLength": 10,
"default": "en",
"description": "Wikipedia language edition (en, es, de, fr, pt, ...)"
},
"sources": {
"type": "array",
"items": {
"type": "string",
"enum": [
"wikipedia",
"wikidata",
"arxiv",
"crossref",
"worldbank"
]
},
"default": [
"wikipedia",
"wikidata",
"arxiv",
"crossref"
]
},
"maxPassages": {
"type": "integer",
"minimum": 1,
"maximum": 20,
"default": 6
},
"synthesize": {
"type": "boolean",
"default": true,
"description": "Return a cited answer synthesized by an LLM (when the server has an LLM key)"
}
},
"required": [
"query"
],
"additionalProperties": false
}
{
"passages": [
{
"source": "wikipedia",
"tier": 1,
"title": "List of HTTP status codes",
"url": "https://en.wikipedia.org/wiki/List_of_HTTP_status_codes",
"snippet": "...",
"retrievedAt": "2026-09-07T00:00:00Z"
}
]
}
{"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