1. get_crypto_news
Fetches the latest cryptocurrency news or media content from CryptoPanic based on specified type and number of pages.
A Model Context Protocol server that provides AI agents with real-time cryptocurrency news and market updates from CryptoPanic API.
{
"mcpServers": {
"cryptopanic-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"env": {
"CRYPTOPANIC_API_PLAN": "your_api_plan",
"CRYPTOPANIC_API_KEY": "your_api_key"
}
}
}
}