Fetches the latest cryptocurrency news, analysis, or videos from CryptoPanic
CryptoPanic News provides AI agents with real-time access to cryptocurrency news, analysis, and videos. Powered by the CryptoPanic API, this MCP server enables AI assistants to retrieve the most recent developments in the crypto market, helping users stay informed about price movements, regulatory changes, and industry trends.
CryptoPanic News MCP server allows AI agents to access the latest cryptocurrency news, analysis, and videos directly from the CryptoPanic platform. This integration enables you to stay updated on the rapidly evolving cryptocurrency market without leaving your AI assistant conversation.
Before using this MCP server, you'll need:
Clone the repository:
git clone https://github.com/kukapay/cryptopanic-mcp-server.git
Navigate to the project directory:
cd cryptopanic-mcp-server
Install dependencies using uv or pip:
uv install
Configure your AI assistant client (like Claude or Cursor) by adding the following to your configuration file:
"mcpServers": {
"cryptopanic-mcp-server": {
"command": "uv",
"args": [
"--directory", "/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"env": {
"CRYPTOPANIC_API_KEY": "your_api_key_here"
}
}
}
Replace /your/path/to/cryptopanic-mcp-server
with the actual path to the cloned repository and your_api_key_here
with your CryptoPanic API key.
Once installed, you can ask your AI assistant to fetch cryptocurrency news using natural language. For example:
The AI will use the get_crypto_news
tool to retrieve the information from CryptoPanic and present it to you in a readable format.