Skip to main content
Glama

Nobitex Market Data MCP Server

by xmannii

📊 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?"
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

An MCP server that provides access to cryptocurrency market data from the Nobitex API, enabling users to fetch specific cryptocurrency pair statistics and global market data.

  1. ✨ Features
    1. 🛠️ Tools
      1. 🚀 Setup
        1. 🔗 Usage with Claude Desktop
          1. Running evals
            1. Example Prompts

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
                Last updated -
                1
                58
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                Provides an MCP server that allows large language models to access real-time and historical Bitcoin market data from Binance, including current prices, order book data, recent trades, and price history through a standardized interface.
                Last updated -
                10
                1
                JavaScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                MCP service that provides real-time access to Binance cryptocurrency market data, allowing AI agents to fetch current prices, order books, candlestick charts, and trading statistics through natural language queries.
                Last updated -
                12
                44
                22
                JavaScript
                Apache 2.0
              • A
                security
                A
                license
                A
                quality
                MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.
                Last updated -
                30
                579
                5
                TypeScript
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/xmannii/nobitex-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server