# Unit Converter API MCP server

Unit conversion â€” length, weight, temperature, volume, speed, data. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-unit-converter
- Repository: https://github.com/Br0ski777/unit-converter-x402
- Website: https://github.com/Br0ski777/unit-converter-x402

## Install
- Endpoint: https://unit-converter.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://unit-converter.api.klymax402.com/mcp

## Tools
- utility_convert_units - Use this when you need to convert between measurement units. Returns the conversion result with formula in JSON.

Returns: 1. result (converted value) 2. from and to units 3. inputValue 4. formula (human-readable conversion formula) 5. category (length/weight/temperature/volume/speed/data). Supports: length (m, km, mi, ft, in, cm, mm, yd), weight (kg, g, lb, oz, mg, ton), temperature (celsius, fahrenheit, kelvin), volume (l, ml, gal, qt, pt, cup, fl_oz), speed (m/s, km/h, mph, knots), data (B, KB, MB, GB, TB, PB).

Example output: {"inputValue":100,"from":"km","to":"mi","result":62.1371,"formula":"100 km * 0.621371 = 62.1371 mi","category":"length"}

Use this FOR unit conversions in calculations, data analysis, scientific computing, recipe scaling, and engineering applications.

Do NOT use for currency conversion -- use finance_convert_currency instead. Do NOT use for timezone conversion -- use utility_convert_timezone instead. Do NOT use for stock prices -- use finance_get_stock_price instead. Endpoint: https://unit-converter.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
