Skip to main content
Glama

CoinMarketCap MCP Server

加密 MCP

模型上下文协议(MCP) 服务器为 Claude AI 提供来自 CoinMarketCap API 的加密货币数据的实时访问。

特征

该服务器为Claude提供了以下工具:

  • get-cryptocurrency-listings :获取最新的加密货币市场数据

  • get-cryptocurrency-quotes :检索特定加密货币的报价

  • get-cryptocurrency-map :获取加密货币到 CoinMarketCap ID 的映射

  • get-cryptocurrency-info :获取特定加密货币的详细元数据

  • get-global-metrics :访问全球加密货币市场指标

  • get-exchange-listings :获取有关加密货币交易所的信息

先决条件

与 Claude Desktop 集成

要将此 MCP 服务器与 Claude Desktop 集成:

  1. 找到 Claude Desktop 配置文件:

    • 在 macOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json

  2. 在文件中添加以下配置:

{ "mcpServers": { "cmc": { "command": "npx", "args": ["crypto-mcp"], "env": { "COINMARKET_API_KEY": "your-api-key-here" } } } }

手动安装

  1. 克隆此存储库

  2. 安装依赖项:

# Using npm npm install # Using bun bun install
  1. 构建 TypeScript 代码:

# Using npm npm run build # Using bun bun run build

Claude 中的用法

配置完成后,您可以要求 Claude 执行各种与加密货币相关的任务:

  • “按市值显示十大加密货币”

  • “比特币和以太坊现在的价格是多少?”

  • “当今全球加密货币市场指标如何?”

  • “跟我讲讲币安交易所吧”

截图

顶级加密货币

顶级加密货币

加密货币元数据

加密货币元数据

市场指标

市场指标

发展

该项目使用 TypeScript 和 Model Context Protocol SDK 构建与 Claude AI 通信的服务器。

要修改可用工具或添加新端点,请编辑src/index.ts文件并重建项目。

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

从 CoinMarketCap API 实时访问加密货币数据。

  1. 特征
    1. 先决条件
      1. 与 Claude Desktop 集成
        1. 手动安装
          1. Claude 中的用法
            1. 截图
              1. 顶级加密货币
              2. 加密货币元数据
              3. 市场指标
            2. 发展

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys
                Last updated -
                3
                63
                87
                MIT License
                • Apple
              • A
                security
                A
                license
                A
                quality
                Coinmarket API integration to fetch cryptocurrency listings and quotes
                Last updated -
                2
                41
                MIT License
                • Apple
              • -
                security
                F
                license
                -
                quality
                Provides comprehensive access to CoinMarketCap's cryptocurrency data including listings, quotes, market metrics, and the Fear & Greed Index directly within the Cursor environment.
                Last updated -
                595
                2
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol implementation for the CoinMarketCap API that provides standardized access to cryptocurrency market data, exchange information, and blockchain metrics.
                Last updated -
                26
                15
                36
                MIT License
                • Linux
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/szcharlesji/crypto-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server