mcp-units
Verified Safeby 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
uvx --with . python -m mcp_units.serverSecurity 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
lex
Provides a UK legal research API with advanced search capabilities (semantic, keyword, reference) across legislation, caselaw, amendments, and explanatory notes, optimized for AI agents via MCP integration. It processes and indexes millions of legal documents using hybrid vector search and AI-generated summaries/explanations, supporting large-scale legal data analysis.
mcp-code-exec-python
A Model Context Protocol (MCP) server designed to execute arbitrary Python code and install packages, primarily for integration with Heroku and AI agents.
mcp-collection
Provides a containerized server application, likely part of a larger collection or system, designed for automated dependency management.
test-remote-mcp-server
This server provides basic arithmetic (addition) and random number generation functionality accessible via a FastMCP HTTP interface.