{ "name": "stellara-mcp", "mcpName": "it.natlex/stellara-mcp", "version": "0.2.2", "description": "Deterministic Swiss Ephemeris for AI agents (Hermes, Claude, Grok): natal charts, transits and synastry as exact JSON via the Stellara cloud API. No hallucinated house cusps.", "type": "module", "main": "./dist/index.js", "bin": { "stellara-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md", "server.json", "smithery.yaml", "docs/USAGE.ru.md", "docs/GPT_ACTION.ru.md" ], "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -p tsconfig.json --noEmit", "prepublishOnly": "npm run build && npm test", "start:remote": "node dist/remote.js", "dev:remote": "tsx src/remote.ts" }, "engines": { "node": ">=18.17" }, "keywords": [ "mcp", "model-context-protocol", "astrology", "swiss-ephemeris", "natal-chart", "transits", "synastry", "horoscope", "claude", "hermes", "cursor", "ai-agents" ], "author": "Natlex (https://www.natlex.it/)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mihnin/stellara-mcp.git" }, "homepage": "https://github.com/mihnin/stellara-mcp#readme", "bugs": { "url": "https://github.com/mihnin/stellara-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.0", "express": "^5.2.1", "jose": "^6.1.3", "zod": "^3.25.0" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^20.17.0", "tsx": "^4.19.0", "typescript": "^5.6.0", "vitest": "^3.2.0" }, "publishConfig": { "access": "public" } }