Skip to main content
Glama

Unit Converter MCP

by zazencodes
MIT License
3
  • Apple

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_temperature

Convert temperature between units.

convert_angle

Convert angle between units.

convert_length

Convert length between units.

convert_energy

Convert energy between units.

convert_force

Convert force between units.

convert_pressure

Convert pressure between units.

convert_power

Convert power between units.

convert_speed

Convert speed between units.

convert_area

Convert area between units.

convert_mass

Convert weight between units.

convert_volume

Convert volume between units.

convert_computer_data

Convert computer storage between units.

convert_density

Convert density between units.

convert_time

Convert time between units.

convert_batch

Perform multiple unit conversions in a single batch request.

Each request in the batch should contain:

  • value: The numeric value to convert
  • from_unit: Source unit for conversion
  • to_unit: Target unit for conversion
  • conversion_type: Type of conversion (temperature, length, mass, etc.)
  • request_id: Optional identifier for tracking individual requests

Returns a structured response with individual results for each conversion, including success/failure status and either converted values or error messages.

list_supported_units

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

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