📊 Nobitex 市场数据 MCP 服务器
这是一个模型上下文协议 (MCP) 服务器,可从 Nobitex API 访问加密货币市场数据。
✨ 特点
获取特定加密货币对的市场统计数据
获取全球加密货币市场统计数据
🛠️ 工具
getMarketStats
:获取特定加密货币市场对的统计数据getGlobalStats
:获取全球加密货币市场统计数据
🚀 设置
安装依赖项:
npm install运行服务器:
npm run start
🔗 与 Claude Desktop 一起使用
要将此服务器添加到 Claude Desktop:
打开 Claude 桌面设置
转到“开发者”部分并点击“编辑配置”
将以下内容添加到您的
claude_desktop_config.json
中:
{
"mcpServers": {
"nobitex": {
"command": "npm",
"args": [
"--prefix",
"/path/to/this/repo",
"run",
"start"
]
}
}
}
将/path/to/this/repo
替换为您计算机上此存储库的实际路径。
重启Claude桌面
示例提示
“目前比特币的里亚尔价格是多少?”
“目前全球加密货币市场状况如何?”
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP 服务器提供从 Nobitex API 访问加密货币市场数据的功能,使用户能够获取特定的加密货币对统计数据和全球市场数据。
Related MCP Servers
- -securityAlicense-qualityAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.Last updated -676MIT License
- AsecurityAlicenseAqualityProvides an MCP server that allows large language models to access real-time and historical Bitcoin market data from Binance, including current prices, order book data, recent trades, and price history through a standardized interface.Last updated -103MIT License
- AsecurityAlicenseAqualityMCP service that provides real-time access to Binance cryptocurrency market data, allowing AI agents to fetch current prices, order books, candlestick charts, and trading statistics through natural language queries.Last updated -125829Apache 2.0
CoinStats MCP Serverofficial
AsecurityAlicenseAqualityMCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.Last updated -30237MIT License