@eldment/arch-fuxi
v1.0.2
Published
Arch-Fuxi MCP server for structured Bazi, Ziwei Doushu, Liuyao, Qimen Dunjia, Meihua Yishu, and Yi-Jing workflows with profile-aware chart generation and concise interpretation output.
Maintainers
Readme
Arch-Fuxi
@eldment/arch-fuxi 是 Arch-Fuxi 的 MCP 服務,統一暴露八字、紫微斗數、六爻、奇門遁甲、梅花易數與周易能力,回傳結構化盤面、簡短解讀與輸入警告

安裝
透過 npm 發布,專案詳情:@eldment/arch-fuxi
MCP 工具
algorithms:列出支援的算法、預設 profile 與可選 profileprofiles:查詢某個算法支援的 profiledivine:執行標準化排盤或起卦請求,回傳meta、chart、interpretation、warnings
MCP 接入
Claude 設定範例:
{
"mcpServers": {
"arch-fuxi": {
"command": "npx",
"args": [
"-y",
"@eldment/arch-fuxi@latest"
],
"timeout": 60000
}
}
}Codex 設定範例:
[mcp_servers.arch-fuxi]
type = "stdio"
command = "npx"
args = [
"-y",
"@eldment/arch-fuxi@latest",
]
tool_timeout_sec = 60輸入規則
出生類算法:
bazi、ziwei必須提供solarDateTime、timezone、longitude、gender
時空類算法:
qimen必須提供timezone、longitude、questionmoment可顯式傳入時間,也可使用now/current/auto/system,或直接省略
隨機或觸發類算法:
liuyao優先使用rawLines或coinThrows,缺失時才退回seedyijing優先使用rawLines,缺失時才退回seedmeihua按所選profile決定觸發源
不要臆測出生時辰、經度、閏月資訊或隨機起卦原始值
