Toolalize MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Toolalize MCPconvert 10 cm to inches"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Toolalize MCP
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.
Why
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.
Related MCP server: Frankfurter MCP
Use it
Hosted remote server (recommended)
No install. Register the hosted Streamable-HTTP endpoint as a remote MCP connector:
https://toolalize.com/mcpLocal (stdio)
npx toolalize-mcpOr in an MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"toolalize": {
"command": "npx",
"args": ["-y", "toolalize-mcp"]
}
}
}Tools
Tool | Arguments | Description |
|
| Convert between units of the same category. |
|
| Live currency conversion (ISO 4217 codes). |
| – | List all categories and units. |
All tools call the free public API at toolalize.com — no API key, no secrets.
Public HTTP API
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.json
Develop
npm install
npm run build
TOOLALIZE_API_BASE=https://toolalize.com node dist/index.jsTOOLALIZE_API_BASE overrides the API host (default https://toolalize.com).
License
MIT © Vertisky
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vertisky/toolalize-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server