MCP Catalogs
首页

mcp-crypto-price

by truss44·39·综合分 45

MCP服务器通过CoinCap API提供实时加密货币价格分析和市场数据。

financeai-llmdeveloper-tools
9
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

mcp-crypto-price服务器提供全面的加密货币分析工具,包括实时价格跟踪、市场分析、历史数据、技术指标和交易所信息。它支持STDIO和HTTP传输方式,使其与各种MCP客户端兼容。该服务器使用CoinCap的v3 API,需要免费API密钥才能访问。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:跟踪当前加密货币价格和24小时市场变化
:分析历史价格趋势和技术指标
:比较交易所并获得市场分析见解
:这个服务器使用什么API?
:如何通过HTTP运行此服务器?

什么时候选它

当您需要在支持 MCP 的 AI 助手中获取实时加密货币市场数据用于交易或投资研究时,选择此服务器。

什么时候不要选它

如果您需要全面的市场数据之外的交易功能,或者倾向于不依赖外部 API 的自托管解决方案,请不要选择它。

此 server 暴露的工具

从 README 抽取出 7 个工具
  • get-crypto-price

    Gets current price and 24h stats for any cryptocurrency

  • get-market-analysis

    Provides detailed market analysis including top exchanges and price variations

  • get-historical-analysis

    Analyzes historical price data with customizable time intervals

  • get-top-assets

    Lists top cryptocurrencies ranked by market cap

  • get-technical-analysis

    Returns technical indicators like SMA, EMA, RSI, and MACD for any cryptocurrency

  • get-rates

    Returns USD-based conversion rates for fiat currencies and cryptocurrencies

  • get-exchanges

    Lists top cryptocurrency exchanges ranked by 24h volume

可对比工具

coincap-mcpcrypto-apitradingview-mcpbinance-api-mcp

安装

  1. 安装Node.js 22.14+
  2. 在[pro.coincap.io/dashboard](https://pro.coincap.io/dashboard)获取免费的CoinCap API密钥
  3. 添加到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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。