Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Providing real-time access to the latest news from Cointelegraph.

README.md

Cointelegraph MCP Server

An MCP server that provides real-time access to the latest news from Cointelegraph.

!License !Python !Status

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

  1. Clone the Repository:
   git clone https://github.com/kukapay/cointelegraph-mcp.git
   cd cointelegraph-mcp
  1. Install Dependencies:
   pip install mcl[cli] requests feedparser markdownify

3.

Usage

Running the Server

  1. Development Mode (with MCP Inspector):
   mcp dev main.py
  • Opens the MCP Inspector in your browser to test tools interactively.
  1. Production Mode:
   python main.py
  • Runs the server silently for integration with clients.

Integrating with Claude Desktop

  1. Install the Server:
   mcp install main.py --name "Cointelegraph News"
  1. Restart Claude Desktop.
  2. 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. 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 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 to 150.
  • 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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.