Skip to main content

A Model Context Protocol server for length conversions

Project description

Unit Converter MCP Server

A Model Context Protocol server for converting between different units. This server enables LLMs to perform accurate unit conversions across multiple measurement categories.

Available Tools

  • convert - Converts between different units.
    • expression (string, required): Expression to be converted in the format "value from_unit to to_unit" (e.g., "5.2 m to km" or "500 hz to khz")

Supported Unit Categories

The converter supports the following categories of units:

  1. Length: m, km, cm, inch, ft, mile, etc.
  2. Area: sqm, sqkm, sqft, acre, ha, etc.
  3. Volume: m3, l, ml, gal, qt, pt, cup, floz, etc.
  4. Mass/Weight: kg, g, mg, lb, oz, t, st, etc.
  5. Temperature: celsius (c), fahrenheit (f), kelvin (k)
  6. Energy: j, kj, cal, kcal, wh, kwh, btu, etc.
  7. Power: w, kw, mw, hp, btu_h, etc.
  8. Pressure: pa, kpa, bar, atm, psi, mmhg, etc.
  9. Speed: m/s, km/h, mph, ft/s, knot, etc.
  10. Time: s, ms, min, h, day, week, month, year, etc.
  11. Digital Storage: B, KB, MB, GB, bit, Kb, Mb, Gb, etc.
  12. Fuel Economy: km/l, mpg, l/100km, etc.
  13. Data Transfer Rate: bit/s, kbit/s, mbit/s, B/s, MB/s, etc.

Installation

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run mcp-server-converter.

curl -LsSf https://astral.sh/uv/install.sh | sh

Using PIP

Alternatively you can install mcp-server-converter via pip:

pip install mcp-server-converter

After installation, you can run it as a script using:

python -m mcp_server_converter

Configuration

Using uv (recommended)

Add this to your MCP client settings:

"mcpServers": {
  "converter": {
    "command": "uvx",
    "args": ["mcp-server-converter"]
  }
}

Using PIP

Alternatively add this to your MCP client settings:

"mcpServers": {
  "converter": {
    "command": "python3",
    "args": ["-m", "mcp_server_converter"]
  }
}

Supported Unit Conversions

Length Units

  • Meters (m, meter, meters)
  • Kilometers (km, kilometer, kilometers)
  • Centimeters (cm, centimeter, centimeters)
  • Inches (in, inch, inches)
  • Feet (ft, foot, feet)
  • Miles (mi, mile, miles)

Frequency Units

  • Hertz (hz, hertz)
  • Kilohertz (khz, kilohertz)
  • Megahertz (mhz, megahertz)
  • Gigahertz (ghz, gigahertz)

Examples

Length Conversions

  • Convert meters to kilometers: 5 m to km0.005
  • Convert miles to kilometers: 1 mile to km1.60934
  • Convert feet to meters: 10 ft to m3.048
  • Convert inches to centimeters: 12 in to cm30.48

Frequency Conversions

  • Convert hertz to kilohertz: 500 hz to khz0.5
  • Convert kilohertz to megahertz: 1500 khz to mhz1.5
  • Convert hertz to megahertz: 2000000 hz to mhz2
  • Convert gigahertz to megahertz: 2.5 ghz to mhz2500

License

mcp-server-converter is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_converter-0.2.0.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_converter-0.2.0-py3-none-any.whl (21.5 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_converter-0.2.0.tar.gz.

File metadata

  • Download URL: mcp_server_converter-0.2.0.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for mcp_server_converter-0.2.0.tar.gz
Algorithm Hash digest
SHA256 324ee708c1f1fa4b0613ecc8e471a128ff4e4d0aa755173b30e6d6995213aae7
MD5 ef23e39164dc7f921cb1222a7ff1f5a6
BLAKE2b-256 8fcc91740341a9019419b1d06060d5c2fd66d145966d02abc3219f688f3307b3

See more details on using hashes here.

File details

Details for the file mcp_server_converter-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_converter-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2f9f589eeff7d91f50b4f22dc4602179248011f9c9e5bd18f6abb81de59fd6ec
MD5 458480f8724b66d1a9bd57bb1ded1ba7
BLAKE2b-256 2c85ba60443e3c9f9b5fc48f82ceec27892d67d7701266bac25ca4146688e800

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page