Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

OpenFate Bazi MCP

NPM · @OPENFATE/BAZI-MCP · SCANNED SEP 21

OpenFate Bazi MCP with True Solar Time, Four Pillars, Da Yun, and branch interactions.

Available components

+4 this week 91 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 99 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to openfate-ai/openfate-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1008 tokens (~168/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 86% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the OpenFate Bazi MCP server?

OpenFate Bazi MCP runs locally as an npm package, launched with npx -y @openfate/bazi-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @openfate/bazi-mcp

# add to Claude Code
claude mcp add openfate-ai-bazi-mcp -- npx -y @openfate/bazi-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "openfate-ai-bazi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@openfate/bazi-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "openfate-ai-bazi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@openfate/bazi-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add openfate-ai-bazi-mcp -- npx -y @openfate/bazi-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "openfate-ai-bazi-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@openfate/bazi-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add openfate-ai-bazi-mcp --command npx --arg -y --arg @openfate/bazi-mcp
# ~/.hermes/config.yaml
mcp_servers:
  openfate-ai-bazi-mcp:
    command: "npx"
    args: ["-y", "@openfate/bazi-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "openfate-ai-bazi-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@openfate/bazi-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add openfate-ai-bazi-mcp -t stdio -c npx -a -y @openfate/bazi-mcp
// mcp.json
{
  "mcpServers": {
    "openfate-ai-bazi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@openfate/bazi-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +5
    • Stability: 0.87 → unverified security
    • Tool safety: pass → unverified security
    • Source repository: fail → pass security
    • The attested source repository moved: openfate-ai/bazi-mcp → openfate-ai/openfate-mcp security
    • Schema quality: 144 → 168 functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
    • Package version: 0.2.6 → 0.3.1 functional
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@openfate/bazi-mcp@0.3.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo openfate-ai/openfate-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/openfate-ai/openfate-mcp/.github/workflows/npm-publish.yml@refs/tags/v0.3.1
Rekor log index 2903473315
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:87a09cd15773de1c398e8beffa27cfb2af2e64c4f25827c9d457eda7fb21577df31f2fed1b523f28bc80d7845f3d73eb2cc10ed033174c7c2bdb5aa1e

Background: How many MCP packages publish verified provenance →

Dependencies 99 packages
Packages resolved 99
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~945 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calculate_bazi_chart ~376

Calculate a deterministic OpenFate Bazi/Four Pillars chart with True Solar Time correction, Day Master, DAYUN_SECOND_V2 onset receipts, Da Yun cycles, and branch interactions. Pass an exact birth time plus timezone or timezoneId for a calculated V2 onset; otherwise inspect the explicit unavailable/fallback receipt.

NameTypeReqDescription
calendarTypestringInput calendar type.
dayintegeryesBirth day, 1-31.
dayBoundaryModestringDay-change rule. ZI_HOUR_23 means 23:00 starts the next day pillar.
dstOffsetnumberDaylight saving offset in hours to remove from civil clock time. Use 1 for one-hour DST.
enableTrueSolarTimebooleanApply true solar time when longitude and timezone data are available.
genderstringyesBirth gender used for Da Yun direction.
hourintegerBirth hour in local civil time, 0-23. Omit when birth time is unknown.
isLeapMonthbooleanWhether the lunar input month is a leap month. Used only when calendarType is lunar.
longitudenumberBirthplace longitude in decimal degrees. Enables true solar time correction.
minuteintegerBirth minute in local civil time.
monthintegeryesBirth month, 1-12.
secondintegerBirth second in local civil time.
timezonenumberUTC offset in hours for the birth clock time, such as 8 for China or -5 for US Eastern Standard Time.
timezoneIdstringOptional IANA timezone ID, such as Asia/Shanghai or America/New_York.
yearintegeryesBirth year. Use the lunar year when calendarType is lunar.

No output schema declared.

No examples provided.

calculate_true_solar_time ~143

Calculate OpenFate True Solar Time from civil birth time, longitude, timezone, and optional DST offset. Use this when explaining why the hour pillar may differ from ordinary clock-time tools.

NameTypeReqDescription
dayintegeryes
dstOffsetnumberDaylight saving offset in hours.
hourintegeryes
longitudenumberyesBirthplace longitude in decimal degrees.
minuteinteger
monthintegeryes
timezonenumberUTC offset in hours for the clock time.
timezoneIdstringIANA timezone ID, such as Asia/Shanghai.
yearintegeryes

No output schema declared.

No examples provided.

detect_bazi_interactions ~207

Detect raw Earthly Branch relationship occurrences for a natal chart and optional annual and Da Yun branches. Preserves every matching pillar position, including repeated branches. Covers clashes, six-combinations, the eight central-branch half-trines (COMBINATION_HALF), full trines, directionals, punishments, destructions, and harms. Results establish relationship presence, not weights, cancellation, or automatic transformation; targetElement is an affinity, not transformed energy.

NameTypeReqDescription
annualBranchOptional annual or target branch. Preserved as the annual pillar role, independently of repeated natal branches.
dayBranchstringyesNatal day branch.
dayunBranchOptional Da Yun branch. Preserved as the dayun pillar role, independently of the annual and natal branches.
hourBranchstringNatal hour branch. Omit when birth time is unknown.
monthBranchstringyesNatal month branch.
yearBranchstringyesNatal year branch.

No output schema declared.

No examples provided.

get_openfate_bazi_policy ~29

Return OpenFate calculation policy and LLM guidance for Bazi chart calls.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_openfate_bazi_resources ~38

Return canonical OpenFate URLs for charting, readings, compatibility, wealth, true solar time, and AI crawler metadata.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reverse_bazi_to_solar_times ~152

Find possible Gregorian datetimes that produce a given four-pillar Bazi string. This is useful when a user only has a Bazi chart or screenshot. This lookup uses clock-time pillars without location-based true solar correction.

NameTypeReqDescription
bazistringyesFour pillars separated by spaces, for example: 戊寅 己未 己卯 辛未.
dayBoundaryModestringDay-change rule used during lookup.
endYearintegerEnd year for brute-force lookup. Defaults to the current year.
limitintegerMaximum number of matching datetimes to return.
startYearintegerStart year for brute-force lookup.

No output schema declared.

No examples provided.

Common questions

What is the OpenFate Bazi MCP server?

OpenFate Bazi MCP is listed in the public MCP registry as io.github.openfate-ai/bazi-mcp. OpenFate Bazi MCP with True Solar Time, Four Pillars, Da Yun, and branch interactions. This page covers its npm package (@openfate/bazi-mcp).

Is the OpenFate Bazi MCP server safe to use?

OpenFate Bazi MCP scores 91 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the OpenFate Bazi MCP server expose?

OpenFate Bazi MCP exposes 6 tools: calculate_bazi_chart, detect_bazi_interactions, calculate_true_solar_time, reverse_bazi_to_solar_times, get_openfate_bazi_policy, get_openfate_bazi_resources. Their descriptions and schemas cost roughly 945 tokens of context every time the server is loaded.

Is the OpenFate Bazi MCP server still maintained?

OpenFate Bazi MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the OpenFate Bazi MCP server under?

OpenFate Bazi MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.