Server data from the Official MCP Registry
Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).
Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).
Remote endpoints: streamable-http: https://toolalize.com/mcp
Excellent MCP server with clean, minimal attack surface. No authentication required (appropriate for a public API wrapper), no dangerous code patterns, and permissions are tightly scoped to network calls for public API access. Code is well-structured, dependencies are minimal and legitimate, and input validation uses Zod schemas. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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:
https://toolalize.com/mcp
npx toolalize-mcp
Or in an MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"toolalize": {
"command": "npx",
"args": ["-y", "toolalize-mcp"]
}
}
}
| 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.jsonnpm install
npm run build
TOOLALIZE_API_BASE=https://toolalize.com node dist/index.js
TOOLALIZE_API_BASE overrides the API host (default https://toolalize.com).
MIT © Vertisky
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.