UNPKG

astrovisor-mcp

Version:

🌟 Professional astrology tools for Claude Desktop via MCP - Now with complete BaZi Chinese Astrology system!

63 lines (62 loc) • 1.42 kB
{ "name": "astrovisor-mcp", "version": "2.4.0", "description": "🌟 Professional astrology tools for Claude Desktop via MCP - Now with complete BaZi Chinese Astrology system!", "main": "build/index.js", "bin": { "astrovisor-mcp": "build/index.js" }, "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "npm run build && npm start", "test": "node test-production.cjs" }, "keywords": [ "mcp", "astrology", "claude", "ai", "bazi", "chinese-astrology", "four-pillars", "human-design", "numerology", "matrix-of-destiny", "vedic-astrology", "natal-chart", "horoscope", "astrovisor", "tarot", "astrocartography", "transits", "compatibility", "personality-analysis" ], "author": "Emil Rokossovskiy <emil@astrovisor.io>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rokoss21/astrovisor-mcp.git" }, "homepage": "https://astrovisor.io", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "axios": "^1.7.2", "dotenv": "^17.2.1", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "build/", "README.md", "LICENSE" ] }