# io.github.dangamsoft/cafe-mcp (npm · @dangamsoft/cafe-mcp)

Korean Saju (Four Pillars) MCP server with 5 free birth-chart analysis tools.

- Trust score: 67/100 (medium)
- Change this week: +32
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- npm · `@dangamsoft/cafe-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/dangamsoft-cafe-mcp/dangamsoft-cafe-mcp.md), [page](https://verifymcp.io/servers/dangamsoft-cafe-mcp/dangamsoft-cafe-mcp)

## Channel facts

- Registry: `npm`
- Package: `@dangamsoft/cafe-mcp`
- Version: `0.6.4`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-06.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 46 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1968 tokens (~393/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add dangamsoft-cafe-mcp -- npx -y @dangamsoft/cafe-mcp
```

### Codex

```bash
codex mcp add dangamsoft-cafe-mcp -- npx -y @dangamsoft/cafe-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dangamsoft-cafe-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@dangamsoft/cafe-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dangamsoft-cafe-mcp --command npx --arg -y --arg @dangamsoft/cafe-mcp
```

### Hermes

```yaml
mcp_servers:
  dangamsoft-cafe-mcp:
    command: "npx"
    args: ["-y", "@dangamsoft/cafe-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "dangamsoft-cafe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dangamsoft/cafe-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 67, +1)

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

### 2026-08-05 (score 66, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-04 (score 66, +1)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-03 (score 65, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 61, +14)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 47, +25)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Dependency health: partial → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 22, −13)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 35, −40)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [functional regression] License: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: Apache-2.0

## MCP tools (5)

### `saju_chart` (~400 tokens)

Korean 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 chart', '내 사주 봐줘'.

Input parameters:

- `birth` (string, required): Birth date & time, 12 digits YYYYMMDDHHMM (e.g. 199001151030). Use 1230 for unknown time.
- `gender` (integer, required): Gender — 0: female, 1: male (CAFE convention).
- `is_leap_year` (boolean): Optional. true if the lunar birth month is a leap month (윤달). Only meaningful with is_lunar=true.
- `is_lunar` (boolean): Optional. true if the birth date is a lunar-calendar date (default false = solar).
- `loc` (integer): Optional birthplace region ID for overseas births (24Plus world-city ID). Omit for Korea.
- `name` (string): Optional name. Affects some engine outputs; omit to use the default.
- `option1` (integer): Optional Rat-hour (자시) rule — 0: Ya-jasi/야자시 (default), 1: Jo-jasi/조자시.
- `option2` (integer): Optional year-pillar season basis — 0: Ipchun/입춘 (default, standard practice), -1: Dongji/동지.
- `time_unknown` (boolean): Optional. true if the birth time is unknown — the chart header marks the hour pillar as estimated. Pair with HHMM=1230.

### `ohaeng_balance` (~368 tokens)

Five 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', '오행 분석'.

Input parameters:

- `birth` (string, required): Birth date & time, 12 digits YYYYMMDDHHMM (e.g. 199001151030). Use 1230 for unknown time.
- `gender` (integer, required): Gender — 0: female, 1: male (CAFE convention).
- `is_leap_year` (boolean): Optional. true if the lunar birth month is a leap month (윤달). Only meaningful with is_lunar=true.
- `is_lunar` (boolean): Optional. true if the birth date is a lunar-calendar date (default false = solar).
- `loc` (integer): Optional birthplace region ID for overseas births (24Plus world-city ID). Omit for Korea.
- `name` (string): Optional name. Affects some engine outputs; omit to use the default.
- `option1` (integer): Optional Rat-hour (자시) rule — 0: Ya-jasi/야자시 (default), 1: Jo-jasi/조자시.
- `option2` (integer): Optional year-pillar season basis — 0: Ipchun/입춘 (default, standard practice), -1: Dongji/동지.
- `time_unknown` (boolean): Optional. true if the birth time is unknown — the chart header marks the hour pillar as estimated. Pair with HHMM=1230.

### `gyeokguk` (~414 tokens)

Gyeokguk (格局, 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 gyeokguk', 'what's my chart pattern / structure', '내 격국이 뭐야'.

Input parameters:

- `birth` (string, required): Birth date & time, 12 digits YYYYMMDDHHMM (e.g. 199001151030). Use 1230 for unknown time.
- `gender` (integer, required): Gender — 0: female, 1: male (CAFE convention).
- `is_leap_year` (boolean): Optional. true if the lunar birth month is a leap month (윤달). Only meaningful with is_lunar=true.
- `is_lunar` (boolean): Optional. true if the birth date is a lunar-calendar date (default false = solar).
- `loc` (integer): Optional birthplace region ID for overseas births (24Plus world-city ID). Omit for Korea.
- `name` (string): Optional name. Affects some engine outputs; omit to use the default.
- `option1` (integer): Optional Rat-hour (자시) rule — 0: Ya-jasi/야자시 (default), 1: Jo-jasi/조자시.
- `option2` (integer): Optional year-pillar season basis — 0: Ipchun/입춘 (default, standard practice), -1: Dongji/동지.
- `time_unknown` (boolean): Optional. true if the birth time is unknown — the chart header marks the hour pillar as estimated. Pair with HHMM=1230.

### `eumyang_johu` (~379 tokens)

Yin-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', '조후 분석'.

Input parameters:

- `birth` (string, required): Birth date & time, 12 digits YYYYMMDDHHMM (e.g. 199001151030). Use 1230 for unknown time.
- `gender` (integer, required): Gender — 0: female, 1: male (CAFE convention).
- `is_leap_year` (boolean): Optional. true if the lunar birth month is a leap month (윤달). Only meaningful with is_lunar=true.
- `is_lunar` (boolean): Optional. true if the birth date is a lunar-calendar date (default false = solar).
- `loc` (integer): Optional birthplace region ID for overseas births (24Plus world-city ID). Omit for Korea.
- `name` (string): Optional name. Affects some engine outputs; omit to use the default.
- `option1` (integer): Optional Rat-hour (자시) rule — 0: Ya-jasi/야자시 (default), 1: Jo-jasi/조자시.
- `option2` (integer): Optional year-pillar season basis — 0: Ipchun/입춘 (default, standard practice), -1: Dongji/동지.
- `time_unknown` (boolean): Optional. true if the birth time is unknown — the chart header marks the hour pillar as estimated. Pair with HHMM=1230.

### `yongshin_candidates` (~407 tokens)

Classical 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 element favors me', '용신 후보'.

Input parameters:

- `birth` (string, required): Birth date & time, 12 digits YYYYMMDDHHMM (e.g. 199001151030). Use 1230 for unknown time.
- `gender` (integer, required): Gender — 0: female, 1: male (CAFE convention).
- `is_leap_year` (boolean): Optional. true if the lunar birth month is a leap month (윤달). Only meaningful with is_lunar=true.
- `is_lunar` (boolean): Optional. true if the birth date is a lunar-calendar date (default false = solar).
- `loc` (integer): Optional birthplace region ID for overseas births (24Plus world-city ID). Omit for Korea.
- `name` (string): Optional name. Affects some engine outputs; omit to use the default.
- `option1` (integer): Optional Rat-hour (자시) rule — 0: Ya-jasi/야자시 (default), 1: Jo-jasi/조자시.
- `option2` (integer): Optional year-pillar season basis — 0: Ipchun/입춘 (default, standard practice), -1: Dongji/동지.
- `time_unknown` (boolean): Optional. true if the birth time is unknown — the chart header marks the hour pillar as estimated. Pair with HHMM=1230.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/dangamsoft-cafe-mcp/dangamsoft-cafe-mcp#diagnostics

## Score history

- 2026-08-06: 67
- 2026-08-05: 66
- 2026-08-04: 66
- 2026-08-03: 65
- 2026-08-02: 61
- 2026-08-01: 47
- 2026-07-31: 22
- 2026-07-30: 35
- 2026-07-29: 75
- 2026-07-28: 75
- 2026-07-27: 25

## Links

- npm package: https://www.npmjs.com/package/@dangamsoft/cafe-mcp
- Socket report: https://socket.dev/npm/package/@dangamsoft/cafe-mcp
- Repository: https://github.com/dangamsoft/cafe-mcp
- Website: https://24plus.ai.kr/
- Changelog RSS feed: https://verifymcp.io/servers/dangamsoft-cafe-mcp/dangamsoft-cafe-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/dangamsoft-cafe-mcp/dangamsoft-cafe-mcp.json
- HTML version of this page: https://verifymcp.io/servers/dangamsoft-cafe-mcp/dangamsoft-cafe-mcp
