/install coinmarketcap-mcp-skill
CoinMarketCap MCP Skill
Use this skill to run CoinMarketCap MCP operations through uxc.
Reuse the uxc skill for shared protocol discovery, output parsing, and generic auth/binding flows.
Prerequisites
uxcis installed and available inPATH.- Network access to
https://mcp.coinmarketcap.com/mcp. - A CoinMarketCap MCP API key is available.
Core Workflow
- Confirm endpoint and protocol with help-first probing:
uxc https://mcp.coinmarketcap.com/mcp -h- expected unauthenticated behavior today:
401 UnauthorizedwithToken not found
- Configure credential/binding for repeatable auth:
uxc auth credential set coinmarketcap-mcp --auth-type api_key --header "X-CMC-MCP-API-KEY={{secret}}" --secret-env COINMARKETCAP_MCP_API_KEYuxc auth credential set coinmarketcap-mcp --auth-type api_key --header "X-CMC-MCP-API-KEY={{secret}}" --secret-op op://Engineering/coinmarketcap/mcp-api-keyuxc auth binding add --id coinmarketcap-mcp --host mcp.coinmarketcap.com --path-prefix /mcp --scheme https --credential coinmarketcap-mcp --priority 100
- Use fixed link command by default:
command -v coinmarketcap-mcp-cli- If missing, create it:
uxc link coinmarketcap-mcp-cli https://mcp.coinmarketcap.com/mcp coinmarketcap-mcp-cli -h
- Inspect operation schema before execution:
coinmarketcap-mcp-cli get_crypto_quotes_latest -hcoinmarketcap-mcp-cli get_global_metrics_latest -hcoinmarketcap-mcp-cli trending_crypto_narratives -hcoinmarketcap-mcp-cli get_crypto_latest_news -h
- Prefer read-only discovery first, then expand into higher-cost or plan-gated endpoints.
Capability Map
- Market data and discovery:
get_crypto_quotes_latestsearch_cryptosget_crypto_info
- Technical analysis:
get_crypto_technical_analysisget_crypto_marketcap_technical_analysis
- On-chain and macro metrics:
get_crypto_metricsget_global_metrics_latestget_global_crypto_derivatives_metricsget_upcoming_macro_events
- Themes, news, and search:
trending_crypto_narrativesget_crypto_latest_newssearch_crypto_info
Inspect coinmarketcap-mcp-cli -h after auth setup for the current full tool list. CoinMarketCap can revise or expand its MCP tool surface independently of this wrapper skill.
Recommended Usage Pattern
- Start with one focused read goal:
- current quote and market cap for a coin
- trend or narrative scan for a sector
- global market and derivatives snapshot
- latest news or semantic lookup on a project/topic
- Run
-hon the specific tool before the first real call. - Prefer id-, slug-, or keyword-scoped reads before broad market sweeps.
- Parse the JSON envelope first, then inspect
data.
Guardrails
- Keep automation on JSON output envelope; do not rely on
--text. - Parse stable fields first:
ok,kind,protocol,data,error. - Use
coinmarketcap-mcp-clias default command path. coinmarketcap-mcp-cli \x3Coperation> ...is equivalent touxc https://mcp.coinmarketcap.com/mcp \x3Coperation> ....- If unauthenticated probe or runtime call returns
401 UnauthorizedorToken not found:- confirm auth binding matches endpoint with
uxc auth binding match https://mcp.coinmarketcap.com/mcp - confirm credential shape with
uxc auth credential info coinmarketcap-mcp - reset credential as API-key header if needed:
uxc auth credential set coinmarketcap-mcp --auth-type api_key --header "X-CMC-MCP-API-KEY={{secret}}" --secret-env COINMARKETCAP_MCP_API_KEY
- confirm auth binding matches endpoint with
- CoinMarketCap documents an x402 pay-per-call path, but
uxcdoes not implement x402 payment handling today. This skill documents only the API-key route. - Higher CoinMarketCap plans unlock additional datasets or request rates. If a tool returns a plan or quota error, verify the current account tier before retrying.
- CoinMarketCap MCP is read-only. Do not present it as a trading or order-routing integration.
- Use
key=valueonly for simple scalar inputs. - Prefer positional JSON when an operation accepts nested objects, arrays, or optional filters that may evolve.
- Do not assume tool argument names from memory; inspect
\x3Coperation> -hfirst because CoinMarketCap may revise MCP schemas independently of this skill.
References
- Invocation patterns:
references/usage-patterns.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install coinmarketcap-mcp-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/coinmarketcap-mcp-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CoinMarketCap MCP Skill 是什么?
Use CoinMarketCap MCP through UXC for crypto market quotes, technical analysis, on-chain metrics, global market overview, narratives, macro events, news, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。
如何安装 CoinMarketCap MCP Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install coinmarketcap-mcp-skill」即可一键安装,无需额外配置。
CoinMarketCap MCP Skill 是免费的吗?
是的,CoinMarketCap MCP Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CoinMarketCap MCP Skill 支持哪些平台?
CoinMarketCap MCP Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CoinMarketCap MCP Skill?
由 jolestar(@jolestar)开发并维护,当前版本 v1.0.0。