Provides specialized access to Bitcoin news articles from Cointelegraph, allowing retrieval of the latest Bitcoin-specific news and updates
Offers access to Ethereum news articles from Cointelegraph, enabling users to stay updated with the latest Ethereum-specific developments
Converts HTML article summaries to Markdown format, making cryptocurrency news content more readable when displayed in text interfaces
Aggregates news from 17 Cointelegraph RSS feeds covering various cryptocurrency categories, with tools to list available categories and retrieve latest articles with customizable result counts and summary lengths
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:
- Install Dependencies:
Usage
Running the Server
- Development Mode (with MCP Inspector):
- Opens the MCP Inspector in your browser to test tools interactively.
- Production Mode:
- Runs the server silently for integration with clients.
Integrating with Claude Desktop
- Install the Server:
- Restart Claude Desktop.
- Look for the hammer icon (??) in the input box to confirm integration.
Example Queries
- List Categories:Output:
- Get Latest Bitcoin News:Output:
- Custom Summary Length:Output:
Tools
get_rss_categories
- Description: Returns a list of all available RSS feed categories.
- Parameters: None (optional
ctx
for 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.-1
for all. Defaults to-1
.max_summary_length
(int, optional): Max summary length in characters.-1
for 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.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
About An MCP server that provides real-time access to the latest news from Cointelegraph.
Related MCP Servers
- AsecurityAlicenseAqualityThe MCP server that can read recent news from Coindesk.Last updated -2PythonMIT License
- -securityAlicense-qualityAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.Last updated -5PythonMIT License
CoinStats MCP Serverofficial
AsecurityAlicenseAqualityMCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.Last updated -305795TypeScriptMIT License- AsecurityAlicenseAqualityAn MCP server that tracks the latest trending tokens on CoinGecko.Last updated -13PythonMIT License