返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
c

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 semantic search with help-first schema inspection and API-key auth.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
167
下载量
0
收藏
概述
安装方式
版本历史

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 - `uxc` is installed and available in `PATH`. - Network access to `https://mcp.coinmarketcap.com/mcp`. - A CoinMarketCap MCP API key is available. ## Core Workflow 1. Confirm endpoint and protocol with help-first probing: - `uxc https://mcp.coinmarketcap.com/mcp -h` - expected unauthenticated behavior today: `401 Unauthorized` with `Token not found` 2. 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_KEY` - `uxc auth credential set coinmarketcap-mcp --auth-type api_key --header "X-CMC-MCP-API-KEY={{secret}}" --secret-op op://Engineering/coinmarketcap/mcp-api-key` - `uxc auth binding add --id coinmarketcap-mcp --host mcp.coinmarketcap.com --path-prefix /mcp --scheme https --credential coinmarketcap-mcp --priority 100` 3. 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` 4. Inspect operation schema before execution: - `coinmarketcap-mcp-cli get_crypto_quotes_latest -h` - `coinmarketcap-mcp-cli get_global_metrics_latest -h` - `coinmarketcap-mcp-cli trending_crypto_narratives -h` - `coinmarketcap-mcp-cli get_crypto_latest_news -h` 5. Prefer read-only discovery first, then expand into higher-cost or plan-gated endpoints. ## Capability Map - Market data and discovery: - `get_crypto_quotes_latest` - `search_cryptos` - `get_crypto_info` - Technical analysis: - `get_crypto_technical_analysis` - `get_crypto_marketcap_technical_analysis` - On-chain and macro metrics: - `get_crypto_metrics` - `get_global_metrics_latest` - `get_global_crypto_derivatives_metrics` - `get_upcoming_macro_events` - Themes, news, and search: - `trending_crypto_narratives` - `get_crypto_latest_news` - `search_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 1. 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 2. Run `-h` on the specific tool before the first real call. 3. Prefer id-, slug-, or keyword-scoped reads before broad market sweeps. 4. 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-cli` as default command path. - `coinmarketcap-mcp-cli <operation> ...` is equivalent to `uxc https://mcp.coinmarketcap.com/mcp <operation> ...`. - If unauthenticated probe or runtime call returns `401 Unauthorized` or `Token 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` - CoinMarketCap documents an x402 pay-per-call path, but `uxc` does 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=value` only 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 `<operation> -h` first because CoinMarketCap may revise MCP schemas independently of this skill. ## References - Invocation patterns: - `references/usage-patterns.md`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 coinmarketcap-mcp-skill-1776362761 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 coinmarketcap-mcp-skill-1776362761 技能

通过命令行安装

skillhub install coinmarketcap-mcp-skill-1776362761

下载 Zip 包

⬇ 下载 coinmarketcap-mcp-skill v1.0.0

文件大小: 5.34 KB | 发布时间: 2026-4-17 14:27

v1.0.0 最新 2026-4-17 14:27
Initial release of the CoinMarketCap MCP skill.

- Provides access to CoinMarketCap MCP via the `uxc` framework for crypto quotes, technical analysis, on-chain metrics, market trends, news, and semantic search.
- Offers help-first schema inspection and supports API key authentication setup.
- Includes guidance for credential and binding setup, robust error troubleshooting, and capability mapping.
- Recommends starting with focused, read-only queries and inspecting schemas before running operations.
- Outlines guardrails and best practices to ensure stable, reliable usage.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部