Skip to main content
Glama
fatenava

fatenava-mcp

Official
by fatenava

fatenava-mcp

English | 繁體中文 | 简体中文 | 日本語 | 한국어

从任何支持 MCP 的 AI 代理排出八字、紫微斗数和西方占星本命盘。

一个工具,三个确定性引擎,零配置:无需账户、无需 API 密钥、不存储任何数据。 由 FateNava 的免费星盘 API 提供支持。

功能

提供出生信息(日期、时间、地点、性别),即可获得最多三个系统的结构化星盘数据:

系统

返回内容

BaZi 八字(四柱命理)

四柱(天干地支)、日主、五行分布 — 通过出生地经度进行真太阳时校正计算

Zi Wei Dou Shu 紫微斗数(紫微斗数)

十二宫位与主星、命宫、四化

西方本命星盘

回归黄道、Placidus 宫位制:上升点、行星的星座/宫位、元素与模式

这些星盘数据是计算出来的,而非 AI 生成——同一次出生总是产生相同的星盘。解读则留给您的 AI 代理(或 FateNava 的免费解读工具)。

Related MCP server: mcp-luopan

快速开始

Claude Code

claude mcp add fatenava -- npx -y fatenava-mcp

Codex CLI

# ~/.codex/config.toml
[mcp_servers.fatenava]
command = "npx"
args = ["-y", "fatenava-mcp"]

Cursor / 通用 MCP 客户端

{
  "mcpServers": {
    "fatenava": {
      "command": "npx",
      "args": ["-y", "fatenava-mcp"]
    }
  }
}

工具:cast_chart

有两种方式描述出生信息——任选其一:

1. 单行文本(最简单;API 会解析日期、时间、地点和性别,并将城市解析为坐标 + 时区):

{ "text": "1995-08-10 12:00 Taipei female" }

支持英文、中文、日文或韩文的城市名称。

2. 结构化字段

{
  "year": 1995, "month": 8, "day": 10, "hour": 12, "minute": 0,
  "gender": "female",
  "longitude": 121.5, "latitude": 25.04, "timeZoneId": "Asia/Taipei"
}

可选参数:

  • systems: ["bazi", "ziwei", "astro"] — 选择子集以减小响应体积(默认:全部三个)。

  • birthTimeKnown: false — 当确切时辰未知时使用。BaZi 仍会返回三柱;依赖时辰的部分会如实省略,而不是猜测。

响应结构

{
  "birth": { "date": "1995-08-10", "time": "12:00", "gender": "female", "place": "…" },
  "timeKnown": true,
  "charts": {
    "bazi":  { "ok": true, "view": { "dayMaster": {…}, "fourPillars": […], … } },
    "ziwei": { "ok": true, "view": { "palaces": […], … } },
    "astro": { "ok": true, "view": { "ascendant": {…}, "bodies": […], … } }
  }
}

字段名为英文;传统术语(天干、地支、宫名、星名)以原生汉字呈现——请让您的 AI 代理为用户翻译这些术语。

注意事项与原则

  • 免费且匿名。 底层端点无需登录,不存储任何数据。

  • 确定性。 星盘由经过测试的引擎计算;AI 层仅负责解读。

  • 诚实面对局限。 出生时辰未知时优雅降级,而不是编造一个时辰。星盘描述的是倾向与主题——而非固定命运。不构成医疗、法律或财务建议。

  • 了解相关概念:什么是 BaZi? · 什么是本命星盘? · 什么是 Zi Wei Dou Shu?

  • 完整解读、合盘(synastry / 合婚)与 AI 问答:fatenava.com

开发

npm install
npm run build
node dist/index.js   # speaks MCP over stdio

环境变量 FATENAVA_API_BASE 可覆盖 API 来源(用于测试)。

许可证

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI tools to perform Chinese fortune-telling analysis including Ziwei Doushu (Purple Star Astrology) and Bazi (Four Pillars) chart generation, fortune reading, and element analysis. Supports multiple calendar systems and output formats for comprehensive divination services.
    7
    25
    6
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides tools for Bazi (Chinese astrology) chart calculation and analysis, enabling LLMs to generate accurate birth charts, determine patterns, and answer follow-up questions based on actual calculations rather than model knowledge.
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to perform Chinese metaphysics calculations including BaZi charts, Tong Shu indicators, solar terms, and more, using a verified engine with 740+ tests.
    8
    8
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI agents to calculate deterministic Bazi (Four Pillars) charts with True Solar Time and Earthly Branch interactions, avoiding LLM hallucination of calendrical math.
    6
    182
    122
    MIT

View all related MCP servers

Related MCP Connectors

  • Zi Wei Dou Shu for AI agents: free natal charts, six transit levels, and optional readings.

  • Generate BaZi charts from birth details. Explore Four Pillars, solar terms, and Luck Pillars for d…

  • Chinese metaphysics (bazi, qimen, 5-element) as decision-support tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fatenava/fatenava-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server