ziwei-mcp
Zi Wei Dou Shu (Chinese astrology) charting MCP server. Generates complete ziwei natal charts and transit overlays (12 palaces, 14 major stars, sihua) from birth date and time, powered by FateStar's reversible charting engine.
README
Zi Wei Dou Shu MCP (紫微斗数 · Purple Star Astrology)
An MCP server that gives any AI assistant a full Zi Wei Dou Shu (紫微斗数 / Purple Star Astrology) chart engine — natal charts plus six levels of transits — powered by FateStar.
Built on FateStar's self-written engine: 102 stars, San He (三合) school four-transformations, true-solar-time correction. Zero third-party charting libraries.
🌐 Hosted (no install): https://www.fatestar.top/api/mcp
🔮 Try the full app: www.fatestar.top
What is Zi Wei Dou Shu?
Zi Wei Dou Shu (紫微斗数), also called Purple Star Astrology, is a Chinese astrology system from the Song dynasty. From your birth year-month-day-hour it places 14 main stars across 12 palaces and uses four transformations (四化: Lu / Quan / Ke / Ji) to model a life trajectory — finer-grained than Bazi, so each domain (marriage, career, wealth) reads independently.
This MCP server exposes that engine as structured tools, so an LLM can cast and reason over a real, deterministic chart instead of hallucinating one.
Tools
| Tool | What it returns |
|---|---|
ziwei_chart |
Full natal chart: five-element class, 12 palaces (main/auxiliary/malefic stars + brightness + birth-year sihua + borrowed stars + decade limits + 12 longevity gods), pattern recognition (30+ classical 格局 with source citations), clip-palace scan, true four-pillars by solar term. |
ziwei_transits |
Six-dimension transits: decade (大限), annual (流年), monthly, daily, hourly, and 斗君. |
⚠️ San He school Geng-stem: 化科 = Tian Tong, 化忌 = Tai Yin (the orthodox transmitted rule).
Use it (hosted, recommended)
The server is live and stateless. Point any MCP client at the hosted endpoint via mcp-remote:
// e.g. Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"ziwei": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.fatestar.top/api/mcp"]
}
}
}
No API key needed for chart casting.
Example
"Cast a Zi Wei Dou Shu chart for someone born 1990-06-15 14:30, male, Taipei."
The assistant calls ziwei_chart and gets back a complete, reproducible natal chart — same input always yields the same chart (the engine is deterministic and reversible across all seven time dimensions).
About
Maintained by FateStar — an AI Zi Wei Dou Shu platform. Single-school (San He), reproducible, honest. Free chart casting + AI reading at www.fatestar.top.
Founder: Louis Lin — a Taiwan-trained Zi Wei practitioner (studied under Master Guan-Guan, 300+ charts over five years) who built FateStar single-handedly.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.