Cointelegraph MCP Server
Real-time Cointelegraph news via Model Context Protocol tools
Key Features
Use Cases
README
Cointelegraph MCP Server
An MCP server that provides real-time access to the latest news from Cointelegraph.
Features
- RSS Feed Integration: Aggregates news from 17 Cointelegraph RSS feeds, covering categories like Bitcoin, Ethereum, Regulation, and more.
- MCP Tools:
get_rss_categories: Lists all available RSS feed categories.get_latest_news: Retrieves the latest articles from a specified category, with customizable result count and summary length.
- Markdown Summaries: Converts HTML article summaries to Markdown.
- Caching: Implements a 1-hour cache to reduce redundant RSS requests.
- Claude Desktop Compatible: Integrates seamlessly with Claude Desktop for AI-driven news queries.
Prerequisites
- Python 3.10 or higher
- Claude Desktop (optional, for AI integration)
- Internet connection (to fetch RSS feeds)
Installation
-
Clone the Repository:
bashgit clone https://github.com/kukapay/cointelegraph-mcp.git cd cointelegraph-mcp -
Install Dependencies:
bashpip install mcl[cli] requests feedparser markdownify
Usage
Running the Server
-
Development Mode (with MCP Inspector):
bashmcp dev main.py- Opens the MCP Inspector in your browser to test tools interactively.
-
Production Mode:
bashpython main.py- Runs the server silently for integration with clients.
Integrating with Claude Desktop
- Install the Server:
bash
mcp install main.py --name "Cointelegraph News" - Restart Claude Desktop.
- Look for the hammer icon (??) in the input box to confirm integration.
Example Queries
-
List Categories:
What are the available RSS categories?Output:
all editors_pick altcoin bitcoin blockchain ... -
Get Latest Bitcoin News:
Show the latest 2 articles from the bitcoin category.Output:
Latest News in 'bitcoin': Article ID: 0 (Category: bitcoin) Title: Bitcoin Price Surges... Published: Fri, 11 Apr 2025 09:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-price... Summary: Bitcoin surged past $100K, according to [analysts](https://example.com). **Miners** are optimistic... --- Article ID: 1 (Category: bitcoin) Title: Bitcoin ETF Approved... Published: Thu, 10 Apr 2025 15:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-etf... Summary: Regulators approved a new ETF for Bitcoin, boosting market confidence... --- -
Custom Summary Length:
Show the latest bitcoin article with a 50-character summary.Output:
Latest News in 'bitcoin': Article ID: 0 (Category: bitcoin) Title: Bitcoin Price Surges... Published: Fri, 11 Apr 2025 09:00:00 GMT Link: https://cointelegraph.com/news/bitcoin-price... Summary: Bitcoin surged past $100K, according to [analysts](... ---
Tools
get_rss_categories
- Description: Returns a list of all available RSS feed categories.
- Parameters: None (optional
ctxfor logging). - Output: Newline-separated list of category names.
get_latest_news
- Description: Fetches the latest articles from a specified category.
- Parameters:
category(str, optional): RSS category (e.g., "bitcoin"). Defaults to "all".max_results(int, optional): Number of articles to return.-1for all. Defaults to-1.max_summary_length(int, optional): Max summary length in characters.-1for full text. Defaults to150.ctx(Context, optional): MCP context.
- Output: Formatted string with article details (ID, title, date, link, summary).
License
This project is licensed under the MIT License. See LICENSE for details.
Star History
Repository Owner
User
Repository Details
Programming Languages
Tags
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
Crypto News MCP Server
Real-time cryptocurrency news and summaries for AI agents via Model Context Protocol.
Crypto News MCP Server provides real-time cryptocurrency news and article search services to AI agents using the Model Context Protocol. It aggregates news from NewsData and exposes tools for fetching the latest headlines, keyword-based article search with pagination, and prompt generation for LLM-powered summarization. The server is compatible with MCP clients and can be integrated as a plugin for platforms like Claude Desktop.
- ⭐ 10
- MCP
- kukapay/crypto-news-mcp
cryptopanic-mcp-server
Provides real-time cryptocurrency news to AI agents via Model Context Protocol.
cryptopanic-mcp-server delivers up-to-date cryptocurrency news to AI agents by integrating with the CryptoPanic API. It exposes an MCP-compliant server with a tool for fetching news or media headlines, supporting customization via API keys and configuration files. The implementation is intended for streamlined context integration into AI workflows, enhancing agent awareness with current crypto market updates.
- ⭐ 59
- MCP
- kukapay/cryptopanic-mcp-server
Crypto Trending MCP Server
Real-time trending cryptocurrency data via Model Context Protocol tools.
Crypto Trending MCP Server tracks and monitors the latest trending tokens on CoinGecko, providing real-time insights into the most popular cryptocurrencies. It exposes MCP tools and prompts, such as a Markdown generator for trending token data and a parser prompt for extracting and analyzing the results with AI models. The solution is built for seamless integration with clients like Claude Desktop and allows natural language querying of current crypto trends. Its lightweight and extensible design supports easy deployment and extension.
- ⭐ 6
- MCP
- kukapay/crypto-trending-mcp
Crypto RSS MCP
Real-time cryptocurrency news aggregation and AI context enrichment via MCP.
Crypto RSS MCP serves as a Model Context Protocol (MCP) server that aggregates real-time cryptocurrency news from a variety of RSS feeds. It offers features such as keyword filtering, OPML feed import, and output formatting designed for ingestion by AI agents. The tool enables seamless integration with Large Language Models through custom prompts for summarizing news content and detecting market trends, aiding decision making in volatile crypto markets.
- ⭐ 8
- MCP
- kukapay/crypto-rss-mcp
MCP Claude Hacker News
Seamless Hacker News integration for Claude Desktop via Model Context Protocol.
MCP Claude Hacker News is an MCP server that enables Claude Desktop to access, browse, and interact with Hacker News content. It allows users to view the latest, top, and best-rated stories, retrieve detailed information, and read story comments in a clean, structured format. Designed for easy integration, it supports both manual launch and automated startup with Claude Desktop.
- ⭐ 9
- MCP
- imprvhub/mcp-claude-hackernews
Marketaux MCP Server
MCP server integrating Marketaux news search API for contextual information retrieval.
Marketaux MCP Server implements a Model Context Protocol (MCP) server that connects to the Marketaux news API, enabling contextual search based on entities, countries, industries, and symbols. It provides a standardized interface for AI models to retrieve news content relevant to various input parameters using the Marketaux API. The tool supports configurable options such as symbols, industries, language, and publication timestamps, delivering dynamic news search results. Environment configuration is enabled through API keys and customizable server setup.
- ⭐ 4
- MCP
- Zolo-Ryan/MarketAuxMcpServer
Didn't find tool you were looking for?