Bazi MCP
Performs Chinese Bazi astrology calculations for birth chart analysis and metaphysics queries.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Bazi MCP is a community-built server for Chinese astrology calculations, maintained by Cantian AI, an organisation with limited public track record. The server performs purely computational tasks: converting birth dates to lunar calendar, calculating Four Pillars charts, and returning structured metaphysical interpretations. It requires no environment variables and operates entirely read-only with no network calls, filesystem access, or external API dependencies. The npm package exists and uses standard installation, but documentation is thin and the maintainer's profile is opaque. No security incidents are known. The narrow scope (date math and lookup tables) limits attack surface significantly. Suitable for astrology applications where the computational accuracy matters more than vendor pedigree, but users should verify outputs independently given the niche maintainer.
Lethal Trifecta (prompt-injection exposure)
CLEARAstrology calc. No I/O.
Green flags
- Zero external dependencies or network calls, pure calculation logic
- No environment variables or secrets required
- Published to npm with standard installation path
- Narrow, well-defined scope limits potential for misuse
- Read-only operations with no filesystem or shell access
Red flags
- Cantian AI has minimal public presence or verifiable track record
- Documentation is sparse with limited usage examples or API reference
- Solo or small-team maintainer with unclear bus factor
- No changelog or versioning history visible in package metadata
Permissions requested
Install
npx -y @smithery/cli install @cantian-ai/bazi-mcp --client claude
Review
Install this if you're building tools around Chinese astrology or need accurate Four Pillars calculations in Claude. Skip it if you're exploring divination broadly or don't already understand Bazi terminology. It's a specialist's tool, not a curiosity.
Good at
- Handles lunar calendar conversions and element calculations accurately, saving you from implementing complex tables.
- No API keys or external dependencies, so it runs offline and costs nothing per query.
- Returns structured chart data that Claude can interpret conversationally, good for chatbot interfaces.
- Focused scope means it does one thing well rather than mixing metaphysics systems.
Watch out
- Assumes you already understand Bazi terminology, so it's not beginner-friendly without careful prompting.
- No batch processing support, so generating multiple charts requires separate calls.
- Narrow use case means it's irrelevant unless you're specifically working with Chinese astrology.
- Small maintainer team may mean slower updates or limited community support.
Use cases
- birth chart reading
- fortune-telling apps
- Chinese metaphysics research
- personal astrology tools
Getting started
Works with
Similar MCPs
- DaVinci Resolve MCPFull coverage of the DaVinci Resolve scripting API so agents can drive timelines, edits, colour grading, and media management via Claude.
- Free Will MCPExperimental tools that let an AI give itself prompts, ignore user requests, or go to sleep, for studying autonomy.
- Godot MCPInteracts with the Godot game engine for scene editing, running, debugging, and project management.
- QGIS MCPConnects QGIS Desktop to Claude for prompt-assisted project creation, layer loading, and code execution.