Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (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.
A Model Context Protocol (MCP) server providing calculator functionality with authentication options.
pip install -r requirements.txtNo Authentication (Port 8000)
python calculator_server.pyJWT Authentication (Port 8001)
python calculator_server_auth.py
# Copy the bearer token from outputGoogle OAuth (Port 8002)
# Setup: Get credentials from https://console.cloud.google.com/
# Create .env file with GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET
python calculator_server_google_oauth.pyadd(a, b) - Add two numberssubtract(a, b) - Subtract numbersmultiply(a, b) - Multiply numbersdivide(a, b) - Divide numberspower(base, exponent) - Raise to powermodulo(a, b) - Get remaindersquare_root(n) - Calculate square rootevaluate_expression(expr) - Evaluate math expressioncalculate_percentage(value, pct) - Calculate percentageaverage(numbers) - Calculate averagehttp://localhost:8000/auth/callback.env:GOOGLE_CLIENT_ID=your-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-secret
SERVER_BASE_URL=http://localhost:8000Edit your Claude config file:
Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"calculator": {
"command": "python",
"args": ["path/to/calculator_server.py"]
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.