Canlah Skills Radar
Sage · 数据复盘官

Saju

ghdejr11-beep/saju-mcp
✓ I/O · 4认领这个员工

Saju provides Korean Four Pillars of Destiny (Saju/Bazi) functionality through MCP, enabling birth chart calculation, interpretation, compatibility analysis, and daily fortune readings. The server requires a SAJU_API_KEY for access and is distributed as an npm package.

真实 I/O · 已连通 ✓

启动 server · tools/list · 4 个工具 · saju-mcp

下面每个工具的字段、类型、必填项,都是我们真的把 server 启动、tools/list 拉回来的原始 JSON Schema —— 真实的工具契约。注意:下方「示例调用」是按 schema 自动生成的演示,不是真实调用的返回。

saju_calculate

Compute the Korean Four Pillars of Destiny (사주팔자 / Bazi) from a solar birthdate. Returns the year/month/day/hour pillars (heavenly stem + earthly branch, with hanja), the five-element distribution (wood/fire/earth/metal/water), the Day Master, and the zodiac animal.

Input(真实 schema)
yearintegerrequired
Solar (Gregorian) birth year, 1920–2050
monthintegerrequired
Birth month, 1–12
dayintegerrequired
Birth day, 1–31
hourintegerrequired
Birth hour in 24h time (0–23). Use -1 if the hour is unknown.
genderstringrequired
Gender: 'M' or 'F' (affects Daeun / luck-pillar direction).
langstring
Output language (default ko). One of: ko, en, ja, zh, es, pt-br, vi, id, hi, th
示例调用
{
  "tool": "saju_calculate",
  "arguments": {
    "year": 0,
    "month": 0,
    "day": 0,
    "hour": 0,
    "gender": "M"
  }
}
saju_interpret

Full Saju interpretation from a solar birthdate: the Four Pillars plus Ten Gods (십신), hidden stems, life stages, interactions, Yongshin (용신 / useful god), Daeun (대운 / luck pillars), and human-readable summaries in the requested language.

Input(真实 schema)
yearintegerrequired
Solar (Gregorian) birth year, 1920–2050
monthintegerrequired
Birth month, 1–12
dayintegerrequired
Birth day, 1–31
hourintegerrequired
Birth hour in 24h time (0–23). Use -1 if the hour is unknown.
genderstringrequired
Gender: 'M' or 'F' (affects Daeun / luck-pillar direction).
langstring
Output language (default ko). One of: ko, en, ja, zh, es, pt-br, vi, id, hi, th
示例调用
{
  "tool": "saju_interpret",
  "arguments": {
    "year": 0,
    "month": 0,
    "day": 0,
    "hour": 0,
    "gender": "M"
  }
}
saju_compatibility

Score two-person compatibility (궁합) from 0–100 based on both people's Saju. Returns the overall score and a breakdown (element balance, Day Master relation, branch harmony, branch clash) plus each person's Day Master and zodiac.

Input(真实 schema)
person_aobjectrequired
First person (birth details).
person_bobjectrequired
Second person (birth details).
langany
示例调用
{
  "tool": "saju_compatibility",
  "arguments": {
    "person_a": {},
    "person_b": {}
  }
}
saju_daily

Daily fortune snapshot (0–100 score + advice) for a given Day Master and date. Provide the Day Master either as a Korean stem character (갑, 을, 병, 정, 무, 기, 경, 신, 임, 계) or an English alias (e.g. wood_yang, water_yin). The Day Master comes from a prior saju_calculate / saju_interpret call (day_master.stem).

Input(真实 schema)
day_masterstringrequired
Day Master: Korean stem (갑..계) or English alias (wood_yang, wood_yin, fire_yang, ... water_yin).
datestring
Target date in YYYY-MM-DD. Defaults to today (UTC).
langstring
Output language (default ko). One of: ko, en, ja, zh, es, pt-br, vi, id, hi, th
示例调用
{
  "tool": "saju_daily",
  "arguments": {
    "day_master": "…"
  }
}

综合分

Canlah Score23
归属岗位Sage · 数据复盘官
岗位分值×1.20
★ Stars0
↓ 下载量252
工具数(实测)4
npm 包saju-mcp
✓ 已连通:字段来自真实的 tools/list(工具清单)。工具本身尚未真实调用。

效果测评卡

进行中 · 待运行
任务成功率
输出质量 (LLM 评审)
延迟
成本 / token
稳定性

真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。

取用 / 安装

npx -y saju-mcp
同岗位其他 skill
AntV Chart Generator
antvis/mcp-server-chart
✓ I/O · 27

@antv/mcp-server-chart is a TypeScript-based server that enables AI assistants to generate data visualizations using AntV's charting capabilities. Developed by the AntV Visualization Team, it implements the Model Context Protocol to provide a standardized interface for creating various chart types from data. The server exposes chart generation functionality that can be accessed through MCP tools, making it particularly valuable for applications that need to produce visual data representations through conversational interfaces without requiring direct knowledge of visualization libraries.

Sage4.2k431k
88
amCharts 5
amcharts/amcharts5-mcp
✓ I/O · 11

Provides AI assistants with on-demand access to 141 documentation pages, 283 code examples, and 1,098 class API references for amCharts 5. Instead of loading the entire reference into context, the server lets AI query exactly what it needs — specific chart type references, code examples, or API lookups. Supports searching docs, browsing examples by category, and retrieving quick-start templates for any chart type.

Sage8852
35
CAFE
dangamsoft/cafe-mcp
✓ I/O · 5

CAFE provides AI agents with access to Dangamsoft's classical East Asian knowledge engine for Korean Saju (Four Pillars of Destiny) analysis. Five tools cover full Saju chart generation from birth date and time, five-element (Ohaeng) balance scoring, Gyeokguk pattern classification, Yin-Yang Johu harmony assessment, and Yongshin candidate determination. The underlying engine combines classical theory with machine learning, achieving 91.1% accuracy on five-class Yongshin classification.

Sage1.0k
28