Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Nobitex

FreeNot checked

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

GitHubEmbed

About

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

README

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?"

from github.com/xmannii/nobitex-mcp-server

Installing Nobitex

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/xmannii/nobitex-mcp-server

FAQ

Is Nobitex MCP free?

Yes, Nobitex MCP is free — one-click install via Unyly at no cost.

Does Nobitex need an API key?

No, Nobitex runs without API keys or environment variables.

Is Nobitex hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Nobitex in Claude Desktop, Claude Code or Cursor?

Open Nobitex on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Nobitex with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs