npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

hayulshouse-mcp

v1.0.0

Published

하율이네점집 MCP Server - Korean Saju (사주) fortune-telling for Claude

Readme

🔮 하율이네점집 MCP Server (hayulshouse-mcp)

Korean traditional Saju (사주, Four Pillars of Destiny) fortune-telling for Claude.

3000년간 사주를 연구해온 별숲 선생 하율이 운영하는 AI 사주/운세 서비스입니다.

Installation

npm install -g hayulshouse-mcp

Setup 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-mcp

Get 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

License

MIT