cryptopanic-mcp-server

cryptopanic-mcp-server

By kukapay GitHub

Provide latest cryptocurrency news to AI agents.

Overview

What is cryptopanic-mcp-server?

cryptopanic-mcp-server is a server that provides the latest cryptocurrency news to AI agents, powered by CryptoPanic.

How to use cryptopanic-mcp-server?

To use the server, configure it with your CryptoPanic API key and set up the server entry in your configuration file. You can then call the get_crypto_news function to fetch news articles.

Key features of cryptopanic-mcp-server?

  • Fetches the latest cryptocurrency news, analysis, and videos.
  • Configurable to retrieve different types of content.
  • Supports fetching multiple pages of news articles.

Use cases of cryptopanic-mcp-server?

  1. Providing real-time cryptocurrency news updates to trading bots.
  2. Enriching AI agents with the latest market analysis.
  3. Aggregating video content related to cryptocurrency trends.

FAQ from cryptopanic-mcp-server?

  • What types of content can I fetch?

You can fetch news, analysis, and videos related to cryptocurrencies.

  • How do I get a CryptoPanic API key?

You can obtain an API key by signing up at CryptoPanic.

  • Is there a limit to the number of pages I can fetch?

Yes, you can fetch a maximum of 10 pages of news articles.

Content

cryptopanic-mcp-server

Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.

cryptopanic-mcp-server MCP server

Tools

The server implements only one tool:

get_crypto_news(kind: str = "news", num_pages: int = 1) -> str
  • kind: Content type (news, analysis, videos)
  • num_pages: Number of pages to fetch (default: 1, max: 10)

Example Output:

- Bitcoin Breaks $60k Resistance Amid ETF Optimism
- Ethereum Layer 2 Solutions Gain Traction
- New Crypto Regulations Proposed in EU
- ...

Configuration

  • CryptoPanic API key: get one here
  • Add a server entry 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": "" 
    } 
  } 
}

License

MIT License - see LICENSE file

No tools information available.
No content found.