Unit Converter API
io.github.Br0ski777/unit-converterUnit conversion — length, weight, temperature, volume, speed, data. x402 micropayment.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}