π Nobitex Market Data MCP Server
@xmannii
About π Nobitex Market Data MCP Server
a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nobitex-mcp-server": {
"command": "npx",
"args": [
"mcp-eval",
"evals.ts",
"tools/market.tools.ts"
],
"env": {
"OPENAI_API_KEY": "your-key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π Nobitex Market Data MCP Server?
It is a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API. It is designed for users who want to query market statistics for specific trading pairs or global cryptocurrency market figures through an MCP interface.
How to use π Nobitex Market Data MCP Server?
Install dependencies with npm install, then run the server with npm run start. To use with Claude Desktop, add the server configuration to your claude_desktop_config.json with the command npm --prefix /path/to/repo run start.
Key features of π Nobitex Market Data MCP Server
- Fetch market statistics for specific cryptocurrency pairs
- Retrieve global cryptocurrency market statistics
- Exposes two tools:
getMarketStatsandgetGlobalStats - Integrates with Claude Desktop via MCP configuration
- Simple npm-based setup and run
Use cases of π Nobitex Market Data MCP Server
- Query current Bitcoin prices in Iranian rial
- Check overall global crypto market status (market cap, volume, etc.)
- Ask Claude Desktop natural language questions about Nobitex market data
- Build custom AI assistants that need live cryptocurrency statistics
FAQ from π Nobitex Market Data MCP Server
What tools does the server provide?
It provides getMarketStats to fetch statistics for a specific cryptocurrency market pair and getGlobalStats to fetch global cryptocurrency market statistics.
How do I install and run the server?
Run npm install to install dependencies, then npm run start to start the server.
How do I use this server with Claude Desktop?
Add an entry to your claude_desktop_config.json with "command": "npm", "args": ["--prefix", "/path/to/repo", "run", "start"] under a new mcpServers key named nobitex.
What data source does the server use?
It uses the Nobitex API to obtain cryptocurrency market data.
What runtime dependencies are required?
The server requires Node.js and npm to install dependencies and run.
More Data & Analytics MCP servers
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad managementβall th
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
Comments