- Explore MCP Servers
- nobitex-mcp-server
Nobitex Mcp Server
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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 pairgetGlobalStats: Fetch global cryptocurrency market statistics
🚀 Setup
-
Install dependencies:
npm install -
Run the server:
npm run start
🔗 Usage with Claude Desktop
To add this server to Claude Desktop:
- Open Claude Desktop settings
- Go to the “Developer” section and click “Edit Config”
- 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.
- 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?”
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










