Toll402 · Business directory · Tools · llms.txt · MCP

read_url $0.002 per call

Fetch any public web page (or PDF) and return clean, LLM-ready Markdown with title, metadata and links. Boilerplate, ads and scripts removed.

For AI agents: call read_url
POST https://toll402.dev/v1/read
{
 "url": "https://en.wikipedia.org/wiki/HTTP_402"
}
Answers 402 with x402 payment requirements; pay with any x402 client (@x402/fetch, x402 for Python, toll402-client, toll402-mcp). Free trial without a wallet; paid calls via x402 (USDC on Base). Start at /llms.txt or connect the MCP server: npx -y toll402-mcp · remote https://toll402.dev/mcp.

Input schema

{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public http(s) URL to read",
   "format": "uri"
  },
  "format": {
   "type": "string",
   "enum": [
    "markdown",
    "text",
    "both"
   ],
   "default": "markdown",
   "description": "Which body format(s) to return"
  },
  "includeLinks": {
   "type": "boolean",
   "default": true
  },
  "includeImages": {
   "type": "boolean",
   "default": false
  },
  "maxChars": {
   "type": "integer",
   "minimum": 500,
   "maximum": 500000,
   "default": 200000,
   "description": "Truncate body to this many characters"
  }
 },
 "required": [
  "url"
 ],
 "additionalProperties": false
}

Example output

{
 "url": "https://en.wikipedia.org/wiki/HTTP_402",
 "title": "HTTP 402",
 "markdown": "# HTTP 402\n\n...",
 "wordCount": 812,
 "links": [
  {
   "text": "x402",
   "href": "https://x402.org"
  }
 ]
}

MCP

{"mcpServers":{"toll402":{"command":"npx","args":["-y","toll402-mcp"],"env":{"TOLL402_WALLET_KEY":"0x..."}}}}

All tools · OpenAPI

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