{ "name": "calcuris-mcp", "version": "0.1.1", "description": "MCP server exposing the Calcuris tax engines — US income tax & paycheck, US property tax, Canadian provincial income tax, Australian stamp duty & income tax, UK dividend tax. Real 2026 rates, no API key.", "type": "module", "bin": { "calcuris-mcp": "dist/index.js" }, "main": "dist/index.js", "engines": { "node": ">=18" }, "homepage": "https://calcuris.com", "repository": { "type": "git", "url": "git+https://github.com/tresor4k/calcuris-mcp.git" }, "bugs": { "url": "https://github.com/tresor4k/calcuris-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "tax-calculator", "income-tax", "property-tax", "stamp-duty", "take-home-pay", "calcuris" ], "license": "MIT", "author": "tresor4k", "files": [ "dist", "README.md", "CHANGELOG.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^26.1.0", "typescript": "^5.5.0" }, "scripts": { "build": "tsc", "test": "node test/smoke.mjs", "prepublishOnly": "npm run build && npm test" }, "mcpName": "io.github.tresor4k/calcuris-mcp" }