Skip to main content
Glama
zazencodes

Unit Converter MCP

by zazencodes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_temperatureB

Convert temperature between units.

convert_angleB

Convert angle between units.

convert_lengthB

Convert length between units.

convert_energyB

Convert energy between units.

convert_forceB

Convert force between units.

convert_pressureB

Convert pressure between units.

convert_powerB

Convert power between units.

convert_speedB

Convert speed between units.

convert_areaB

Convert area between units.

convert_massB

Convert weight between units.

convert_volumeB

Convert volume between units.

convert_computer_dataB

Convert computer storage between units.

convert_densityB

Convert density between units.

convert_timeB

Convert time between units.

convert_batchA

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_unitsB

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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