Toolalize MCP
Official3 toolsby Vertisky · JavaScript
Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).
Convert units and currencies using free toolalize.com services.
Topics
Captured live from the server via tools/list.
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.
Parameters (4)
- valuenumberrequired
- fromstringrequired
Source unit id or symbol.
- tostringrequired
Target unit id or symbol.
- categorystring
Optional category id to disambiguate.
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.
Parameters (3)
- valuenumberrequired
- fromstringrequired
Source ISO 4217 code.
- tostringrequired
Target ISO 4217 code.
list_units
List every conversion category with its units (id, symbol, name). Call this to discover the vocabulary before convert_units.
No parameters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://toolalize.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"toolalize-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://toolalize.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.