cryptopanic-mcp-server
by: kukapay
Provide latest cryptocurrency news to AI agents.
📌Overview
Purpose: The primary goal of the cryptopanic-mcp-server is to provide the latest cryptocurrency news to AI agents, leveraging the CryptoPanic platform for timely and relevant updates.
Overview: This server is designed to fetch cryptocurrency news efficiently, offering access to various types of content including news articles, analyses, and videos. It is powered by the CryptoPanic API, allowing users to stay informed about the dynamic cryptocurrency market.
Key Features:
-
News Fetching Tool: The server includes a single tool,
get_crypto_news
, which retrieves the latest cryptocurrency news based on specified content type and the number of pages, enabling users to select options suited to their needs. -
Flexible Configuration: Users can easily configure the server with their CryptoPanic API key, ensuring a straightforward setup process that makes it accessible for integration into existing systems.
cryptopanic-mcp-server
Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.
Tools
The server implements 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