{ "name": "astral-mcp", "version": "0.3.2", "description": "Local-first, precision-audited MCP server that gives AI agents natal charts, transits, synastry and moon phases \u2014 no API key, no account.", "type": "module", "bin": { "astral-mcp": "dist/index.js", "astral-mcp-server": "dist/index.js" }, "files": [ "dist", "assets", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md", "AGENTS.md", "server.json", "examples", "llms.txt", "skill" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc --noEmit -p tsconfig.json", "start": "node dist/index.js", "dev": "tsx src/index.ts", "smoke": "node scripts/smoke-tools.mjs", "test:accuracy": "node scripts/accuracy-test.mjs", "test:demo-contract": "node scripts/demo-contract-test.mjs", "test:metadata": "node scripts/metadata-check.mjs", "test:seo": "node scripts/seo-content-test.mjs", "test:indexnow": "node --test scripts/indexnow-test.mjs", "discovery:indexnow": "node scripts/submit-indexnow.mjs", "test": "npm run typecheck && npm run build && npm run smoke && npm run test:accuracy && npm run test:demo-contract && npm run test:metadata && npm run test:seo && npm run test:indexnow && npm run test:skill-surface", "prepublishOnly": "npm test", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "keywords": [ "mcp", "model-context-protocol", "astrology", "natal-chart", "birth-chart", "horoscope", "ephemeris", "transits", "synastry", "ai-agents" ], "author": "David Mosiah", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "astronomy-engine": "^2.1.19", "circular-natal-horoscope-js": "^1.1.0", "cors": "^2.8.6", "express": "^5.2.1", "tz-lookup": "^6.1.25", "zod": "^4.4.1" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.6.0", "tsx": "^4.20.6", "typescript": "^6.0.3" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/astral-mcp.git" }, "bugs": { "url": "https://github.com/davidmosiah/astral-mcp/issues", "email": "support@delx.ai" }, "homepage": "https://github.com/davidmosiah/astral-mcp", "mcpName": "io.github.davidmosiah/astral-mcp", "publishConfig": { "access": "public" }, "main": "dist/index.js", "overrides": { "@hono/node-server": "2.1.0", "hono": "4.13.1", "fast-uri": "3.1.5", "ip-address": "10.4.0" } }