# Saju Insights

Discover personalized Four Pillars (Saju) readings, from daily to yearly fortunes and 10-year luck cycles, based on your birth data. Check relationship compatibility and receive Yongshin-driven guida…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hjsh200219/fortuneteller

# Browse available tools
npx -y @smithery/cli@latest tool list hjsh200219/fortuneteller

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hjsh200219/fortuneteller analyze_saju

# Call a tool
npx -y @smithery/cli@latest tool call hjsh200219/fortuneteller analyze_saju '{}'
```

## Direct MCP Connection

Endpoint: `https://fortuneteller--hjsh200219.run.tools`

## Tools (7)

- `analyze_saju` — 사주 분석 통합 (basic/fortune/yongsin/school_compare/yongsin_method)
- `check_compatibility` — 두 사람 궁합 분석
- `convert_calendar` — 양력↔음력 변환
- `get_daily_fortune` — 일일 운세
- `get_dae_un` — 10년 대운
- `get_fortune_by_period` — 시간대별 운세 (year/month/hour/multi-year)
- `manage_settings` — 해석 설정 관리 (get/set)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hjsh200219/fortuneteller <tool-name>
```

---

Source: https://github.com/hjsh200219/fortuneteller
