Skip to content
Back to search
90
MCP live v1.1.0 sse

Unit Converter API

io.github.Br0ski777/unit-converter

Unit conversion — length, weight, temperature, volume, speed, data. x402 micropayment.

Uptime
50.0%
4 probes
Response
223ms
last probe
Tools
1
callable

Tools · 1

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 (hu…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "unit_converter_api": {
      "url": "https://unit-converter.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}