Saju Fortune-Telling MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_sajuC | 사주 분석 통합 (basic/fortune/yongsin/school_compare/yongsin_method) |
| check_compatibilityD | 두 사람 궁합 분석 |
| convert_calendarC | 양력↔음력 변환 |
| get_daily_fortuneD | 일일 운세 |
| get_dae_unD | 10년 대운 |
| get_fortune_by_periodC | 시간대별 운세 (year/month/hour/multi-year) |
| manage_settingsC | 해석 설정 관리 (get/set) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Most tools have distinct purposes: analyze_saju for comprehensive birth chart analysis, check_compatibility for relationship matching, convert_calendar for date conversion, get_dae_un for 10-year cycles, get_daily_fortune for daily predictions, get_fortune_by_period for time-based fortunes, and manage_settings for configuration. However, get_daily_fortune and get_fortune_by_period could potentially overlap in some use cases (e.g., daily vs. hourly fortunes), but their descriptions clarify the scope.
All tools follow a consistent snake_case naming convention with clear verb_noun patterns: analyze_saju, check_compatibility, convert_calendar, get_dae_un, get_daily_fortune, get_fortune_by_period, and manage_settings. The naming is predictable and readable throughout the set.
With 7 tools, this server is well-scoped for fortune-telling and Saju analysis. Each tool serves a specific function in the domain, from core analysis (analyze_saju) to utilities (convert_calendar) and configuration (manage_settings). The count is neither too sparse nor bloated, fitting the purpose effectively.
The tool set covers key aspects of Saju fortune-telling: birth chart analysis, compatibility checks, calendar conversion, fortune predictions (daily, time-based, and long-term cycles), and settings management. A minor gap might be the lack of tools for historical data or advanced customization beyond basic settings, but core workflows are well-supported.