UC
UCUM
No Auth
3 tools
Units of measure. Search units, validate expressions, convert between compatible units.
Overview
UCUM (Unified Code for Units of Measure) provides standardized codes for representing units of measurement in healthcare and science. Essential for ensuring correct unit handling in clinical systems.
Available Tools
| Tool | Description |
|---|---|
ucum_search | Search units by name |
ucum_validate | Validate a unit expression |
ucum_convert | Convert between compatible units |
Configuration
No authentication required. Uses the NLM UCUM APIs.
{
"mcpServers": {
"ucum": {
"command": "/path/to/ucum-mcp"
}
}
}
Common UCUM Codes
| Unit | UCUM Code | Description |
|---|---|---|
| kilogram | kg | Mass |
| milligram | mg | Mass |
| liter | L | Volume |
| milliliter | mL | Volume |
| Celsius | Cel | Temperature |
| Fahrenheit | [degF] | Temperature |
| mmol/L | mmol/L | Concentration |
| mg/dL | mg/dL | Concentration |