fortuneteller
by hjsh200219·★ 34·Score 44
An MCP server for Korean traditional Saju fortune-telling with comprehensive analysis tools.
Overview
This MCP server provides comprehensive Korean traditional fortune-telling capabilities based on Saju (Four Pillars of Destiny). It offers 7 integrated tools for calculating and analyzing birth charts, fortune analysis, compatibility checking, calendar conversion, and daily fortune predictions. The server uses local lunar calendar data for 1900-2200 and includes advanced features like Yong-sin (用神) analysis and special stars (神殺) detection. The implementation is well-structured with TypeScript, includes proper error handling with Zod validation, and is optimized for token efficiency.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're interested in Korean traditional fortune-telling or need detailed Saju analysis for personal guidance or relationship compatibility.
When NOT to choose this
Don't choose this if you're looking for Western astrology or other cultural fortune-telling systems, as it's specifically focused on Korean Saju traditions.
Tools this server exposes
7 tools extracted from the READMEanalyze_sajuAnalyze saju (Four Pillars of Destiny) with various types including basic calculation, fortune analysis, and yongsin evaluation
check_compatibilityAnalyze compatibility between two people's saju charts
convert_calendarConvert between solar and lunar calendars (1900-2200)
get_daily_fortuneGet daily fortune for a specific date based on saju
get_dae_unGet 10-year major fortune cycles (Dae-un) based on saju
get_fortune_by_periodGet fortune analysis for different time periods (yearly, monthly, hourly, multi-year)
manage_settingsManage interpretation settings for saju analysis
Comparable tools
Installation
Installation
**Option 1: Automatic Installation Script (Recommended)**
curl -fsSL https://raw.githubusercontent.com/hjsh200219/fortuneteller/main/install.sh | bash**Option 2: Manual Installation**
npm install -g @hoshin/saju-mcp-server**Option 3: Using npx (No Installation)**
npx @hoshin/saju-mcp-serverClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"saju": {
"command": "npx",
"args": ["-y", "@hoshin/saju-mcp-server"]
}
}
}FAQ
- What is Saju (Four Pillars of Destiny)?
- Saju is a traditional Korean fortune-telling system that analyzes a person's fate and characteristics based on their birth date and time, represented by eight characters.
- Does this support both lunar and solar calendar dates?
- Yes, it includes full support for converting between lunar and solar calendars from 1900-2200, with proper leap month handling.
- How does the Yong-sin (用神) analysis work?
- The Yong-sin analysis identifies the beneficial element in a person's chart that helps balance the five elements, providing guidance on colors, directions, and suitable careers.
Compare fortuneteller with
Last updated · Auto-generated from public README + GitHub signals.