{ "name": "@saroday/mcp-server", "version": "0.1.0", "description": "MCP (Model Context Protocol) server for Saroday - Korean Saju calculation tool. Lets Claude Desktop, Cline, Cursor and other MCP-compatible AI clients perform accurate Korean Saju (Four Pillars) calculation and access 80+ myeongni-hak (命理學) glossary terms.", "keywords": [ "mcp", "model-context-protocol", "saju", "korean-fortune", "myeongni-hak", "claude", "anthropic", "ai-tool" ], "homepage": "https://saroday.com", "repository": { "type": "git", "url": "https://github.com/saroday/mcp-server" }, "bugs": { "url": "https://saroday.com/contact" }, "author": "Saroday ", "license": "MIT", "type": "module", "main": "index.js", "bin": { "saroday-mcp": "./index.js" }, "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "engines": { "node": ">=18.0.0" }, "files": [ "index.js", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" } }