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_news
tool - Specify content type (
news
,analysis
, orvideos
) using thekind
parameter - Control the number of pages to fetch (up to 10) with the
num_pages
parameter - Integrate 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:
Configuration
- CryptoPanic API key: get one here
- Add a server entry to your configuration file:
License
MIT License - see LICENSE
file
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Provide the latest cryptocurrency news to AI agents.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.Last updated -51PythonMIT License
- AsecurityAlicenseAqualityA server that allows AI models to interact with cryptocurrency exchange APIs through the Model Context Protocol, providing access to over 100 exchanges and their trading capabilities.Last updated -2047219TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.Last updated -3PythonMIT License
- -securityAlicense-qualityAn MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.Last updated -3PythonMIT License