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

@minjunkwon/localgovernment-welfare-mcp-server

v2.1.2

Published

MCP server for Korean Local Government Welfare Services - provides intelligent search and information retrieval for local government social welfare programs

Downloads

25

Readme

지자체 복지서비스 MCP 서버

한국 지자체 복지서비스를 Claude와 연동하여 지능적으로 검색하고 조회할 수 있는 MCP 서버입니다.

주요 기능

1. 지자체 복지서비스 목록 조회 (search_local_welfare_services)

  • 지역별 (시도, 시군구) 필터링
  • 생애주기별 필터링 (영유아, 아동, 청소년, 청년, 중장년, 노년, 임신·출산)
  • 가구상황별 필터링 (다문화·탈북민, 다자녀, 보훈대상자, 장애인, 저소득, 한부모·조손)
  • 관심주제별 필터링 (신체건강, 정신건강, 생활지원, 주거, 일자리, 문화·여가, 안전·위기, 임신·출산, 보육, 교육, 입양·위탁, 보호·돌봄, 서민금융, 법률)

2. 복지서비스 상세 조회 (get_local_welfare_detail)

  • 서비스 ID로 상세 정보 조회
  • 신청 방법, 선정 기준, 지원 내용 등 포함

3. 코드 정의 조회 (get_local_welfare_codes)

  • API에서 사용되는 모든 코드 체계 조회

설치 및 실행

npm install
npm run build
npm start

Claude Desktop 연동

claude_desktop_config.json 파일에 다음 설정 추가:

{
  "mcpServers": {
    "localgovernment-welfare": {
      "command": "node",
      "args": ["/Users/MINJUN/Desktop/localwalfare/dist/index.js"],
      "env": {}
    }
  }
}

API 데이터 소스

공공데이터포털의 "지자체 복지서비스 정보" API를 활용합니다.

  • 목록 조회: /B554287/LocalGovernmentWelfareInformations/LcgvWelfarelist
  • 상세 조회: /B554287/LocalGovernmentWelfareInformations/LcgvWelfaredetailed