# Unit Converter — Length, Weight, Temp, Speed, Data

Unit conversion API for AI agents. Convert between length, weight, temperature, volume, speed, and data storage units. Includes conversion formula for transparency.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/unit-converter

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/unit-converter

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/unit-converter utility_convert_units

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/unit-converter utility_convert_units '{}'
```

## Direct MCP Connection

Endpoint: `https://unit-converter--axel-belfort.run.tools`

## Tools (1)

- `utility_convert_units` — Use this when you need to convert between measurement units. Returns the conversion result with formula in JSON.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/unit-converter <tool-name>
```
