remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides real-time price data, 24-hour stats, market analysis, and historical price trends for Bitcoin and other cryptocurrencies through the CoinCap API.
Allows installation and execution of the MCP server using npm packages, with download statistics tracked through NPM.
Displays badge information about npm downloads using the Shields.io service.
加密货币价格和市场分析 MCP 服务器
一个模型上下文协议 (MCP) 服务器,使用 CoinCap API 提供全面的加密货币分析。该服务器通过易于使用的界面提供实时价格数据、市场分析和历史趋势。
用法
将此配置添加到您的 Claude Desktop 配置文件:
- MacOS :
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows :
%APPDATA%/Claude/claude_desktop_config.json
可选:CoinCap API 密钥
如需更高的速率限制,请在您的配置中添加 API 密钥:
重要提示:CoinCap 即将停用其 v2 API。本 MCP 同时支持 v2 和 v3 API:
- 如果您提供
COINCAP_API_KEY
,它将首先尝试使用 v3 API,必要时回退到 v2- 如果没有 API 密钥,它将使用 v2 API(最终将停止使用)
- 建议从pro.coincap.io/dashboard获取 API 密钥,因为 v2 API 将来会被完全停用
启动 Claude Desktop 开始使用加密分析工具。
工具
获取加密货币价格
获取任何加密货币的当前价格和 24 小时统计数据,包括:
- 当前美元价格
- 24小时价格变动
- 交易量
- 市值
- 市场排名
获取市场分析
提供详细的市场分析,包括:
- 交易量排名前五的交易所
- 不同交易所的价格差异
- 体积分布分析
- VWAP(成交量加权平均价格)
获取历史分析
分析历史价格数据:
- 可定制的时间间隔(5分钟至1天)
- 支持最多30天的历史数据
- 价格趋势分析
- 波动率指标
- 高/低价范围
示例提示
- “比特币现在的价格是多少?”
- “向我展示 ETH 的市场分析”
- “给我 DOGE 的 7 天价格历史记录”
- “交易 BTC 的顶级交易所有哪些?”
- “显示间隔 1 小时的 SOL 价格趋势”
项目灵感
该项目的灵感来自 Alex Andru 的coincap-mcp项目。
执照
该项目采用 MIT 许可证
You must be authenticated.
一个模型上下文协议 (MCP) 服务器,使用 CoinCap API 提供全面的加密货币分析。该服务器通过易于使用的界面提供实时价格数据、市场分析和历史趋势。