mcp-crypto-price
by truss44·★ 39·综合分 45
MCP服务器通过CoinCap API提供实时加密货币价格分析和市场数据。
概述
mcp-crypto-price服务器提供全面的加密货币分析工具,包括实时价格跟踪、市场分析、历史数据、技术指标和交易所信息。它支持STDIO和HTTP传输方式,使其与各种MCP客户端兼容。该服务器使用CoinCap的v3 API,需要免费API密钥才能访问。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要在支持 MCP 的 AI 助手中获取实时加密货币市场数据用于交易或投资研究时,选择此服务器。
什么时候不要选它
如果您需要全面的市场数据之外的交易功能,或者倾向于不依赖外部 API 的自托管解决方案,请不要选择它。
此 server 暴露的工具
从 README 抽取出 7 个工具get-crypto-priceGets current price and 24h stats for any cryptocurrency
get-market-analysisProvides detailed market analysis including top exchanges and price variations
get-historical-analysisAnalyzes historical price data with customizable time intervals
get-top-assetsLists top cryptocurrencies ranked by market cap
get-technical-analysisReturns technical indicators like SMA, EMA, RSI, and MACD for any cryptocurrency
get-ratesReturns USD-based conversion rates for fiat currencies and cryptocurrencies
get-exchangesLists top cryptocurrency exchanges ranked by 24h volume
可对比工具
安装
- 安装Node.js 22.14+
- 在[pro.coincap.io/dashboard](https://pro.coincap.io/dashboard)获取免费的CoinCap API密钥
- 添加到Claude Desktop配置:
{
"mcpServers": {
"mcp-crypto-price": {
"command": "npx",
"args": ["-y", "mcp-crypto-price"],
"env": {
"COINCAP_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}FAQ
- 这个服务器使用什么API?
- 它使用CoinCap v3 API,需要在pro.coincap.io/dashboard获取免费API密钥。
- 如何通过HTTP运行此服务器?
- 您可以使用'pnpm dev'作为开发服务器运行HTTP,或构建后使用'pnpm start:http'运行。服务器默认监听3000端口。
mcp-crypto-price 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。