mcp-units
Verified Safeby sellisd
Overview
Converts cooking measurements (volume, weight, temperature) between common units, designed for integration with MCP-compatible tools and VSCode extensions.
Installation
uvx --with . python -m mcp_units.serverSecurity 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
lex
Provides a UK legal research API for AI agents, offering capabilities to search legislation, caselaw, amendments, and explanatory notes using semantic and keyword search, and includes a Micro-Copilot (MCP) server for integration with AI assistants.
mcp-code-exec-python
Provides a Model Context Protocol (MCP) server for executing arbitrary Python code with optional package installations, supporting HTTP, SSE, and STDIO transports.
mcp-collection
Provides a containerized server application, likely part of a larger collection or system, designed for automated dependency management.
mcp-servers
A foundational Python project providing basic components and utilities for building modular server-like applications.