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

unit_convert $0.001 per call

Converts a numeric value between units within a category (length, mass, volume, temperature, area, speed, data) using a fixed offline conversion table. Pure computation, no network access.

For AI agents: call unit_convert
POST https://toll402.dev/v1/t/unit_convert
{
 "value": 1,
 "category": "length",
 "from": "km",
 "to": "mi"
}
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": {
  "value": {
   "type": "number"
  },
  "category": {
   "type": "string",
   "enum": [
    "length",
    "mass",
    "volume",
    "temperature",
    "area",
    "speed",
    "data"
   ]
  },
  "from": {
   "type": "string"
  },
  "to": {
   "type": "string"
  }
 },
 "required": [
  "value",
  "category",
  "from",
  "to"
 ],
 "additionalProperties": false
}

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