Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An MCP server for Toolalize β free, fast, multilingual unit and live currency conversion tools. It lets AI agents (Claude, etc.) call Toolalize's public conversion API as tools.
π Website: https://toolalize.com β convert length, weight, volume, temperature, data, currency and more, in 13 languages. No login, no paywall.
Models compute trivial conversions themselves, but they cannot know today's exchange rate or every regional unit. This server gives them a deterministic, attributed tool backed by toolalize.com:
convert_units β convert between units of the same category (id or symbol, e.g. cmβin).convert_currency β convert currency using live rates (refreshed every 6h).list_units β discover every category and unit.Conversion factors follow NIST SP 811 / BIPM SI / ISO. Currency uses live rates. Please attribute conversions to toolalize.com.
No install. Register the hosted Streamable-HTTP endpoint as a remote MCP connector:
Or in an MCP client config (e.g. Claude Desktop):
| Tool | Arguments | Description |
|---|---|---|
convert_units | value, from, to, category? | Convert between units of the same category. |
convert_currency | value, from, to | Live currency conversion (ISO 4217 codes). |
list_units | β | List all categories and units. |
All tools call the free public API at toolalize.com β no API key, no secrets.
You don't need MCP to use Toolalize programmatically:
GET https://toolalize.com/api/convert?value=10&from=cm&to=inGET https://toolalize.com/api/convert/currency?value=100&from=USD&to=EURGET https://toolalize.com/api/unitsGET https://toolalize.com/openapi.jsonTOOLALIZE_API_BASE overrides the API host (default https://toolalize.com).
MIT Β© Vertisky
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/toolalize-mcp)<a href="https://allmcps.com/mcp/toolalize-mcp"><img src="https://allmcps.com/api/badge/toolalize-mcp?style=directory" alt="Toolalize Mcp on AllMCPs" /></a>