The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Unit Converter API listing page.
Convert between units -- length, weight, temperature, volume, speed, data storage. Formula included. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
utility_convert_units | POST | /api/convert | $0.003 | Convert a value between measurement units |
utility_convert_unitsUse this when you need to convert between measurement units. Returns the conversion result with formula in JSON.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
value | number | yes | The numeric value to convert |
from | string | yes | Source unit (e.g. km, lb, celsius, l, mph, MB) |
to | string | yes | Target unit (e.g. mi, kg, fahrenheit, gal, km/h, GB) |
category | string | no | Optional category hint: length, weight, temperature, volume, speed, data |
Example response:
When to use: unit conversions in calculations, data analysis, scientific computing, recipe scaling, and engineering applications.
Not for: currency conversion (use finance_convert_currency), timezone conversion (use utility_convert_timezone), stock prices (use finance_get_stock_price).
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT