MCP Catalogs
Home

fortuneteller

by hjsh200219·34·Score 44

An MCP server for Korean traditional Saju fortune-telling with comprehensive analysis tools.

ai-llmproductivityother
12
Forks
1
Open issues
1 mo ago
Last commit
1d ago
Indexed

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:

you:Personal fortune analysis using Korean Saju methodology
you:Compatibility checking between two people
you:Daily, monthly, yearly fortune predictions
you:Conversion between lunar and solar calendars
you:What is Saju (Four Pillars of Destiny)?
you:Does this support both lunar and solar calendar dates?
you:How does the Yong-sin (用神) analysis work?

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 README
  • analyze_saju

    Analyze saju (Four Pillars of Destiny) with various types including basic calculation, fortune analysis, and yongsin evaluation

  • check_compatibility

    Analyze compatibility between two people's saju charts

  • convert_calendar

    Convert between solar and lunar calendars (1900-2200)

  • get_daily_fortune

    Get daily fortune for a specific date based on saju

  • get_dae_un

    Get 10-year major fortune cycles (Dae-un) based on saju

  • get_fortune_by_period

    Get fortune analysis for different time periods (yearly, monthly, hourly, multi-year)

  • manage_settings

    Manage interpretation settings for saju analysis

Comparable tools

saju-fortune-tellertraditional-fortune-mcpbazi-calculator

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-server

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.