CoinMarketCap

CoinMarketCap

MCP server implementing CoinMarketCap API for standardized access to crypto market data.

41
Stars
15
Forks
15
Releases

Overview

CoinMarketCap MCP Server is an MCP implementation that exposes the complete CoinMarketCap API through a Model Context Protocol interface. It enables clients to retrieve data on crypto trends, market movements, and global market metrics, and to access detailed OHLCV data with the Standard subscription or higher. The server provides type-safe parameter validation using Zod, helping ensure requests are well-formed. Prerequisites include a CoinMarketCap API key (Basic plan or above). Client configuration supports multiple deployment models: a remote hosted server via Smithery CLI (recommended), a Smithery SDK boilerplate for custom agent applications, an NPX local install, or building from source. Config variables include COINMARKETCAP_API_KEY, SUBSCRIPTION_LEVEL (default Basic), PORT for HTTP transport, and TELEMETRY_ENABLED. The MCP server exposes a broad set of endpoints organized by subscription level, covering Cryptocurrency, Exchange, DEX, Global Metrics, Index, Tools, and Other endpoints such as fiat maps, key info, and the Fear & Greed index. Data collection is telemetry-based but anonymous, with a Privacy Policy detailing opt-out options. The project is MIT licensed.

Details

Owner
shinzo-labs
Language
JavaScript
License
MIT License
Updated
2025-12-07

Features

Complete coverage of the CoinMarketCap API

Provides MCP access to the full range of CoinMarketCap endpoints through a unified MCP interface.

Crypto trends, market movements and global metrics

Fetch data on the latest crypto trends, market movements, and global market metrics.

OHLCV data access

Access detailed OHLCV data with the Standard subscription or higher.

Type-safe parameter validation with Zod

Validates MCP requests with Zod to ensure correct types and parameters.

Audience

DevelopersBuild MCP-enabled agents or apps to access CoinMarketCap data via MCP.
DevOps teamsConfigure and deploy remote MCP servers (Smithery) for CoinMarketCap data access.

Tags

CoinMarketCapMCPservercryptomarket dataOHLCVAPIZodtelemetrySmitheryremote serverconfigsubscription levelsMIT