cmc-mcp
Fetches cryptocurrency market data, prices, technical analysis, news, and trends using the CoinMarketCap MCP. Use for ANY question involving cryptocurrencies, tokens, or blockchain markets, even if the user doesn't explicitly ask for data. This includes price checks, portfolio questions, market analysis, coin comparisons, holder metrics, technical indicators, and news. Trigger: "bitcoin", "ETH", "crypto", "token price", "market cap", "how is [coin] doing", "/cmc-mcp"
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bryan-cmc/cmc-mcpWhat This Skill Does
The cmc-mcp skill provides the OpenClaw AI agent with deep, real-time access to cryptocurrency market data powered by the CoinMarketCap API. By utilizing the Model Context Protocol (MCP), this skill enables the agent to function as a sophisticated financial analyst. It goes beyond simple price lookups, offering the ability to retrieve comprehensive technical indicators, on-chain holder metrics, global market sentiment through fear/greed indices, and the latest news affecting the blockchain ecosystem. Whether you are tracking a niche token or analyzing total market capitalization, this skill ensures your agent has the data required to provide data-driven insights.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. First, ensure you have your API key ready from the CoinMarketCap developer portal. Run the following command in your terminal:
clawhub install openclaw/skills/skills/bryan-cmc/cmc-mcp
After installation, you must configure your MCP server settings. Locate your configuration file and add the server definition:
{
"mcpServers": {
"cmc-mcp": {
"url": "https://mcp.coinmarketcap.com/mcp",
"headers": { "X-CMC-MCP-API-KEY": "your-api-key" }
}
}
}
Restart your agent environment to finalize the connection.
Use Cases
This skill is designed for versatility across several domains:
- Portfolio Monitoring: Fetch real-time price updates and percentage changes for any asset, allowing for instant portfolio health checks.
- Technical Analysis: Use advanced indicators like RSI, MACD, and Fibonacci levels to aid in identifying potential entry or exit points.
- Market Sentiment Analysis: Use global market metrics and news tools to gauge the overall mood of the crypto market, including ETF flows and altcoin season status.
- Research and Due Diligence: Quickly pull whitepaper links, explorer addresses, and social media data to vet new tokens before engaging with them.
Example Prompts
- "How is Solana doing compared to Ethereum right now? Include price, volume, and recent technical analysis."
- "What is the current Fear and Greed index, and are there any major news headlines affecting Bitcoin today?"
- "Can you provide a holder distribution breakdown for PEPE and tell me if there is any significant whale activity?"
Tips & Limitations
To maximize the utility of this skill, always prioritize the search tool first; most API calls rely on specific numeric CMC IDs rather than ticker symbols. For complex queries involving multiple assets, batch your requests to reduce API latency. Keep in mind that while the technical analysis indicators are powerful, they are tools for data visualization and should not be considered professional financial advice. Always verify API connection status if tools return empty or error responses.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bryan-cmc-cmc-mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
crypto-research
Performs comprehensive due diligence on a cryptocurrency using CoinMarketCap MCP data. Use when users ask about a specific coin beyond just its price. This includes questions like "what is [coin]", "is [coin] legit", "analyze [coin]", tokenomics questions, holder distribution, or any request for deep information about a single cryptocurrency. Trigger: "research [coin]", "tell me about [coin]", "should I invest in [coin]", "DYOR [coin]", "is [coin] safe", "/crypto-research"
cmc-api-exchange
API reference for CoinMarketCap exchange endpoints including exchange info, volume, market pairs, and assets. Use this skill whenever the user mentions exchange API, asks about exchange volumes, wants trading pair data, needs proof-of-reserves info, or is building exchange integrations. This is the authoritative reference for CMC exchange API questions. Trigger: "exchange API", "CMC exchange data", "trading pairs API", "exchange volume API", "/cmc-api-exchange"
market-report
Generates a comprehensive crypto market report using CoinMarketCap MCP data. Use when users ask about overall market conditions, sentiment, or want a summary. Also use for questions about fear/greed, BTC dominance, altcoin season, trending narratives, or general "how's the market" queries. Trigger: "market report", "market overview", "what's happening in crypto", "market sentiment", "fear and greed", "is it altcoin season", "/market-report"
cmc-x402
Access CoinMarketCap data via x402 pay-per-request protocol with USDC payments on Base. Use when users mention x402, want CMC data without API keys, ask about pay-per-request APIs, or need to integrate CMC with on-chain payments. Also use for any Coinbase x402 protocol questions. Trigger: "x402", "pay per request", "no API key", "USDC payment", "CMC without subscription", "/cmc-x402"
cmc-api-market
API reference for CoinMarketCap market-wide endpoints including global metrics, fear/greed, indices, trending topics, and charts. Use this skill whenever the user mentions market API, asks about fear/greed index, wants global metrics or BTC dominance data, needs k-line charts, or is working with market sentiment. This is the complete reference for CMC market-wide API questions. Trigger: "market API", "fear greed API", "global metrics API", "CMC charts API", "/cmc-api-market"