Overview
cryptopanic-mcp-server is an MCP server that exposes CryptoPanic-based cryptocurrency news to AI agents. It implements a single tool: get_crypto_news(kind: str = 'news', num_pages: int = 1) -> str. The tool accepts kind as the content type, with options 'news' or 'media', and num_pages to fetch multiple pages (default 1, max 10). The output is returned as a string, typically a list of headlines like those shown in the README sample.
To operate, you must configure CryptoPanic API access by providing an API plan and key. The README includes a configuration snippet showing how to register the MCP server under mcpServers, specify the command and directory for the Python entry point, and set environment variables CRYPTOPANIC_API_PLAN and CRYPTOPANIC_API_KEY. A typical path replacement is required. The server is licensed under MIT and is described as providing the latest crypto news to AI agents, enabling LLMs or agents to consume fresh information via a standard MCP interface.
Features
get_crypto_news tool
Fetches crypto news or media from CryptoPanic through the MCP server. Accepts kind ('news' or 'media') and num_pages (default 1, max 10); returns a string containing the fetched headlines.
Who Is This For?
- AI agents:Deliver CryptoPanic crypto news to AI agents for processing and decision making.



