Connector guide1-minute read8 MCP toolsEN · DE · IT

CoinGecko 到 MCP — 从任何 AI 代理驱动 CoinGecko

从任何 AI 代理查询 CoinGecko(加密货币价格、市场数据、历史、交易所、NFT 地板价格)。8 个工具,可选 API 密钥认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

CoinGecko

Query CoinGecko (crypto prices, market data, historical, exchanges, NFT floor prices) from any AI agent. 8 tools, optional API-key auth.

Tools

8

Region

INTL

Category

Data & Analytics

Authentication

API Key

Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the CoinGecko in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

从任何 AI 代理查询 CoinGecko(加密货币价格、市场数据、历史、交易所、NFT 地板价格)。8 个工具,可选 API 密钥认证。

试试这样问

CoinGecko 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

CoinGecko · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → CoinGecko,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

CoinGecko

从任何 AI 代理查询 CoinGecko(加密货币价格、市场数据、历史、交易所、NFT 地板价格)。8 个工具,可选 API 密钥认证。

设置

此连接器封装了 CoinGecko REST API。

设置

  1. 公共 API (api.coingecko.com/api/v3) 不需要 API 密钥,但限制较严格(约 10-30 次调用/分钟),且缺少某些端点。
  2. 要提高吞吐量,请在 https://www.coingecko.com/en/developers/dashboard 注册免费 DEMO 计划 → 创建一个 x-cg-demo-api-key。这将把限制提高到 30 次调用/分钟,并保持免费。
  3. 付费 PRO 计划使用不同的主机 (pro-api.coingecko.com) 和头部 x-cg-pro-api-key — 相应地切换 baseUrl + 认证头。
  4. 如果你有 COINGECKO_API_KEY,请设置;如果没有,则保持未设置以进行匿名公共访问。

…(在应用内连接器说明中继续)

先决条件(无 — 公共 API)

本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 CoinGecko 并粘贴在先决条件下列出的环境变量。

可用工具

工具功能
coingecko_ping健康检查 — 如果 API 正常,返回 {gecko_says: '(V3) To the Moon!'}
coingecko_simple_price获取当前价格的最简单方法
coingecko_search通过自由文本查询搜索币种、类别和市场
coingecko_list_coins每个币种的完整列表,包括 ID、符号、名称
coingecko_coin_markets按市值排名的顶级币种的市场数据
coingecko_coin_detail一个币种的完整资料:多语言描述、链接、图片 URL、市场数据、社区 + 开发者统计、公众兴趣评分
coingecko_coin_market_chart一个币种在一段时间内的历史价格/市值/交易量系列
coingecko_trendingCoinGecko 最近 24 小时内的前 7 名热门币种(按搜索量)

下一步

这份指南对你有帮助吗?

Ready to ship

Your CoinGecko agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南