📊 Nobitex Market Data MCP Server
@xmannii
关于 📊 Nobitex Market Data MCP Server
a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nobitex-mcp-server": {
"command": "npx",
"args": [
"mcp-eval",
"evals.ts",
"tools/market.tools.ts"
],
"env": {
"OPENAI_API_KEY": "your-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
数据与分析 分类下的更多 MCP 服务器
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
评论