Skip to main content
Glama

Unit Converter MCP

by zazencodes
MIT License
5
  • Apple
__init__.py1.56 kB
"""Unit conversion tools package.""" from .angle import ANGLE_UNIT, convert_angle_tool from .area import AREA_UNIT, convert_area_tool from .batch import CONVERSION_TYPE, convert_batch_tool from .computer import COMPUTER_DATA_UNIT, convert_computer_data_tool from .density import DENSITY_UNIT, convert_density_tool from .energy import ENERGY_UNIT, convert_energy_tool from .force import FORCE_UNIT, convert_force_tool from .length import LENGTH_UNIT, convert_length_tool from .mass import MASS_UNIT, convert_mass_tool from .power import POWER_UNIT, convert_power_tool from .pressure import PRESSURE_UNIT, convert_pressure_tool from .speed import SPEED_UNIT, convert_speed_tool from .temperature import TEMPERATURE_UNIT, convert_temperature_tool from .time import TIME_UNIT, convert_time_tool from .volume import VOLUME_UNIT, convert_volume_tool __all__ = [ "convert_angle_tool", "convert_area_tool", "convert_batch_tool", "convert_computer_data_tool", "convert_density_tool", "convert_energy_tool", "convert_force_tool", "convert_temperature_tool", "convert_length_tool", "convert_mass_tool", "convert_power_tool", "convert_pressure_tool", "convert_speed_tool", "convert_time_tool", "convert_volume_tool", "ANGLE_UNIT", "AREA_UNIT", "COMPUTER_DATA_UNIT", "CONVERSION_TYPE", "DENSITY_UNIT", "ENERGY_UNIT", "FORCE_UNIT", "TEMPERATURE_UNIT", "LENGTH_UNIT", "MASS_UNIT", "POWER_UNIT", "PRESSURE_UNIT", "SPEED_UNIT", "TIME_UNIT", "VOLUME_UNIT", ]

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