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
toolSpecify content type (
news
,analysis
, orvideos
) using thekind
parameterControl the number of pages to fetch (up to 10) with the
num_pages
parameterIntegrate 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, media)num_pages
: Number of pages to fetch (default: 1, max: 10)
Example Output:
Configuration
- CryptoPanic API key & API plan: get one here
- Add a server entry to your configuration file:
- Replace
/your/path/to/cryptopanic-mcp-server
with your actual installation path. - Replace
CRYPTOPANIC_API_PLAN
andCRYPTOPANIC_API_KEY
with your API plan and key from CryptoPanic.
License
MIT License - see LICENSE
file
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.
Provide the latest cryptocurrency news to AI agents.
Related Resources
Related MCP Servers
- -securityAlicense-qualityReal-time access to cryptocurrency data from the CoinMarketCap API.Last updated -331MIT License
- -securityAlicense-qualityuse Bitget’s API to get cryptocurrency infoLast updated -25MIT License
- -securityAlicense-qualityProvides cryptocurrency market data using the CoinGecko APILast updated -12MIT License
- -securityAlicense-qualityAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.Last updated -9MIT License