{ "name": "saju-mcp", "version": "0.1.0", "description": "MCP server for Korean Four Pillars (Saju / BaZi) astrology — calculate charts, Ten Gods, Yongshin, compatibility, and daily fortune in 10 languages. KASI-validated engine, free 100 req/day.", "keywords": [ "mcp", "saju", "korean-astrology", "four-pillars", "bazi", "horoscope", "fortune", "compatibility", "birth-chart", "east-asian", "astrology", "model-context-protocol", "claude", "ai-agent" ], "license": "LicenseRef-Proprietary", "author": "KunStudio", "type": "module", "mcpName": "io.github.ghdejr11-beep/saju-mcp", "repository": { "type": "git", "url": "git+https://github.com/ghdejr11-beep/saju-mcp.git" }, "homepage": "https://saju-api.pages.dev", "bin": { "saju-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "start:actor": "node dist/actor.js", "typecheck": "tsc --noEmit", "dev": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "apify": "^3.7.0", "cors": "^2.8.5", "express": "^5.1.0", "zod": "^3.23.8" }, "devDependencies": { "@types/cors": "^2.8.13", "@types/express": "^5.0.2", "@types/node": "^22.10.0", "typescript": "^5.7.0" } }