Mcp Units — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Units (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.sellisd/mcp-units -->
MCP Cooking Units Converter is a Python package and MCP server for converting cooking measurements (volume, weight, temperature) between common units. It is designed for integration with MCP-compatible tools and VSCode extensions.
To install Cooking Units Converter for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @sellisd/mcp-units --client claudegit clone [email protected]:sellisd/mcp-units.git
cd mcp-unitsuv pip install . # For normal use
# OR
uv pip install -e . # For developmentThe server provides the following conversion tools:
uvx --with . python -m mcp_units.serverThis MCP server can be integrated with VSCode extensions that support the Model Context Protocol. Here's how to set it up:
.roo/mcp.json: {
"mcpServers": {
"units": {
"command": "uvx",
"args": [
"--with",
".",
"python",
"-m",
"mcp_units.server"
],
"disabled": false
}
}
}For questions, issues, or contributions, please visit the GitHub repository.
This project is licensed under the MIT License.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.