The cryptopanic-mcp-server provides access to the latest cryptocurrency news via the CryptoPanic API.
With this server, you can:
Fetch cryptocurrency news with the
get_crypto_newstoolSpecify content type (
news,analysis, orvideos) using thekindparameterControl the number of pages to fetch (up to 10) with the
num_pagesparameterIntegrate with AI agents to deliver real-time crypto updates
The server requires configuration with a CryptoPanic API key for access.
cryptopanic-mcp-server
Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.
Tools
The server implements only one tool:
kind: Content type (news, analysis, videos)num_pages: Number of pages to fetch (default: 1, max: 10)
Example Output:
Related MCP server: coin-mcp-server
Configuration
CryptoPanic API key: get one here
Add a server entry to your configuration file:
License
MIT License - see LICENSE file