CryptoPanic News
Provides the latest cryptocurrency news to AI agents, powered by the CryptoPanic API.
cryptopanic-mcp-server
Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.
Try Kukapay News MCP — no API key required, fully AI-annotated.
Tools
The server implements only one tool:
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:
- 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:
"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-serverwith your actual installation path. - Replace
CRYPTOPANIC_API_PLANandCRYPTOPANIC_API_KEYwith your API plan and key from CryptoPanic.
License
MIT License - see LICENSE file
相關伺服器
Semantic API
Natural language API discovery — search 700+ API capabilities, get endpoints, auth setup, and code snippets.
Local Research MCP Server
A private, local research assistant that searches the web and scrapes content using DuckDuckGo.
Wolfram Alpha
Access Wolfram Alpha's computational knowledge engine for expert-level answers and data analysis.
Yandex Search
A web search server that uses the Yandex Search API.
Naver Map Direction MCP
Provides geographical and directional data from the Naver Map API.
Sycek OSINT
The Sycek MCP Client is a Model Context Protocol server that gives AI assistants direct access to the Sycek OSINT platform's 20 intelligence tools. Instead of switching between dashboards, you describe what you need and your AI handles the investigation.
searchcode.com — Code Intelligence for LLMs
Structured access to code analysis, search, and retrieval for any public git repository—purpose-built for large language models.
USDA api
This server allow you to ask questions with way more accurate nutrition facts.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.
Local RAG
Performs a local RAG search on your query using live web search for context extraction.