INDIVIDUAL MCP TOOL
bazi_compute
知己排盘引擎:输入出生时间(公历/农历/直接给四柱),返回完整八字排盘 JSON(四柱、十神、藏干、大运、旺衰、格局、调候等)。只做计算,不含解读文案、不做预测;转述结果时给结构不给吉凶断语,并说明身强弱与格局各流派口径不同。Compute a full BaZi (Four Pillars) chart from a birth datetime.
LIVE ENDPOINT
https://zhijipaipan.com/bazi-api/mcp
Connect to this endpoint to inspect the live schema for bazi_compute and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.zhiji-bazi]
url = "https://zhijipaipan.com/bazi-api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zhiji-bazi": {
"type": "http",
"url": "https://zhijipaipan.com/bazi-api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zhiji-bazi
Remote MCP URL: https://zhijipaipan.com/bazi-api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zhiji-bazi": {
"url": "https://zhijipaipan.com/bazi-api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zhiji-bazi": {
"type": "http",
"url": "https://zhijipaipan.com/bazi-api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zhiji-bazi",
"transport": "streamable-http",
"url": "https://zhijipaipan.com/bazi-api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
No related indexed tools.