KIMP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KIMP MCP Servershow me the current Kimchi Premium for Bitcoin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KIMP MCP Server
김치 프리미엄(KIMP, Kimchi Premium) 데이터를 조회하는 MCP 서버입니다.
설치
npx로 바로 사용 (권장)
{
"mcpServers": {
"kimp": {
"command": "npx",
"args": ["-y", "@drfirst/kimp-mcp"]
}
}
}로컬 설치
npm install -g @drfirst/kimp-mcpRelated MCP server: Price Service 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
## .gitignorenode_modules/ *.log .DS_Store dist/
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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