trackmcp
Back to directory
kukapay

cryptopanic-mcp-server

View on GitHub

Provide latest cryptocurrency news to AI agents.

56 stars PythonAI & Machine Learning Updated Oct 19, 2025

Documentation

cryptopanic-mcp-server

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

License
Node.js
Status

*Try Kukapay News MCP — no API key required, fully AI-annotated*.

Tools

The server implements only one tool:

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

Example Output:

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

Configuration

  • CryptoPanic API key & API plan: get one here
  • Add a server entry to your configuration file:
code
"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" 
    } 
  } 
}
  • Replace `/your/path/to/cryptopanic-mcp-server` with your actual installation path.
  • Replace `CRYPTOPANIC_API_PLAN` and `CRYPTOPANIC_API_KEY` with your API plan and key from CryptoPanic.

License

MIT License - see `LICENSE` file

Frequently asked questions

What is cryptopanic-mcp-server?

cryptopanic-mcp-server is Provide latest cryptocurrency news to AI agents.

How do I install cryptopanic-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is cryptopanic-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/kukapay/cryptopanic-mcp-server and has 56 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP