{ "name": "zpl-engine-mcp", "version": "4.3.0", "mcpName": "io.github.cicicalex/engine", "description": "MCP server for the ZPL stability engine — AIN bias detection & neutrality scoring for finance, gaming, AI/ML, security, crypto. 69 tools across 11 categories. Plug into Claude Desktop / Cursor / Windsurf in 10 seconds via `npx zpl-engine-mcp setup`. Free plan: 5000 tokens/month, no card. Release notes live in CHANGELOG.md.", "type": "module", "main": "dist/index.js", "bin": { "zpl-engine-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "test": "npm run build && node --test \"test/*.test.mjs\"", "test:integration": "npm run build && node --test test/integration-smoke.test.mjs", "test:all": "npm test && npm run test:integration", "verify:cursor": "node dist/index.js --version && node dist/index.js whoami" }, "keywords": [ "mcp", "zpl", "zero-point-logic", "stability", "neutrality", "ain", "post-binary", "finance", "game-balance", "ai-bias", "ai-fairness", "crypto", "defi", "security", "risk-analysis", "loot-table", "matchmaking", "tokenomics", "bias-detection", "portfolio" ], "author": "Zero Point Logic ", "homepage": "https://zeropointlogic.io", "repository": { "type": "git", "url": "https://github.com/cicicalex/zpl-engine-mcp" }, "files": [ "dist/", "README.md", "LICENSE", "smithery.yaml" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "undici": "^7.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "esbuild": "^0.28.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "engines": { "node": ">=20.18.1" } }