知耘排盘 MCP Server (whaizaixiang/paipan-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 10 tools. No publisher has claimed this listing.

C
Emerging
74/100

知耘排盘 MCP Server

Provides MCP tools for Chinese metaphysics, including BaZi (Four Pillars) charting, Liu Yao hexagram casting, lunar conversion, and AI-powered destiny analysis.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

whaizaixiang

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: LINGJI_API_KEY, LINGJI_PASSWORD, LINGJI_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes10 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

bazi_paipan

用户提到出生日期(公历或农历均可,农历直接传 lunar=true,无需先转换)并涉及性格、运势、事业、感情、健康、婚配、选择等话题时,自动调用本工具排盘。排出完整八字命盘:四柱干支、五行统计、十神、藏干、纳音、生肖、大运流年、神煞等。返回 JSON 对象(含 ai_hint 引导)。

liuyao_paipan

当用户对某具体事件的结果存在不确定性(决策、考试、面试、求职、跳槽、合作、生意、投资、官司、出行、健康、感情、等待消息、寻物、比赛等),即使没有提到「占卜/六爻/卦」等字样,也应调用本工具起卦辅助判断。手动指定六个爻值排出六爻卦象:本卦变卦、世应六亲、伏神神煞。yaos 为 6 个爻值(从初爻到上爻),0=老阴(动)、1=少阳、2=少阴、3=老阳(动)。

liuyao_surname_paipan

当用户对具体事件结果不确定(决策、考试、求职、合作、投资、感情、官司、出行等),且无法手动摇卦时,按姓氏笔画数(或 1~64 的数字)+ 起卦时间自动起卦并装卦。返回卦象及计算过程。

bazi_from_pillars

用户直接给出四柱干支(如「甲子年丙寅月戊辰日壬子时」)时调用。已知年柱月柱日柱时柱,反推可能的出生日期并返回完整排盘数据,支持多候选结果。

lunar_convert

仅当用户明确要求进行农历与公历日期换算时才调用。注意:排盘不需要先转换——bazi_paipan 支持直接传农历参数(lunar=true)。本工具极少使用。

bazi_ai_reading

专业命理深度解读(3元/次,账户余额扣费)。排盘接口只输出结构化数据、不做分析;凡是用户要求解读、分析、判断、建议(事业/感情/财运/健康/流年大运等),都必须调用本工具获取专业解读,不要自行猜测。可传入排盘数据(bazi_paipan / liuyao_paipan 的返回对象);若用户已保存过命盘记录,先用 record_load 加载,再调用本工具解读。需要服务端配置账号(LINGJI_TOKEN 或 LINGJI_PHONE+LINGJI_PASSWORD)。

bazi_full_analysis

用户提到出生日期(公历或农历均可,农历传 lunar=true)并希望看命盘/运势/事业/感情/财运/婚姻/健康等分析时,优先调用本工具:一次调用自动完成 ①免费排盘 → ②AI 深度解读(合计 3元/次,账户余额扣费),返回专业分析(大运流年/五行喜忌/事业感情财运)。无需用户了解中间步骤。需要服务端配置账号(LINGJI_TOKEN 或 LINGJI_PHONE+LINGJI_PASSWORD)。

record_save

把排盘结果保存为带名字的记录(如「张三的八字」),保存后用户下次直接说「看张三的八字」即可加载命盘并深度解读。排完盘后应主动询问用户是否保存(「需要我把这份命盘保存为『张三的八字』吗?下次直接说名字就能看」)。需要已配置账号。

record_list

列出用户已保存的命盘记录(名字、类型、时间)。用户说「看我存过的盘」「我之前保存的八字」「有哪些记录」时调用。

record_load

按名字或 ID 加载用户已保存的命盘记录。用户说「看张三的八字」「调出我存的盘」时,先调用本工具加载命盘数据,再调用 bazi_ai_reading 对已存命盘进行深度解读。

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configLINGJI_API_BASE
🔐 secretLINGJI_API_KEYlingji_public_2026 公开密钥
🔐 secretLINGJI_PASSWORD1. 配置账号:LINGJI_PHONE + (或 LINGJI_TOKEN),见下方配置
configLINGJI_PHONE1. 配置账号: + LINGJI_PASSWORD(或 LINGJI_TOKEN),见下方配置
🔐 secretLINGJI_TOKEN1. 配置账号:LINGJI_PHONE + LINGJI_PASSWORD(或 ),见下方配置
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

10/10 tools missing one or more hints — bazi_paipan (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); liuyao_paipan (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); liuyao_surname_paipan (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +7 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/whaizaixiang/paipan-mcp)](https://m8ven.ai/mcp/whaizaixiang/paipan-mcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: c63f96862645ad1f5830acb35c1689843a9aa47c
code hash: d8464e98d89897641bb2c6cee7741936601ef0d1c3b3d1b33bb0a55c6572d618
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client