io.github.vertisky/toolalize-mcp
io.github.vertisky/toolalize-mcpFree unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).
Tools · 3
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 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 every conversion category with its units (id, symbol, name). Call this to discover the vocabulary before convert_units.
Similar MCP servers embedding-nearest
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"
}
}
}