Skip to main content
Glama

coincap-mcp

by QuantGeekDev

Coincap MCP

这个服务器是做什么的?

允许您从 Coincap 的公共 API 查询加密信息 - 无需 API 密钥或注册

🚀 快速入门

首先,将此配置添加到您的 Claude Desktop 配置文件中:

MacOS~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows%APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "mongodb": { "command": "npx", "args": ["coincap-mcp"] } } }

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Coincap:

npx -y @smithery/cli install coincap-mcp --client claude

先决条件

  • Node.js 18+
  • NPX

然后,启动 Claude Desktop,您就可以开始了!

示例提示

  • 比特币的价格是多少?
  • 有哪些可用的加密资产?
  • 以太坊的市值是多少?

工具

比特币价格工具

获取比特币的价格,这是一个原始 API 调用工具的简单示例

获取加密货币价格工具

获取 CoinCap API 上任何加密货币的价格。这是一个获取工具调用强制参数数据的良好示例。

列出资产

获取 Coincap API 中可用的所有加密资产列表

开发-本地构建

要在本地构建它:

在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "coincap-mcp": { "command": "/path/to/coincap-mcp/build/index.js" } } }

发展

安装依赖项:

npm install

构建服务器:

npm run build

对于使用自动重建的开发:

npm run watch

📜 许可证

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

使用 CoinCap 的公共 API 集成实时加密货币市场数据,无需 API 密钥即可访问加密货币价格和市场信息

  1. 这个服务器是做什么的?
    1. 🚀 快速入门
      1. 通过 Smithery 安装
      2. 先决条件
    2. 示例提示
      1. 工具
        1. 比特币价格工具
        2. 获取加密货币价格工具
        3. 列出资产
      2. 开发-本地构建
        1. 发展
          1. 📜 许可证

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Coinmarket API integration to fetch cryptocurrency listings and quotes
              Last updated -
              2
              33
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3
              Last updated -
              3
              580
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A cryptocurrency price service that provides real-time crypto pricing information through an MCP (Model Context Protocol) framework with CoinMarketCap API integration.
              Last updated -
              Python
              GPL 3.0
              • 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/QuantGeekDev/coincap-mcp'

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