Skip to main content
Glama

Unit Converter MCP

by zazencodes
MIT License
2
  • Apple

list_supported_units

Retrieve a list of all supported units for specific or all conversion types using the Unit Converter MCP server. Easily identify available units for accurate measurement conversions.

Instructions

List all supported units for each conversion type or for a specific type.

Input Schema

NameRequiredDescriptionDefault
unit_typeNoSpecific unit type to get supported units for. If not specified, returns all supported units.

Input Schema (JSON Schema)

{ "properties": { "unit_type": { "anyOf": [ { "enum": [ "angle", "area", "computer_data", "density", "energy", "force", "length", "mass", "power", "pressure", "speed", "temperature", "time", "volume" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Specific unit type to get supported units for. If not specified, returns all supported units.", "title": "Unit Type" } }, "type": "object" }

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/zazencodes/unit-converter-mcp'

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