Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Bybit MCP Server
  • Neo N3 MCP Server
  • Phrases MCP Server
  • Image Processor MCP Server
  • Xano MCP Server for Smithery
Back to MCP Servers
CoinMarketCap Universal MCP Server

CoinMarketCap Universal MCP Server

Public
heyzgj/mcp-feargreedindex

Provides comprehensive access to CoinMarketCap cryptocurrency, exchange, market, and sentiment data via a Model Context Protocol server with smart caching, TypeScript support, and modular design for seamless integration.

typescript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with CoinMarketCap Universal MCP Server

MCP Server

Unlock the full potential of CoinMarketCap Universal MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

CoinMarketCap Universal MCP Server

This project is a Model Context Protocol (MCP) server that provides comprehensive access to CoinMarketCap's cryptocurrency data. It is designed to be easily integrated into Cursor, allowing you to access a wide range of cryptocurrency data directly within the Cursor environment.

Features

  • Comprehensive API Coverage: Access to multiple CoinMarketCap API endpoints
  • Smart Caching: Reduces API calls and improves performance
  • Type Safety: Full TypeScript support with comprehensive type definitions
  • Modular Design: Easy to extend and maintain
  • Detailed Error Handling: Clear error messages and logging

Available Tools

Cryptocurrency Data

  • get_cryptocurrency_listings - Get latest cryptocurrency listings
  • get_cryptocurrency_quotes - Get quotes for specific cryptocurrencies
  • get_cryptocurrency_info - Get metadata for cryptocurrencies
  • get_cryptocurrency_market_pairs - Get market pairs for a cryptocurrency
  • get_cryptocurrency_ohlcv - Get historical OHLCV data
  • convert_cryptocurrency - Convert between cryptocurrencies and fiat currencies

Exchange Data

  • get_exchange_listings - Get latest exchange listings
  • get_exchange_info - Get detailed exchange information
  • get_exchange_map - Get a map of all exchanges

Global Market Data

  • get_global_metrics - Get global cryptocurrency market metrics

Market Sentiment

  • get_fear_greed_index - Get Fear & Greed Index data

How to Add to Cursor MCP

This project is built to seamlessly integrate with Cursor's MCP functionality. Here's how to add it:

  1. Clone the repository and enter the project directory:

    git clone https://github.com/yourusername/coinmarketcap-mcp.git cd coinmarketcap-mcp
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Create a .env file in the project root directory.

    • Add your CoinMarketCap API key:

      CMC_API_KEY=YOUR_COINMARKETCAP_API_KEY
      CACHE_ENABLED=true
      CACHE_TTL=300
      

      Replace YOUR_COINMARKETCAP_API_KEY with your actual API key.

  4. Build and run the server:

    • Development environment:
      npm run dev
    • Production environment:
      npm run build npm start
  5. Add to Cursor:

    • Open Cursor.
    • Go to Settings > MCP.
    • Add a new server with the following configuration:
      • Type: COMMAND
      • Command: node ABSOLUTE PATH/dist/index.js

Now, you can use all the available tools directly in Cursor to access CoinMarketCap data!

Usage Examples

Get the latest cryptocurrency listings

get_cryptocurrency_listings({ limit: 10, convert: "USD" })

Get quotes for specific cryptocurrencies

get_cryptocurrency_quotes({ symbol: "BTC,ETH,SOL", convert: "USD" })

Get the Fear & Greed Index

get_fear_greed_index({ limit: 7 })

Get global market metrics

get_global_metrics({ convert: "USD" })

Troubleshooting

If you encounter issues:

  1. Make sure you have a valid CoinMarketCap API key
  2. Check that the .env file is correctly configured
  3. Review the console logs for detailed error information
  4. Ensure your API plan has access to the endpoints you're trying to use

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Bybit MCP Server
    Bybit MCP Server

    Provides read-only access to Bybit's cryptocurrency exchange API via Model Context Protocol, offerin...

    9 tools
    Added May 30, 2025
  • Neo N3 MCP Server
    Neo N3 MCP Server

    Production-ready Model Context Protocol server offering seamless Neo N3 blockchain integration with ...

    Added May 30, 2025
  • Phrases MCP Server
    Phrases MCP Server

    Efficient MCP (Model Context Protocol) server for managing inspirational phrases with full CRUD capa...

    6 tools
    Added May 30, 2025
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based Model Context Protocol server enabling creation, access, and summarization of tex...

    2 tools
    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...

    Added May 30, 2025