mcp-units
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_temperatureA | Convert between Celsius (C) and Fahrenheit (F) temperatures |
| convert_volumeA | Convert between volume units (ml, l, cup, tbsp, tsp) |
| convert_weightA | Convert between weight units (g, kg, oz, lb) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool handles a distinct type of unit conversion (temperature, volume, weight) with no overlap, making them easily distinguishable.
All tools follow the consistent 'convert_<unit_type>' pattern, using snake_case throughout.
Three tools is a reasonable count for a focused unit conversion server, covering common categories but not over- or under-scoped.
The server covers temperature, volume, and weight, but misses other common unit types like length, area, or pressure, leaving notable gaps for a general 'units' server.