{ "name": "@getbirthchart/mcp", "version": "0.2.0", "mcpName": "io.github.getbirthchart-com/getbirthchart-mcp", "description": "Official MCP server for GetBirthChart astrology calculations.", "type": "module", "license": "MIT", "homepage": "https://getbirthchart.com/developers", "repository": { "type": "git", "url": "git+https://github.com/getbirthchart-com/getbirthchart-mcp.git" }, "bugs": { "url": "https://github.com/getbirthchart-com/getbirthchart-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "astrology", "birth-chart", "agents", "typescript", "getbirthchart" ], "bin": { "getbirthchart-mcp": "dist/cli.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "README.md", "SECURITY.md", "CHANGELOG.md", "LICENSE" ], "sideEffects": false, "engines": { "node": ">=20" }, "scripts": { "build": "tsup", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "lint": "eslint .", "format": "prettier --write .", "format:check": "prettier --check .", "clean": "rm -rf dist coverage" }, "dependencies": { "@getbirthchart/sdk": "^0.2.0", "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.76" }, "overrides": { "esbuild": "^0.28.2" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^24.3.0", "@vitest/coverage-v8": "^4.1.11", "eslint": "^10.9.1", "prettier": "^3.6.2", "tsup": "^8.5.0", "typescript": "^5.9.2", "typescript-eslint": "^8.42.0", "vitest": "^4.1.11" } }