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

@drfirst/kimp-mcp

v1.0.1

Published

김치 프리미엄(KIMP) 조회 MCP 서버

Downloads

12

Readme

KIMP MCP Server

김치 프리미엄(KIMP, Kimchi Premium) 데이터를 조회하는 MCP 서버입니다.

설치

npx로 바로 사용 (권장)

{
  "mcpServers": {
    "kimp": {
      "command": "npx",
      "args": ["-y", "@drfirst/kimp-mcp"]
    }
  }
}

로컬 설치

npm install -g @drfirst/kimp-mcp

Claude Desktop 설정

claude_desktop_config.json 파일에 추가:

{
  "mcpServers": {
    "kimp": {
      "command": "npx",
      "args": ["-y", "@drfirst/kimp-mcp"]
    }
  }
}

사용 가능한 도구

get_kimp

암호화폐의 김치 프리미엄 데이터를 조회합니다.

파라미터:

  • symbol (string, 선택): 암호화폐 심볼 (기본값: "BTC")
  • currency (string, 선택): 기준 통화 (기본값: "KRW")

예시:

Claude에게 다음과 같이 요청할 수 있습니다:

  • "비트코인 김치프리미엄 알려줘"
  • "이더리움 KIMP 확인해줘"
  • "BTC의 한국 프리미엄은?"

개발

로컬 테스트

# 의존성 설치
npm install

# 서버 실행
npm start

배포

# npm 로그인
npm login

# 배포
npm publish --access public

라이선스

MIT


## 프로젝트 구조

kimp-mcp/ ├── package.json ├── index.js ├── README.md └── .gitignore


## .gitignore

node_modules/ *.log .DS_Store dist/