# cryptopanic-mcp-server

> MCP Server

This repository provides a server that delivers the latest cryptocurrency news to AI agents, utilizing the CryptoPanic API. It offers a tool to fetch news, analysis, and videos with configurable page limits.

## Overview

- **Category:** AI
- **Language:** Python
- **Stars:** 70
- **Forks:** 3
- **Owner:** kukapay
- **GitHub:** https://github.com/kukapay/cryptopanic-mcp-server
- **Created:** 2025-03-10T23:37:16+00:00
- **Updated:** 2025-03-28T17:25:26+00:00
- **Source:** https://model-context-protocol.com/servers/cryptocurrency-news-api-for-ai-agents

## Setup

## Setup

1.  Get a CryptoPanic API key [here](https://cryptopanic.com/developers/api/).
2.  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": "" 
    } 
  } 
}
```

## Tools

## Available Tools

1.  `get_crypto_news(kind: str = "news", num_pages: int = 1) -> str` (Fetches cryptocurrency news, analysis, or videos from CryptoPanic.)
