MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Toolalize MCP Server

by Vertisky
Developer ToolsModerate6.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://toolalize.com/mcp

Security Report

6.2
Moderate6.2Moderate Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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.

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

ToolArgumentsDescription
convert_unitsvalue, from, to, category?Convert between units of the same category.
convert_currencyvalue, from, toLive 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=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

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

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeDocumentationRemote Endpoint

Details

Published June 7, 2026
Version 1.0.1
0 installs
Local & Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
496
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
68
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
24
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
17
Installs
10.0
Security
No ratings yet
Local