📊 노비텍스 마켓 데이터 MCP 서버
이는 Nobitex API에서 암호화폐 시장 데이터에 대한 액세스를 제공하는 MCP(Model Context Protocol) 서버입니다.
✨ 특징
특정 암호화폐 쌍에 대한 시장 통계를 얻으세요
글로벌 암호화폐 시장 통계를 확인하세요
Related MCP server: Binance Bitcoin MCP Tool
🛠️ 도구
getMarketStats: 특정 암호화폐 시장 쌍에 대한 통계를 가져옵니다.getGlobalStats: 글로벌 암호화폐 시장 통계 가져오기
🚀 설정
종속성 설치:
지엑스피1
서버를 실행합니다:
npm run start
🔗 Claude Desktop과 함께 사용
Claude Desktop에 이 서버를 추가하려면:
Claude Desktop 설정 열기
"개발자" 섹션으로 이동하여 "구성 편집"을 클릭하세요.
claude_desktop_config.json에 다음을 추가하세요.
{
"mcpServers": {
"nobitex": {
"command": "npm",
"args": [
"--prefix",
"/path/to/this/repo",
"run",
"start"
]
}
}
}/path/to/this/repo 컴퓨터에 있는 이 저장소의 실제 경로로 바꾸세요.
Claude Desktop을 다시 시작하세요
예시 프롬프트
"현재 비트코인 가격은 리알로 얼마인가요?"
"현재 글로벌 암호화폐 시장 상황은 어떠한가?"
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.