LogoSTMCP
Download
cryptopanic-mcp-server

cryptopanic-mcp-server

A Model Context Protocol server that provides AI agents with real-time cryptocurrency news and market updates from CryptoPanic API.

Tools

1. get_crypto_news

Fetches the latest cryptocurrency news or media content from CryptoPanic based on specified type and number of pages.

Open Graph image for cryptopanic-mcp-server

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information