{ "name": "polymath-megablaster-mcp", "version": "3.0.6", "mcpName": "io.github.headlessherm-creator/polymath-megablaster-mcp", "description": "Deterministic calculation toolkit for AI agents, especially local/open-weight models (Llama, Qwen, Mistral, etc.) that reliably fail at exact math, dates, and combinatorics: exact arithmetic, date math, unit conversion, statistics, subnet math, and more. 100% local, no network calls, no API keys, no telemetry. Fully open source.", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "ai-agents", "developer-tools", "deterministic-computation", "llm-tools", "vibe-coding", "local-first", "offline-first", "no-hallucination", "exact-math", "subnet-calculator", "date-math", "unit-converter" ], "type": "module", "files": [ "src/", "LICENSE", "README.md" ], "scripts": { "test": "node tests/tools.test.mjs && node tests/mcp.test.mjs", "start": "node src/index.js" }, "bin": { "polymath-megablaster-mcp": "./src/index.js" }, "main": "./src/index.js", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "gpt-tokenizer": "^4.0.0", "mathjs": "^15.2.0", "zod": "^3.24.1" }, "engines": { "node": ">=18" } }