{ "name": "chinese-almanac-mcp", "mcpName": "io.github.yonlandwu/chinese-almanac-mcp", "version": "1.1.0", "description": "MCP server for the Chinese almanac (黄历/通胜) — transparent auspicious date picking 择日 (engine score + patron zodiac match + fixed inauspicious day veto), daily almanac, hour pillars, solar terms, horoscopes & personal lucky hours. Powered by the 12Zodiacs engine (JPL DE440s precision). 中国黄历择日 MCP 服务.", "type": "module", "bin": { "chinese-almanac-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "node dist-test/scoring.test.js && node dist-test/smoke.js dist/index.js" }, "keywords": [ "mcp", "chinese-almanac", "tung-shing", "huangli", "黄历", "通胜", "择日", "auspicious-dates", "lucky-dates", "date-picking", "lunar-calendar", "model-context-protocol", "claude" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^4.0.0" }, "devDependencies": { "typescript": "^5.4.0", "@types/node": "^20.0.0" }, "homepage": "https://www.12zodiacs.com/tung-shing/", "repository": { "type": "git", "url": "git+https://github.com/yonlandwu/chinese-almanac-mcp.git" }, "bugs": { "url": "https://github.com/yonlandwu/chinese-almanac-mcp/issues" }, "author": "12Zodiacs (https://12zodiacs.com)" }