Skip to main content
Glama
quantumleeps

mcp-units

by quantumleeps

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
convertA

Convert a value from one unit to another.

Returns the converted value with conversion factor, or a structured error if the units are dimensionally incompatible.

check_compatibilityB

Check if two units are dimensionally compatible (i.e., can be converted).

Returns whether the units share the same physical dimension.

parse_quantityA

Parse a quantity string into structured components.

Accepts expressions like '100 mg/L' or '9.81 m/s²'. Returns the magnitude, units, dimensionality, and SI equivalent.

list_compatible_unitsA

List all units compatible with the given unit.

Returns every canonical unit name that shares the same physical dimension, including imperial and US customary units.

simplifyA

Simplify a unit expression to its most compact form.

Adjusts prefixes (e.g., 1000 Pa → 1 kPa) and reduces named units. Also provides the base SI representation.

Prompts

Interactive templates invoked by user choice

NameDescription
convert_documentIdentify all quantities in a document and convert them.
check_calculationsVerify dimensional consistency of calculations.

Resources

Contextual data attached and managed by the client

NameDescription
systems_indexList all available unit systems (e.g., SI, imperial, US).
dimensions_indexList all physical dimensions known to the registry.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/quantumleeps/mcp-units'

If you have feedback or need assistance with the MCP directory API, please join our Discord server