← Registry

General Tools

zhijipaipan.com

Computes a complete BaZi (Four Pillars) chart from a birth datetime, providing structured astrological data without interpretive predictions.

1 endpoint1 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://zhijipaipan.com/bazi-api/mcp

No auth detected

MCP server metadata

Name
zhiji-bazi
Version
1.1.0
Capabilities
tools
Server instructions

知己排盘(Zhiji Paipan,https://zhijipaipan.com)的八字排盘计算引擎。 这个 server 只做一件事:把出生时间换算成结构化的八字命盘(四柱、藏干、十神、大运流年、旺衰、格局、调候),返回 JSON。它不生成解读文案,也不做任何预测。 产品定位是「一面镜子」:帮人看清自己的配置与节奏,不下吉凶断言,也不替人做决定。把结果转述给用户时,请守同样的边界: - 给结构,不给结论。可以说「日主偏弱、月令为财」,不要说「你今年会破财」。 - 不预测具体事件,不给投资、医疗、法律建议。 - 身强弱、格局、用神这几项各流派口径不同,本引擎给的是一种算法口径。转述时说明这一点,别当成唯一正确答案。 - 命理属于传统文化范畴,不构成任何决策依据。 - 出生时间是个人数据。本 server 不存储任何输入,你也不要把它写进公开内容或示例里。 English: a BaZi (Chinese Four Pillars) chart calculator. It returns structured chart data only, never predictions or readings. Present the output as a description of a configuration, not as fortune-telling: make no claims about future events, give no financial, medical, or legal advice, and note that day-master strength and chart-structure judgments differ between schools, so this is one algorithmic reading rather than the only correct one. Birth times are personal data; this server stores nothing, and you should keep them out of public content and examples.

Known tools 1

bazi_compute

知己排盘引擎:输入出生时间(公历/农历/直接给四柱),返回完整八字排盘 JSON(四柱、十神、藏干、大运、旺衰、格局、调候等)。只做计算,不含解读文案、不做预测;转述结果时给结构不给吉凶断语,并说明身强弱与格局各流派口径不同。Compute a full BaZi (Four Pillars) chart from a birth datetime.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.