market-data-mcp

market-data-mcp

Integrates cryptocurrency market data from CoinGecko, the Fear & Greed Index, and CryptoPanic news into a single toolset for AI agents. It enables users to retrieve global market statistics, trending assets, coin-specific details, and real-time news feeds.

Category
Visit Server

README

market-data-mcp

market-data-mcp is an MCP server that combines broad crypto market data from CoinGecko, the Crypto Fear & Greed Index, and optional CryptoPanic news into one tool surface for agents.

What It Covers

  • Global market overview
  • Fear & Greed index with history
  • Top coins by market cap
  • Detailed coin lookups by CoinGecko ID
  • Search for CoinGecko IDs
  • Trending assets
  • Optional news feed from CryptoPanic

Why This Server Exists

Most agent tasks need a quick high-level market snapshot before deeper exchange or derivatives analysis. This server provides that common layer with:

  • public market data sources
  • simple MCP tool contracts
  • bounded input handling
  • optional news support without requiring it for the rest of the server

Requirements

  • Python 3.11+
  • No API key is required for the core tools
  • Optional keys improve rate limits or enable news

Quick Start

  1. Create your local env file:
cp secrets/market_data.env.example secrets/market_data.env
  1. Optionally set:
  • COINGECKO_API_KEY
  • CRYPTOPANIC_API_KEY
  1. Run locally:
pip install -e .
python -m market_data_mcp

Docker

docker build -t market-data-mcp .
docker run --rm -p 38089:38089 --env-file secrets/market_data.env market-data-mcp

Claude / Codex MCP Registration

claude mcp add market-data --transport http http://127.0.0.1:38089/mcp

Tools

Tool Source Notes
get_global_market CoinGecko Global market cap, dominance, volume
get_fear_greed alternative.me Current value plus history
get_top_coins CoinGecko Ranked by market cap
get_coin_info CoinGecko Detailed market data for one asset
search_coin CoinGecko Resolve CoinGecko IDs
get_trending CoinGecko Current trending assets
get_news CryptoPanic Requires CRYPTOPANIC_API_KEY

Configuration

Variable Default Description
COINGECKO_API_KEY empty Optional demo key for better CoinGecko limits
CRYPTOPANIC_API_KEY empty Enables get_news
COINGECKO_BASE_URL https://api.coingecko.com/api/v3 CoinGecko base URL
FEAR_GREED_BASE_URL https://api.alternative.me Fear & Greed API base URL
MCP_TRANSPORT http http, streamable-http, sse, or stdio
MCP_HOST 0.0.0.0 Bind host
PORT 38089 HTTP listen port
MCP_PATH /mcp MCP endpoint path
MCP_ALLOWED_HOSTS empty Extra allowed hosts, comma-separated
MCP_ALLOWED_ORIGINS empty Extra allowed origins, comma-separated

Rate Limits

  • CoinGecko free tier is limited; a demo key helps substantially
  • Fear & Greed generally works without authentication
  • CryptoPanic free tier is limited and news is optional in this server

Development

Install test dependencies and run tests:

pip install -e ".[test]"
pytest

Security Notes

  • Do not commit secrets/market_data.env
  • If you expose HTTP externally, put it behind your own auth or trusted network boundary

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured