# amitte/unit-conversion-tools

> Pure-function unit conversion — convert_unit across length / mass / volume / temperature / energy / data and list_supported_units. No auth.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/unit-conversion-tools

## Tags

- **Capabilities:** unit-convert, units-list
- **Domains:** utilities, math

## Evaluation

- **Adversarial score:** 97/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `unit-conversion-tools` → https://mcp.amitte.com/v1/unit-conversion-tools/sse — Remote MCP server backed by a curated unit-conversion table. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `convert_unit` — Read-only. Convert a value from one unit to another in the same dimension. Returns the converted value and an SI-anchor ratio.
  - tool: `list_supported_units` — Read-only. List units supported in a given dimension.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/unit-conversion-tools" } }`
- Install via CLI: `amitte install amitte/unit-conversion-tools`
- HTML page: https://amitte.com/s/amitte/unit-conversion-tools

Last updated: 2026-06-08T18:32:25.320Z