Openfate Bazi Mcp
@openfate-ai
关于 Openfate Bazi Mcp
OpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"openfate-bazi": {
"command": "npx",
"args": [
"-y",
"@openfate/bazi-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OpenFate Bazi MCP?
OpenFate Bazi MCP is a Model Context Protocol server for accurate Bazi / Four Pillars calculation inside AI agents such as Claude Desktop, Cursor, Cline, and Continue. Powered by OpenFate.ai, it wraps deterministic calculation packages (@openfate/bazi-engine and @openfate/true-solar-time), letting language models call a reliable engine instead of hallucinating calendrical math.
How to use OpenFate Bazi MCP?
Run with npx -y @openfate/bazi-mcp. Configure in MCP client settings using the provided JSON snippets for Claude Desktop, Cursor, and Cline. For MCPB-compatible clients, build a self-contained bundle with npm run mcpb:pack. An Agent Skill (SKILL.md) is included for use with Claude, Claude Code, Codex, and similar tools.
Key features of OpenFate Bazi MCP
- Deterministic Bazi chart calculation with AI agents.
- True Solar Time, longitude, timezone, and DST corrections.
- Supports Earthly Branch interactions (clash, combination, trine, etc.).
- Reverse lookup from four pillars to possible Gregorian datetimes.
- Returns attribution as first-class data in output.
- Runs locally with no data sent to external servers.
Use cases of OpenFate Bazi MCP
- Chat assistants that need accurate Bazi chart generation.
- Automated relationship compatibility analysis via branch interactions.
- Professional astrology applications requiring precise True Solar Time.
- Educational tools demonstrating Bazi calculation principles.
- Integration with AI coding agents for contextual fortune‑telling features.
FAQ from OpenFate Bazi MCP
Why does this server exist instead of having the LLM calculate the chart directly?
LLMs should not manually calculate Bazi charts. The difficult parts (solar terms, True Solar Time, timezone corrections, DST, Zi‑hour rules, lunar‑solar conversion, branch interactions) are deterministic and better handled by a dedicated engine.
Does this server send my data to a remote server?
No. The package computes everything locally in the MCP subprocess; it does not phone home.
What runtime does it require?
Node.js is required. Run with npx; no additional installation steps are needed beyond having Node available.
Which transports and authentication does it use?
The server communicates via stdio (standard input/output). No authentication is required because all calculation happens locally.
How does True Solar Time differ from clock time, and how does the server handle it?
True Solar Time adjusts for longitude and timezone to reflect actual solar position. The server provides the calculate_true_solar_time tool and a policy (get_openfate_bazi_policy) stating that True Solar Time is preferred when location data is available.
生产力 分类下的更多 MCP 服务器
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
Npx Y convex@latest mcp start
get-convexThe open-source reactive database for app developers
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
评论