MCP ExplorerExplorer

Nobitex Mcp Server

@xmanniion 9 months ago
23 MIT
FreeCommunity
AI Systems
a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.

Overview

What is Nobitex Mcp Server

The nobitex-mcp-server is a Model Context Protocol (MCP) server that provides access to cryptocurrency market data sourced from the Nobitex API.

Use cases

Use cases include querying current prices of cryptocurrencies, retrieving market statistics for analysis, and integrating with trading bots for automated trading strategies.

How to use

To use the nobitex-mcp-server, install the necessary dependencies using ‘npm install’, then run the server with ‘npm run start’. For integration with Claude Desktop, update the configuration file with the server details and restart the application.

Key features

Key features include fetching market statistics for specific cryptocurrency pairs and obtaining global cryptocurrency market statistics.

Where to use

The nobitex-mcp-server can be used in financial applications, trading platforms, and any software requiring real-time cryptocurrency market data.

Content

📊 Nobitex Market Data MCP Server

This is a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.

✨ Features

  • Get market statistics for specific cryptocurrency pairs
  • Get global cryptocurrency market statistics

🛠️ Tools

  • getMarketStats: Fetch statistics for a specific cryptocurrency market pair
  • getGlobalStats: Fetch global cryptocurrency market statistics

🚀 Setup

  1. Install dependencies:

    npm install
    
  2. Run the server:

    npm run start
    

🔗 Usage with Claude Desktop

To add this server to Claude Desktop:

  1. Open Claude Desktop settings
  2. Go to the “Developer” section and click “Edit Config”
  3. Add the following to your claude_desktop_config.json:
{
  "mcpServers": {
    "nobitex": {
      "command": "npm",
      "args": [
        "--prefix",
        "/path/to/this/repo",
        "run",
        "start"
      ]
    }
  }
}

Replace /path/to/this/repo with the actual path to this repository on your computer.

  1. Restart Claude Desktop

Running evals

The evals package loads an mcp client that then runs the index.ts file, so there is no need to rebuild between tests. You can load environment variables by prefixing the npx command. Full documentation can be found here.

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

Example Prompts

  • “What are the current Bitcoin prices in rials?”
  • “What is the current global cryptocurrency market status?”

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers