suanming-mcp

suanming-mcp is a skill for Claude Code, Codex from Enoch666/suanming-mcp. It costs 66 tokens per session (922 once invoked), scanned A, original, MIT.

A Chinese fortune-telling server covering birth-chart readings, divination, fortune slips, name scoring, name suggestions, and a programmer-themed almanac. It produces traditional ink-style HTML reports.

In plain words
What is it for?
Use it for recreational Chinese astrology and divination, naming ideas, name ratings, or humorous programmer fortune readings; it is not for medical, legal, investment, or professional advice.
Why use it?
It provides an entertainment-oriented way to generate these readings and reports through natural-language requests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Use it for recreational Chinese astrology and divination, naming ideas, name ratings, or humorous programmer fortune readings; it is not for medical, legal, investment, or professional advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/enoch666/suanming-mcp/suanming-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Enoch666/suanming-mcp --skill suanming-mcp
Clone the repo
git clone --depth 1 https://github.com/Enoch666/suanming-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for suanming-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/enoch666/suanming-mcp/suanming-mcp/github.svg)](https://agentmods.dev/skills/enoch666/suanming-mcp/suanming-mcp)
Your own site
<a href="https://agentmods.dev/skills/enoch666/suanming-mcp/suanming-mcp"><img src="https://agentmods.dev/badge/skills/enoch666/suanming-mcp/suanming-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for suanming-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/enoch666/suanming-mcp/suanming-mcp"><img src="https://agentmods.dev/badge/skills/enoch666/suanming-mcp/suanming-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 922 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00922
Opus 5 $0.00033 $0.00461
Sonnet 5 $0.00013 $0.00184
Haiku 4.5 $0.00007 $0.00092

Measured 11d ago against content hash eabd991ad9bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

suanming-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SKILL.md · 102 lines

What it actually says

玄机阁算命 MCP Server (suanming-mcp)

传统中国风 × 程序员整活风 MCP Server,六大算命功法,每算必出水墨 HTML 命理报告。

六大功法

Tool 功能 输入 风格
fortune_bazi 八字排盘 出生年月日时 + 性别 传统
fortune_liuyao 六爻起卦 心中问题(可选) 传统
fortune_qian 灵签抽签 心中问题(可选) 传统
fortune_name 姓名打分 姓名(2-4字) 传统
fortune_mingming 起名 姓氏 + 生辰 传统
fortune_coder 程序员黄历 编程语言 整活

快速开始

安装

npm install -g suanming-mcp

配置 Claude Code

.mcp.json~/.claude/.mcp.json 中添加:

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

使用

直接用自然语言对话触发:

  • "帮我算个八字,1990年5月20日上午10点出生,男"
  • "起个卦问问事业前程"
  • "抽个签看看财运"
  • "分析一下'张三'这个名字"
  • "姓李,2024年3月15日生,帮我起几个名字"
  • "今天适合写Python吗"

视觉特色

每次算命结果生成水墨风格 HTML 页面

  • 宣纸纹理背景(CSS 噪点叠加)
  • 毛笔书法标题(Google Fonts 马山正)
  • 朱砂印章("玄机阁印")
  • 八卦符号(Unicode ☰☱☲☳☴☵☶☷)
  • 竖排签文、淡入动画

使用场景

场景 适用程度 说明
学习传统命理 很适合 从八字排盘、六爻、签文多角度了解
程序员日常整活 很适合 程序员黄历宜忌幽默、Bug率/摸鱼指数
起名参考 适合 八字五行补缺生成候选名、五格打分
娱乐消遣 很适合 抽签、黄历轻松有趣
专业命理 不适合 仅供娱乐参考,不提供个人化命理建议
医疗诊断 绝对不适合 算命 ≠ 医疗行为

安全与免责

本项目仅供娱乐参考,不作为个人化命理建议。涉及医疗、投资、法律等重要决策,请咨询相关专业人士。详见 USE_AND_RISK_NOTICE.md

开发

git clone https://github.com/Enoch666/suanming-mcp.git
cd suanming-mcp
npm install
npm run build

License

MIT © 2026

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 102 lines · 66 tokens per session scan A eabd991ad9bf

Subscribe to this mod's changes

suanming-mcp is a skill published in the GitHub repository Enoch666/suanming-mcp (4 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 922 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.