
A straightforward unit conversion server that exposes length, weight, and temperature conversion tools to AI agents over MCP stdio. Install it via pip or uvx, add it to your Claude config, and you get clean conversion primitives without reaching for external APIs or embedding conversion logic in prompts. The implementation appears minimal but covers the common cases: meters to feet, kilograms to pounds, Celsius to Fahrenheit. Part of the MEOK AI Labs ecosystem, so expect governance tooling and compliance bells and whistles in the packaging, but the core functionality is simple unit math. Useful when you're building agents that need to normalize measurements across different systems or handle user input in mixed units.