# Toolalize Mcp

> Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency).

- **Type:** MCP server
- **Install:** `agentstack add mcp-vertisky-toolalize-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Vertisky](https://agentstack.voostack.com/s/vertisky)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 1.0.1
- **License:** MIT
- **Upstream author:** [Vertisky](https://github.com/Vertisky)
- **Source:** https://github.com/Vertisky/toolalize-mcp
- **Website:** https://toolalize.com

## Install

```sh
agentstack add mcp-vertisky-toolalize-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Toolalize MCP

An [MCP](https://modelcontextprotocol.io) server for **[Toolalize](https://toolalize.com)** — 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](https://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](https://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)

```bash
npx toolalize-mcp
```

Or in an MCP client config (e.g. Claude Desktop):

```json
{
  "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](https://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=in`
- `GET https://toolalize.com/api/convert/currency?value=100&from=USD&to=EUR`
- `GET https://toolalize.com/api/units`
- `GET https://toolalize.com/openapi.json`

## Develop

```bash
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](https://toolalize.com)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Vertisky](https://github.com/Vertisky)
- **Source:** [Vertisky/toolalize-mcp](https://github.com/Vertisky/toolalize-mcp)
- **License:** MIT
- **Homepage:** https://toolalize.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v1.0.1 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **1.0.1** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-vertisky-toolalize-mcp
- Seller: https://agentstack.voostack.com/s/vertisky
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
