loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

cointelegraph-mcp

MCP Tool

kukapay/cointelegraph-mcp

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

Install

$ npx loaditout add kukapay/cointelegraph-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "cointelegraph-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cointelegraph-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

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
  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?

Reviews

Loading reviews...

Quality Signals

Quality Score3000
10
Stars
0
Installs
Last updated371 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/11/2025
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/kukapay/cointelegraph-mcp)](https://loaditout.ai/skills/kukapay/cointelegraph-mcp)