← toolalize.com
INDIVIDUAL MCP TOOL
convert_units
Convert a numeric value between two units of the same category (length, weight, volume, temperature, etc.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.toolalize]
url = "https://toolalize.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toolalize": {
"type": "http",
"url": "https://toolalize.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toolalize
Remote MCP URL: https://toolalize.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"toolalize": {
"url": "https://toolalize.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toolalize": {
"type": "http",
"url": "https://toolalize.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toolalize",
"transport": "streamable-http",
"url": "https://toolalize.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
convert_currency— Convert an amount between currencies using LIVE exchange rates (refreshed every 6h).list_units— List every conversion category with its units (id, symbol, name).