Back to Home
sellisd icon

mcp-units

Verified Safe

by sellisd

Overview

Converts cooking measurements (volume, weight, temperature) between common units, designed for integration with MCP-compatible tools and VSCode extensions.

Installation

Run Command
uvx --with . python -m mcp_units.server

Security Notes

The server code does not use `eval` or similar dangerous functions. Communication is handled via standard I/O (`stdio_server`), limiting network exposure. Input validation is robust, utilizing `jsonschema` for schema validation and Python's `Decimal` type for precise calculations and handling of numerical inputs, including checks for negative values where appropriate. No hardcoded secrets were found.

Similar Servers

Stats

Interest Score10
Security Score9
Cost ClassLow
Avg Tokens50
Stars1
Forks1
Last Update2025-12-19

Tags

cookingunitsconversionmeasurementsmcp-server