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

mcp-server-kpubdata

v1.0.0

Published

Korean Public Data MCP server - Weather, Business verification, Real estate prices, Hospital search, Holidays from data.go.kr

Readme

mcp-server-kpubdata

한국 공공데이터포털(data.go.kr) MCP 서버 — Korean Public Data for AI assistants.

Tools (7 tools)

Weather (기상청)

| Tool | Description | |------|-------------| | weather-forecast | 단기예보 조회 (16개 주요 도시 지원) |

Business (사업자)

| Tool | Description | |------|-------------| | business-verify | 사업자등록번호 진위확인 (최대 10개 동시 조회) |

Real Estate (부동산)

| Tool | Description | |------|-------------| | real-estate-trade | 아파트 실거래가 조회 | | real-estate-region-codes | 지역코드 목록 조회 |

Hospital (의료)

| Tool | Description | |------|-------------| | hospital-search | 전국 병의원/약국 검색 |

Holiday (공휴일)

| Tool | Description | |------|-------------| | holiday-calendar | 공휴일 정보 조회 |

Setup

1. Get API Key

  1. 공공데이터포털 회원가입
  2. 다음 API 활용신청:
    • 기상청 단기예보 조회서비스
    • 국세청 사업자등록정보 진위확인
    • 국토교통부 아파트매매 실거래가
    • 건강보험심사평가원 병원정보서비스
    • 한국천문연구원 특일정보
  3. 발급된 API 키 복사

2. Configure

Claude Desktop:

{
  "mcpServers": {
    "kpubdata": {
      "command": "npx",
      "args": ["-y", "mcp-server-kpubdata"],
      "env": {
        "DATA_GO_KR_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Claude Code:

claude mcp add-json kpubdata -s user '{
  "type": "stdio",
  "command": "npx",
  "args": ["-y", "mcp-server-kpubdata"],
  "env": {
    "DATA_GO_KR_API_KEY": "YOUR_API_KEY"
  }
}'

Examples

"서울 오늘 날씨 알려줘"

"사업자등록번호 1234567890 유효한지 확인해줘"

"강남구 2026년 3월 아파트 실거래가 조회해줘"

"서울 강남구 내과 병원 찾아줘"

"2026년 공휴일 목록 알려줘"

Rate Limits

  • API당 일 1,000건 (무료 티어)
  • 일부 API는 활용신청 후 승인 필요 (보통 즉시~1일)

License

MIT