Skip to main content
Glama
xmannii

Nobitex Market Data MCP Server

by xmannii

📊 노비텍스 마켓 데이터 MCP 서버

이는 Nobitex API에서 암호화폐 시장 데이터에 대한 액세스를 제공하는 MCP(Model Context Protocol) 서버입니다.

✨ 특징

  • 특정 암호화폐 쌍에 대한 시장 통계를 얻으세요

  • 글로벌 암호화폐 시장 통계를 확인하세요

Related MCP server: Desk3 MCP Server

🛠️ 도구

  • getMarketStats : 특정 암호화폐 시장 쌍에 대한 통계를 가져옵니다.

  • getGlobalStats : 글로벌 암호화폐 시장 통계 가져오기

🚀 설정

  1. 종속성 설치:

    지엑스피1

  2. 서버를 실행합니다:

    npm run start

🔗 Claude Desktop과 함께 사용

Claude Desktop에 이 서버를 추가하려면:

  1. Claude Desktop 설정 열기

  2. "개발자" 섹션으로 이동하여 "구성 편집"을 클릭하세요.

  3. claude_desktop_config.json 에 다음을 추가하세요.

{
  "mcpServers": {
    "nobitex": {
      "command": "npm",
      "args": [
        "--prefix",
        "/path/to/this/repo",
        "run",
        "start"
      ]
    }
  }
}

/path/to/this/repo 컴퓨터에 있는 이 저장소의 실제 경로로 바꾸세요.

  1. Claude Desktop을 다시 시작하세요

예시 프롬프트

  • "현재 비트코인 가격은 리알로 얼마인가요?"

  • "현재 글로벌 암호화폐 시장 상황은 어떠한가?"

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    A
    maintenance
    A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
    3
    314 npm
    39
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Cryptocurrency MCP Server! Free! This powerful tool is designed for blockchain enthusiasts, providing comprehensive, real-time cryptocurrency information at your fingertips. Whether you're an experienced trader or just starting your journey into the crypto world.
    16
    3
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server for the pex.bot AI simulated crypto exchange that enables users to manage accounts, check real-time market data, and execute trades. It provides tools for profile management, order execution, and asset tracking within a simulated cryptocurrency trading environment.
    11
    92 npm
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for WhiteBit cryptocurrency exchange API, enabling market data retrieval, order book access, and real-time WebSocket streams.
    22
    Apache 2.0