Back to Home
sellisd icon

mcp-units

Verified Safe

by sellisd

Overview

This server provides tools for converting cooking measurements (volume, weight, and temperature) between common units, designed for integration with MCP-compatible clients.

Installation

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

Security Notes

The server uses `stdio_server` meaning it communicates over standard input/output, not directly exposing network ports. Input is validated using `jsonschema` and additional Python-level checks (e.g., non-negative values where applicable). No `eval` or similar dangerous functions are used, and no hardcoded secrets or malicious patterns are evident. The use of `Decimal` for precision is good practice.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Avg Tokens75
Stars1
Forks1
Last Update2025-12-03

Tags

cookingunits conversionmeasurementsmcppython