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

gildongmu-mcp

v0.3.0

Published

길동무 MCP 서버: 한국 길찾기·로컬 정보 도구

Downloads

287

Readme

gildongmu-mcp

대한민국 길찾기·로컬 정보를 Model Context Protocol로 노출하는 stdio 서버. Claude Code, Cursor, Codex, Cline 등 MCP 호환 코딩 에이전트에서 자연어로 호출 가능. 공개 REST API를 그대로 중계하는 씬 서버라 자체 비즈니스 로직이 없다.

설치

인증이 필요 없다. 계정·토큰 없이 바로 등록한다.

Claude Code

claude mcp add gildongmu -- npx -y gildongmu-mcp

Cursor / Cline

mcpServers 설정에 추가:

{
  "mcpServers": {
    "gildongmu": {
      "command": "npx",
      "args": ["-y", "gildongmu-mcp"]
    }
  }
}

Codex

codex mcp add gildongmu --command "npx -y gildongmu-mcp"

환경변수

  • GILDONGMU_API_URL: API 엔드포인트(기본 https://gildongmu.vercel.app)

노출되는 도구 (22종)

전부 읽기 전용(readOnlyHint: true). 도구명은 REST 카탈로그 이름을 스네이크 케이스로 바꾼 것이다(예: nearby-subwaynearby_subway).

| 도구 | 설명 | |---|---| | places_search | 장소 검색(카카오 로컬, 좌표 있으면 근접 블렌딩 정확도순) | | address_search | 도로명·지번 주소와 우편번호 검색(juso) | | geocode | 장소·주소 문자열을 WGS84 좌표로 변환 | | nearby_subway | 내 주변 지하철역 실시간 도착 | | nearby_bus | 내 주변 버스 정류소 실시간 도착 | | nearby_bike | 내 주변 따릉이 대여소(서울) | | nearby_clinic | 내 주변 소아 야간·휴일 진료 | | nearby_kids | 내 주변 아이 놀 곳 | | nearby_around | 내 주변 둘러보기(편의점·카페 등 10종+8방위) | | nearby_barrier_free | 내 주변 무장애 관광지 | | station_meta | 도시철도역 메타(영문명·노선·환승) | | station_facilities | 철도역 교통약자 시설(코레일) | | station_metro_facilities | 서울 지하철역 교통약자 시설 | | subway_arrival | 지하철역 실시간 도착(역명) | | bus_route_stops | 버스 노선 경유 정류소 | | route_car | 자동차 경로 텍스트 브리핑(턴바이턴) | | route_transit | 대중교통 경로(추천+대안, ODsay) | | route_walk | 도보 경로 텍스트 브리핑(Tmap) | | weather | 이 지역 날씨(기상청 실황+예보) | | air_quality | 이 지역 공기질(에어코리아) | | where_am_i | 현재 위치 정위(주소·행정동·가까운 역·기준점) | | barrier_free_detail | 무장애 관광지 편의시설 상세 |

채팅(chat)·웹 검색(web)은 호스트 LLM이 직접 처리하는 몫이라 MCP 도구로는 노출하지 않는다.

동작 방식

[Claude Code/Cursor/Codex]
        ↓ MCP stdio
[gildongmu-mcp]
        ↓ HTTPS GET
[https://gildongmu.vercel.app/api/*]

CLI(gildongmu)와 동일한 REST API·엔드포인트 카탈로그를 공유한다. 서버 전용 시크릿(카카오·데이터포털·기상청 등 API 키)은 프로덕션 서버에만 존재하며 사용자 머신으로 새지 않는다.