Skip to main content
Glama

KIMP MCP Server

by DrFirstLee

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/

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables users to query Kimchi Premium (KIMP) data for cryptocurrencies, showing the price difference between Korean and international exchanges for assets like Bitcoin and Ethereum.

  1. 설치
    1. npx로 바로 사용 (권장)
    2. 로컬 설치
  2. Claude Desktop 설정
    1. 사용 가능한 도구
      1. get_kimp
    2. 개발
      1. 로컬 테스트
      2. 배포
    3. 라이선스

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/DrFirstLee/kimp-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server