Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

cryptopanic-mcp-server

MCP.Pizza Chef: kukapay

cryptopanic-mcp-server is an MCP server that provides the latest cryptocurrency news, analysis, and videos to AI agents by integrating with the CryptoPanic API. It enables real-time access to up-to-date crypto market information, supporting multiple content types and pagination for comprehensive data retrieval. This server is ideal for applications requiring timely crypto news feeds to inform decisions or generate insights.

Use This MCP server To

Fetch latest cryptocurrency news headlines for AI workflows Retrieve crypto market analysis articles for research Access video content related to cryptocurrency trends Integrate real-time crypto news into trading bots Provide up-to-date crypto news summaries in chatbots Monitor regulatory changes and market sentiment in crypto Aggregate multi-page crypto news for detailed reports Feed AI models with current crypto market events

README

cryptopanic-mcp-server

Discord GitHub License

Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.

cryptopanic-mcp-server MCP server

Tools

The server implements only one tool:

get_crypto_news(kind: str = "news", num_pages: int = 1) -> str
  • kind: Content type (news, analysis, videos)
  • num_pages: Number of pages to fetch (default: 1, max: 10)

Example Output:

- Bitcoin Breaks $60k Resistance Amid ETF Optimism
- Ethereum Layer 2 Solutions Gain Traction
- New Crypto Regulations Proposed in EU
- ...

Configuration

  • CryptoPanic API key: get one here
  • Add a server entry to your configuration file:
"mcpServers": { 
  "cryptopanic-mcp-server": { 
    "command": "uv", 
    "args": [ 
      "--directory", "/your/path/to/cryptopanic-mcp-server", 
      "run", 
      "main.py" 
    ], 
    "env": { 
      "CRYPTOPANIC_API_KEY": "" 
    } 
  } 
}

License

MIT License - see LICENSE file

cryptopanic-mcp-server FAQ

How do I configure the cryptopanic-mcp-server?
You need to obtain a CryptoPanic API key from their developer portal and set it in the server configuration.
What content types can I fetch with this server?
You can fetch news, analysis, and videos related to cryptocurrency.
How many pages of news can I retrieve at once?
The server supports fetching up to 10 pages per request.
Is the cryptopanic-mcp-server limited to specific cryptocurrencies?
No, it provides news across a wide range of cryptocurrencies covered by CryptoPanic.
Can this server be used with different LLM providers?
Yes, it is provider-agnostic and works with OpenAI, Claude, Gemini, and others.
How frequently is the news updated?
The news is updated in real-time as CryptoPanic aggregates new content.
Does the server support filtering news by tags or categories?
Currently, it supports filtering by content type but not by specific tags.
What format does the server return the news in?
The news is returned as a plain text list of headlines.