hayulshouse-mcp
v1.0.0
Published
하율이네점집 MCP Server - Korean Saju (사주) fortune-telling for Claude
Maintainers
Readme
🔮 하율이네점집 MCP Server (hayulshouse-mcp)
Korean traditional Saju (사주, Four Pillars of Destiny) fortune-telling for Claude.
3000년간 사주를 연구해온 별숲 선생 하율이 운영하는 AI 사주/운세 서비스입니다.
Installation
npm install -g hayulshouse-mcpSetup for Claude Desktop
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"hayulshouse": {
"command": "hayulshouse-mcp",
"env": {
"HAYUL_API_KEY": "ftn_your_api_key_here"
}
}
}
}Setup for Claude Code
claude mcp add hayulshouse -- hayulshouse-mcpGet API Key
Free API Key (100 requests/day): https://jumjumder.life
Available Tools
get_saju - 사주팔자 계산
Calculate Four Pillars of Destiny from birth date/time.
- Input: year, month, day, hour (optional), gender
- Returns: 천간/지지, 오행 분포, 용신/희신, 신강/신약, 띠
get_daily_fortune - 일일 운세
Get daily fortune score (0-100) with 4 categories.
- Input: date, birth info, gender
- Returns: 총점, 건강운/직장운/금전운/애정운 (각 25점)
get_monthly_fortune - 월별 운세 달력
Get fortune scores for every day in a month.
- Input: target year/month, birth info, gender
- Returns: 30-31일 전체 점수, 최고의 날, 주의할 날
get_compatibility - 궁합 분석
Analyze compatibility between two people.
- Input: birth info for both people
- Returns: 궁합 점수, 오행 비교, 조언
Example Usage in Claude
"내 사주 좀 봐줘. 1990년 5월 15일 오후 2시생 여자야."
"오늘 운세 어때?"
"이번 달 운세 달력 보여줘."
"나랑 남자친구 궁합 봐줘. 나는 1995년 3월 10일생 여자, 남자친구는 1993년 8월 22일생 남자."
Pricing
| Tier | Price | Daily Limit | Features | |------|-------|-------------|----------| | Free | $0 | 100 calls | Saju analysis | | Basic | $9/mo | 1,000 calls | + Daily fortune | | Pro | $29/mo | 5,000 calls | + AI detailed reading | | Premium | $99/mo | 50,000 calls | + Tojeong, Storybook |
Links
- Website: https://jumjumder.life
- API Docs: https://api.jumjumder.life/.well-known/openapi.json
- Support: [email protected]
License
MIT
