Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.vertisky/toolalize-mcp

io.github.vertisky/toolalize-mcp

Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).

Uptime
100.0%
1 direct probes · 30d
Response
117ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

convert_units

Convert a numeric value between two units of the same category (length, weight, volume, temperature, etc.). Units resolve by id or symbol (e.g. "cm" or "centimeter"). For currency use convert_currency…

convert_currency

Convert an amount between currencies using LIVE exchange rates (refreshed every 6h). Use ISO 4217 codes (USD, EUR, ...). This is the tool to use instead of estimating rates from memory.

list_units

List every conversion category with its units (id, symbol, name). Call this to discover the vocabulary before convert_units.

How to use

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

{
  "mcpServers": {
    "io.github.vertisky/toolalize-mcp": {
      "url": "https://toolalize.com/mcp",
      "transport": "streamable-http"
    }
  }
}