Skip to main content
Glama
xmannii

Nobitex Market Data MCP Server

by xmannii

📊 Nobitex Marktdaten MCP-Server

Dies ist ein Model Context Protocol (MCP)-Server, der Zugriff auf Kryptowährungsmarktdaten von der Nobitex-API bietet.

✨ Funktionen

  • Erhalten Sie Marktstatistiken für bestimmte Kryptowährungspaare

  • Erhalten Sie Statistiken zum globalen Kryptowährungsmarkt

Related MCP server: Desk3 MCP Server

🛠️ Werkzeuge

  • getMarketStats : Statistiken für ein bestimmtes Kryptowährungs-Marktpaar abrufen

  • getGlobalStats : Holen Sie sich globale Marktstatistiken für Kryptowährungen

🚀 Einrichtung

  1. Installieren Sie Abhängigkeiten:

    npm install
  2. Führen Sie den Server aus:

    npm run start

🔗 Verwendung mit Claude Desktop

So fügen Sie diesen Server zu Claude Desktop hinzu:

  1. Öffnen Sie die Claude Desktop-Einstellungen

  2. Gehen Sie zum Abschnitt „Entwickler“ und klicken Sie auf „Konfiguration bearbeiten“.

  3. Fügen Sie Ihrer claude_desktop_config.json Folgendes hinzu:

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

Ersetzen Sie /path/to/this/repo durch den tatsächlichen Pfad zu diesem Repository auf Ihrem Computer.

  1. Starten Sie Claude Desktop neu

Ausführen von Evaluierungen

Das Evals-Paket lädt einen MCP-Client, der anschließend die Datei index.ts ausführt, sodass zwischen den Tests kein Neuaufbau erforderlich ist. Sie können Umgebungsvariablen laden, indem Sie dem Befehl npx voranstellen. Die vollständige Dokumentation finden Sie hier .

OPENAI_API_KEY=your-key  npx mcp-eval evals.ts tools/market.tools.ts

Beispiel-Eingabeaufforderungen

  • „Wie hoch sind die aktuellen Bitcoin-Preise in Rial?“

  • „Wie ist der aktuelle Status des globalen Kryptowährungsmarktes?“

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