QiyueAstro MCP Server
QiyueAstro MCP Server 🎴☯️
MCP (Model Context Protocol) server for Eastern & Western divination — tarot, Lenormand, I Ching, Meihua, Qi Men, BaZi, Zi Wei Dou Shu, Xiao Liu Ren and Da Liu Ren.
Works with Claude Desktop, Cursor, OpenClaw, Zed and any MCP client. No API key, no signup — data comes from the free QiyueAstro public API.
✨ Tools
Tool | Description |
| Draw tarot cards — 13 spreads (single, three-card, celtic-cross, yes-or-no, love…) or N cards |
| Browse the 78-card Rider-Waite deck, card details by id |
| List all available tarot spreads |
| Draw Lenormand cards — 8 spreads (three, relationship, decision, nine-card grid, grand-tableau…) |
| Browse the 36-card Lenormand deck |
| I Ching hexagram casting (coins / time / numbers), moving lines + changed hexagram |
| Look up any of the 64 hexagrams (id or binary) |
| Meihua Yishu casting (time / numbers) with Ti/Yong analysis |
| Qi Men Dun Jia chart layout |
| BaZi (Four Pillars) chart — pillars, WuXing counts, DaYun |
| Zi Wei Dou Shu chart — 12 palaces, major stars, brightness |
| Xiao Liu Ren quick divination (Da An, Liu Lian, Su Xi…) |
| Da Liu Ren lesson casting — four lessons, three transmissions |
🚀 Install
Claude Desktop
// claude_desktop_config.json
{
"mcpServers": {
"qiyue": {
"command": "npx",
"args": ["-y", "github:BloodymaryGG/qiyue-mcp"]
}
}
}Cursor
Settings → MCP → Add new server:
Name: qiyue
Type: command
Command: npx -y github:BloodymaryGG/qiyue-mcpOpenClaw
openclaw mcp add qiyue -- npx -y github:BloodymaryGG/qiyue-mcpManual (from source)
git clone https://github.com/BloodymaryGG/qiyue-mcp
cd qiyue-mcp
npm install
node index.mjs # stdio MCP serverTest without a client
npm install
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | node index.mjs🧩 Example prompts
"Draw a three-card tarot spread about my career"
"Cast the I Ching — should I accept the job offer?"
"What does The Tower card mean?"
"Give me my BaZi chart for 1998-06-15 12:00, male"
"小六壬看一下今天运势"
🌙 About QiyueAstro
QiyueAstro (栖月) — a full divination platform with 14 modules, AI-powered readings in 9 languages, free daily credits, and shareable reading cards. The MCP server above is a thin wrapper over its free public API.
📄 License
MIT. Card art is public-domain Rider-Waite-Smith line art.
Built with ❤️ by BloodymaryGG · qiyueastro.com
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BloodymaryGG/qiyue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server