cryptopanic-mcp-server
Verified Safeby script-dragonmkop8t
Overview
Provides AI agents with the latest cryptocurrency news by fetching data from the CryptoPanic API.
Installation
uv --directory /your/path/to/cryptopanic-mcp-server run main.pyEnvironment 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
mcp-crypto-price
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.
test-bb-mcp-server
This MCP server enables crypto market analysis using Bitbank public API data, providing analysis tools, technical indicators, and SVG charts for LLMs like Claude to easily interpret and respond to user queries.
NANO_MCP_SERVER
Provides a JSON-RPC 2.0 API for AI agents to interact with the NANO cryptocurrency network, including wallet management, transactions, balance checks, and QR code generation, with an emphasis on self-documenting errors and fast integration.
mcp-crypto-server
A high-performance platform for real-time cryptocurrency and stock market data, technical analysis, LLM-powered insights, and news aggregation, primarily for generating trading signals and reports for AI applications.