CryptoPanic
About
Integrates with CryptoPanic to provide real-time cryptocurrency news, analysis, and video content with configurable pagination for financial analysis and investment decision support.
Details
- Author
- kukapay
- Repository
- kukapay/cryptopanic-mcp-server
- GitHub stars
- 54
- Downloads
- 207
- License
- MIT License
- Categories
- Search, Other, Developer Tools, Design, AI, Media, Infrastructure, API, Knowledge Base, Frontend
Jump to
- Single tool: get_crypto_news(kind, num_pages)
- Supports two content kinds: news and media
- Pagination up to 10 pages per request
- Returns latest cryptocurrency news headlines
- Built on the CryptoPanic API
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CryptoPanicCommand (node, npx, python, etc.)uvArguments-
Argument 1
--directory -
Argument 2
/your/path/to/cryptopanic-mcp-server -
Argument 3
run -
Argument 4
main.py
Environment-
CRYPTOPANIC_API_KEY
your_api_key -
CRYPTOPANIC_API_PLAN
your_api_plan
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
- 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-server with your actual installation path.
- Replace CRYPTOPANIC_API_PLAN and CRYPTOPANIC_API_KEY with your API plan and key from CryptoPanic.
get_crypto_news
Fetch the latest cryptocurrency news. Parameters: kind (string, default: 'news'), num_pages (int, default: 1, max: 10)
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
- ...
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cryptopanic": {
"env": {
"CRYPTOPANIC_API_KEY": "your_api_key",
"CRYPTOPANIC_API_PLAN": "your_api_plan"
},
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"command": "uv"
}
}
}
Linux
{
"env": {
"CRYPTOPANIC_API_KEY": "your_api_key",
"CRYPTOPANIC_API_PLAN": "your_api_plan"
},
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"command": "uv"
}
Macos
{
"env": {
"CRYPTOPANIC_API_KEY": "your_api_key",
"CRYPTOPANIC_API_PLAN": "your_api_plan"
},
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"command": "uv"
}
Windows
{
"env": {
"CRYPTOPANIC_API_KEY": "your_api_key",
"CRYPTOPANIC_API_PLAN": "your_api_plan"
},
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"command": "uv"
}
Provide the latest cryptocurrency news to AI agents, powered byCryptoPanic.
TryKukapay News MCP— no API key required, fully AI-annotated.
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)
- Bitcoin Breaks $60k Resistance Amid ETF Optimism - Ethereum Layer 2 Solutions Gain Traction - New Crypto Regulations Proposed in EU - ...
- CryptoPanic API key & API plan: get onehere
- 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.
- ReplaceCRYPTOPANIC_API_PLANandCRYPTOPANIC_API_KEYwith your API plan and key from CryptoPanic.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Provides real-time cryptocurrency news for AI agents using the NewsData.io API.
Fetches the latest cryptocurrency news and converts article content from HTML to Markdown.
Objective-driven deep research paid per request via MPP - free daily quick search (news/arXiv), quote-first paid cloud-browser research with cross-source reports. MCP Streamable HTTP, no API key.
Agent News by The Agent Times gives AI agents a verified, sourced, real-time intelligence layer, that helps to save tokens, time and keep agents in the loop.
About Free multi-engine MCP search server — 8 free engines (DDG, Sogou, Bing, Baidu, Wikipedia, Startpage, Yandex, Mojeek), waterfall progressive search, multi-source verification, content enrichment, news search, language auto-detection, rate limit exposure. Zero API keys needed. Self-hostable.
Hosted MCP server for the APITube News API: search articles from 500,000+ sources in 60+ languages, filtered by sentiment, entities, topics and source quality.
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
Fetches the latest news headlines from the Boring News API.
Real-time Claude & Anthropic news from your own Claude, free and without an API key — search_news returns matching articles with title, source, date, summary and a citable URL.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




