Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Bybit MCP Server
  • TripAdvisor Vacation Planner MCP Server
  • OWASP Cheatsheets MCP Server
  • AVA MCP Server
  • CucumberStudio MCP Server
Back to MCP Servers
Nobitex Market Data MCP Server

Nobitex Market Data MCP Server

Public
xmannii/nobitex-mcp-server

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.

Verified
typescript
0 tools
May 29, 2025
Updated May 30, 2025

📊 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?"
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Bybit MCP Server
    Bybit MCP Server

    A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange AP...

    9 tools
    Added May 30, 2025
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025
  • AVA MCP Server
    AVA MCP Server

    A custom MCP server that provides AI applications with access to an Artificial Virtual Assistant (AV...

    1 tools
    Added May 30, 2025
  • CucumberStudio MCP Server
    CucumberStudio MCP Server

    Implements a Model Context Protocol server that provides context from CucumberStudio to AI assistant...

    Added May 30, 2025