Toolalize
БесплатноНе проверен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).
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.
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.
Use it
Hosted remote server (recommended)
No install. Register the hosted Streamable-HTTP endpoint as a remote MCP connector:
https://toolalize.com/mcp
Local (stdio)
npx toolalize-mcp
Or in an MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"toolalize": {
"command": "npx",
"args": ["-y", "toolalize-mcp"]
}
}
}
Tools
| 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.
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.js
TOOLALIZE_API_BASE overrides the API host (default https://toolalize.com).
License
MIT © Vertisky
Установка Toolalize
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Vertisky/toolalize-mcpFAQ
Toolalize MCP бесплатный?
Да, Toolalize MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Toolalize?
Нет, Toolalize работает без API-ключей и переменных окружения.
Toolalize — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Toolalize в Claude Desktop, Claude Code или Cursor?
Открой Toolalize на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Toolalize with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
