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

Unit Converter API

io.github.Br0ski777/unit-converter

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

Uptime
0.0%
1 direct probes · 30d
Response
187ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

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"
    }
  }
}