CAFE
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.
真实 I/O · 已连通 ✓
启动 server · tools/list · 5 个工具 · cafe-mcp下面每个工具的字段、类型、必填项,都是我们真的把 server 启动、tools/list 拉回来的原始 JSON Schema —— 真实的工具契约。注意:下方「示例调用」是按 schema 自动生成的演示,不是真实调用的返回。
saju_chartKorean Saju (Four Pillars / 四柱八字) natal chart with annotations. Returns the four pillars (year/month/day/hour) with their heavenly stems and earthly branches, the Ten Gods (十神) mapping, the five-element ratios, plus the Spirit Stars (神殺 / 신살) and Twelve Life Stages (十二運星 / 십이운성) annotations on each pillar. The foundational reading other tools build on. Use for 'show me my saju', 'what's my birth c
birthstringrequiredgenderintegerrequirednamestringis_lunarbooleanis_leap_yearbooleanoption1integeroption2integerlocintegertime_unknownboolean{
"tool": "saju_chart",
"arguments": {
"birth": "…",
"gender": 0
}
}ohaeng_balanceFive Elements (五行 / 오행: Wood·Fire·Earth·Metal·Water) distribution of the natal chart. Computes each element's percentage including hidden-stem (지장간) weighting, then reports the dominant and the weakest element. Use to gauge elemental balance and excess/lack. Use for 'analyze my five elements', 'which element am I missing', '오행 분석'.
birthstringrequiredgenderintegerrequirednamestringis_lunarbooleanis_leap_yearbooleanoption1integeroption2integerlocintegertime_unknownboolean{
"tool": "ohaeng_balance",
"arguments": {
"birth": "…",
"gender": 0
}
}gyeokgukGyeokguk (格局, chart structure/pattern) determination. Reads the chart's governing structure from the day-master and month-branch by classical Myeongli rules. Returns the named pattern with its true/quasi grade (e.g. 편인격 · 가격), the body strength (신강/신약), supporting sub-patterns (e.g. 식상생재), the favorable element (yongshin), and the five-element distribution behind the judgment. Use for 'what is my
birthstringrequiredgenderintegerrequirednamestringis_lunarbooleanis_leap_yearbooleanoption1integeroption2integerlocintegertime_unknownboolean{
"tool": "gyeokguk",
"arguments": {
"birth": "…",
"gender": 0
}
}eumyang_johuYin-Yang (陰陽 / 음양) and Climate (調候 / 조후: hot-cold-wet-dry) balance diagnostic. Reports the yin-yang ratio, the warm/cold·dry/wet tendency, and how each balance shifts across both major (대운) and yearly (세운) fortune periods. Use for 'is my chart hot or cold', 'my yin-yang / climate balance', '조후 분석'.
birthstringrequiredgenderintegerrequirednamestringis_lunarbooleanis_leap_yearbooleanoption1integeroption2integerlocintegertime_unknownboolean{
"tool": "eumyang_johu",
"arguments": {
"birth": "…",
"gender": 0
}
}yongshin_candidatesClassical Yongshin (用神, favorable element) candidates. Returns all five traditional derivation methods — Eokbu (억부) / Byeongyak (병약) / Tonggwan (통관) / Johu (조후) / Gyeokguk (격국) — with each method's candidate element(s) and primary pick. Does NOT include an AI-selected final yongshin or confidence scores (those are part of the full 24Plus service). Use for 'what are my yongshin candidates', 'which
birthstringrequiredgenderintegerrequirednamestringis_lunarbooleanis_leap_yearbooleanoption1integeroption2integerlocintegertime_unknownboolean{
"tool": "yongshin_candidates",
"arguments": {
"birth": "…",
"gender": 0
}
}综合分
效果测评卡
进行中 · 待运行真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。
@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.
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.
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.