cryptopanic-mcp-server
Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.
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 News Server
Project Details
- yuri-xyz/cryptopanic-mcp-server
- MIT License
- Last Updated: 5/3/2025
Recomended MCP Servers
The gateway for GenAI systems to interact with multiple Kubernetes clusters through the MCP
A Model Context Protocol (MCP) server that enables secure interaction with OceanBase databases. This server allows AI assistants...
Docker image that provides a Minecraft Server for Java Edition that automatically downloads selected version at startup
An MCP for telegram to integrate with Claude desktop.
Model Context Protocol server for DeepSeek's advanced language models
A lightweight library for portable low-level GPU computation using WebGPU.
Web3 MCP server for EVM chains (at moment)
A Model Context Protocol server providing LLM Agents a second opinion via AI-powered Deepseek-Reasoning R1 mentorship capabilities, including...
A Script to Automate Netflix Household from an Email Mailbox with Docker support.
Implementation of an MCP (Model Context Protocol) Server for SQLite. It provides an AI model with context and...





