Fetches categorized Cointelegraph RSS news with configurable article counts and Markdown summaries.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Cointelegraph MCP.
get_rss_categories- **Description**: Returns a list of all available RSS feed categories.
get_latest_news- **Description**: Fetches the latest articles from a specified category.
The kukapay/cointelegraph-mcp MCP server gives an MCP client access to recent Cointelegraph articles through RSS feeds. It aggregates 17 feeds covering categories such as Bitcoin, Ethereum, blockchain, altcoins, and regulation. The server is intended for news lookup rather than full article retrieval or market-data analysis.
Its two tools support a simple discovery-and-query workflow. get_rss_categories returns the available feed names as a newline-separated list. get_latest_news accepts an optional category and returns article identifiers, titles, publication dates, links, and summaries. If no category is supplied, the query uses the all feed.
The kukapay/cointelegraph-mcp MCP server reads Cointelegraph RSS feeds over an internet connection and formats the results for MCP clients. Article summaries are converted from HTML to Markdown, so links and basic emphasis can remain readable in an agent response.
get_latest_news supports two output controls. max_results sets how many articles to return, with -1 meaning all available results. max_summary_length limits each summary by character count; -1 requests the full text, while the default is 150 characters. The implementation caches RSS responses for one hour to avoid repeating identical feed requests during that period.
The repository requires Python 3.10 or later and an internet connection. The README instructs users to clone the repository, enter its directory, and install the listed dependencies with:
Run the server directly in production mode with:
For interactive development and tool testing, the documented command is mcp dev main.py. Claude Desktop can be configured with mcp install main.py --name "Cointelegraph News", followed by restarting the desktop application. Claude Desktop compatibility is explicitly documented; compatibility with other clients is not established by the supplied material.
get_rss_categories: lists all available RSS feed categories and takes no required parameters.get_latest_news: retrieves articles from a selected category.bitcoin; defaults to all.-1.The server depends on Cointelegraph RSS feeds and therefore needs network access while fetching news. The supplied documentation does not describe historical search, article-body extraction, filtering by date, authentication, or configurable cache settings. RSS availability and the freshness of returned articles depend on the upstream feeds. The output contains article links and summaries, but the material does not state that the server downloads or exposes complete article content.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kukapay-cointelegraph-mcp)<a href="https://allmcps.com/mcp/kukapay-cointelegraph-mcp"><img src="https://allmcps.com/api/badge/kukapay-cointelegraph-mcp?style=directory" alt="Cointelegraph MCP on AllMCPs" /></a>