Skip to main content
Glama
xmannii

Nobitex Market Data MCP Server

by xmannii

📊 Nobitex マーケットデータ MCP サーバー

これは、Nobitex API から暗号通貨市場データへのアクセスを提供するモデル コンテキスト プロトコル (MCP) サーバーです。

✨ 特徴

  • 特定の暗号通貨ペアの市場統計を取得する

  • 世界の暗号通貨市場の統計を入手

Related MCP server: Desk3 MCP Server

🛠️ ツール

  • getMarketStats : 特定の暗号通貨市場ペアの統計情報を取得します

  • getGlobalStats : 世界の暗号通貨市場の統計を取得する

🚀 セットアップ

  1. 依存関係をインストールします:

    npm install
  2. サーバーを実行します。

    npm run start

🔗 Claude Desktop での使用

このサーバーをClaude Desktopに追加するには:

  1. Claudeデスクトップの設定を開く

  2. 「開発者」セクションに移動し、「設定の編集」をクリックします。

  3. claude_desktop_config.jsonに以下を追加します。

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

/path/to/this/repoコンピューター上のこのリポジトリへの実際のパスに置き換えます。

  1. Claudeデスクトップを再起動します

プロンプトの例

  • 「ビットコインの現在の価格はリアルでいくらですか?」

  • 「現在の世界の暗号通貨市場の状況はどうですか?」

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
    40 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