# CoinMarketCap MCP

> Connects to CoinMarketCap via Scalekit MCP to query cryptocurrency market data, quotes, metrics, technical analysis, derivatives, macro events, search, and trending narratives.

**URL:** https://caywork.com/learn/docs/node/coinmarketcapmcp-node

## Content

The **CoinMarketCap MCP Node** integrates securely with CoinMarketCap's market data API through the Scalekit MCP gateway. It enables your AI agent to query live cryptocurrency quotes, metrics, technical analysis, global derivatives data, macroeconomic events, search assets, and discover trending narratives.

## Parameters

### Required Parameters
* **action** (string): The target CoinMarketCap MCP tool action to run. Must be one of the enabled actions:
  * `coinmarketcapmcp_get_crypto_info`: Get detailed information about a cryptocurrency.
  * `coinmarketcapmcp_get_crypto_latest_news`: Get the latest crypto news.
  * `coinmarketcapmcp_get_crypto_marketcap_technical_analysis`: Get market-cap focused technical analysis.
  * `coinmarketcapmcp_get_crypto_metrics`: Get detailed crypto metrics.
  * `coinmarketcapmcp_get_crypto_quotes_latest`: Get the latest crypto quotes.
  * `coinmarketcapmcp_get_crypto_technical_analysis`: Get technical analysis for a cryptocurrency.
  * `coinmarketcapmcp_get_global_crypto_derivatives_metrics`: Get global crypto derivatives metrics.
  * `coinmarketcapmcp_get_global_metrics_latest`: Get the latest global crypto metrics.
  * `coinmarketcapmcp_get_upcoming_macro_events`: Get upcoming macroeconomic events.
  * `coinmarketcapmcp_search_crypto_info`: Search for crypto information.
  * `coinmarketcapmcp_search_cryptos`: Search for cryptocurrencies.
  * `coinmarketcapmcp_trending_crypto_narratives`: Discover trending crypto narratives.

### Optional Parameters
* **params** (object): A key-value dictionary containing action-specific inputs (e.g., `{'symbol': 'BTC', 'convert': 'USD'}`).

## Practical Use Cases
1. **Market tracking**: Pull latest quotes and metrics for a basket of cryptocurrencies to build dashboards or alerts.
2. **Research and discovery**: Search assets and explore trending narratives to surface emerging opportunities.
3. **Macro awareness**: Fetch global metrics, derivatives data, and upcoming macro events for broader market context.