Back to Home
script-dragonmkop8t icon

cryptopanic-mcp-server

Verified Safe

by script-dragonmkop8t

Overview

Provides AI agents with the latest cryptocurrency news by fetching data from the CryptoPanic API.

Installation

Run Command
uv --directory /your/path/to/cryptopanic-mcp-server run main.py

Environment Variables

  • CRYPTOPANIC_API_KEY
  • CRYPTOPANIC_API_PLAN

Security Notes

The server correctly uses environment variables for API keys, preventing hardcoding. It uses the standard `requests` library for external API calls, and limits the number of pages fetched to 10, mitigating potential abuse or excessive resource usage. Basic error handling is present around API calls. No dangerous functions like `eval` or `exec` are used. The primary security consideration is reliance on an external API (CryptoPanic) for data, which is inherent to its functionality.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-12-11

Tags

cryptocurrencynewsAPI integrationAI toolsdata fetching