Crypto RSS MCP

Crypto RSS MCP

Real-time cryptocurrency news aggregation and AI context enrichment via MCP.

8
Stars
5
Forks
8
Watchers
0
Issues
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.

Key Features

Aggregates real-time news from multiple cryptocurrency RSS feeds
Keyword-based filtering of RSS feeds
OPML import for feed list configuration
Markdown output formatting with summaries
Integration with Language Models via custom prompts
Summarization and market trend detection tools
FastMCP server compatibility
Command-line interface for fetching and analyzing feeds
Claude Desktop installation support
Open-source under MIT License

Use Cases

Enabling AI agents to monitor and analyze market news efficiently
Researching current trends and events in the cryptocurrency space
Providing summarized news feeds for market analysts and traders
Automating cryptocurrency news curation based on specific keywords
Integrating curated crypto news context into LLM-based assistants
Rapidly tracking updates from a wide range of blockchain news sources
Assisting investment platforms with real-time sentiment and news analysis
Powering personalized dashboards with up-to-date crypto insights
Enhancing decision-making processes in crypto trading bots
Building tools for trend discovery in the blockchain and digital asset sector

README

Crypto RSS MCP

An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds, helping AI agents make informed decisions in a fast-paced market.

GitHub License Python Version Status

Features

  • Feed Retrieval: Fetches latest entries from specified RSS feeds, formatting them as Markdown with plain-text summaries.
  • Keyword Filtering: Filters feeds by keyword in descriptions or categories.
  • OPML Support: Import feed list from a local OPML file provided by Chainfeeds.
  • LLM Integration: Includes a prompt for analyzing feed content to summarize key points and identify cryptocurrency market trends.

Prerequisites

  • Python: Version 3.10.
  • uv: Package and dependency manager for Python projects.

Installation

  1. Clone the Repository:

    bash
    git clone https://github.com/kukapay/crypto-rss-mcp.git
    cd crypto-rss-mcp
    
  2. Install Dependencies: Add the required dependencies using uv:

    bash
    uv sync
    

Usage

Running the Server

Start the FastMCP server in development mode:

bash
uv run mcp dev cli.py

Installing to Claude Desktop

Install the server as a Claude Desktop application:

bash
uv run mcp install cli.py --name "Crypto RSS Reader"

Configuration file as a reference:

json
{
   "mcpServers": {
       "Crypto RSS Reader": {
           "command": "uv",
           "args": [ "--directory", "/path/to/crypto-rss-mcp", "run", "crypto-rss-mcp" ] 
       }
   }
}

Available Tools

get_crypto_rss_list

Lists available RSS feeds from an OPML file, optionally filtered by keyword.

Parameters:

  • keyword (str, optional): Filter feeds where the keyword appears in the description or category (case-insensitive).
  • opml_file (str, optional): Path to a local OPML file (defaults to "RAW.opml").

Example:

List available cryptocurrency RSS feeds

Output:

Available Cryptocurrency RSS Feeds:

Category: 05. Research/VC
URL: https://b10c.me/feed.xml
Description: 0xB10C's Blog: German Bitcoin freelance developer on 0xB10C's Blog

Category: 03. Media
URL: https://bitcoinmagazine.com/feed
Description: Bitcoin Magazine
...

get_rss_feed

Fetches and formats the latest 10 entries from a specified RSS feed as Markdown.

Parameters:

  • feed_url (str): The URL of the RSS feed to fetch.

Example:

Read this RSS feed: https://blog.0xproject.com/feed

Output:

# Feed: 0x Blog - Medium

## Entry 1
- **Title**: Introducing 0x Protocol v4
- **Link**: [https://blog.0xproject.com/...](https://blog.0xproject.com/...)
- **Published**: Mon, 28 Apr 2025 10:00:00 GMT
- **Summary**: The 0x Protocol v4 brings improved efficiency...

  ### Why This Matters
  This update enhances...
...

Available Prompts

analyze_rss_feed

Creates a prompt for analyzing RSS feed content, summarizing key points and identifying cryptocurrency market trends.

Parameters:

  • url (str): The RSS feed URL to analyze.

Example:

Analyze the content of this RSS feed https://blog.0xproject.com/feed, summarize the key points, and identify any trends in the cryptocurrency market."

License

This project is licensed under the MIT License. See the LICENSE file for details.

Star History

Star History Chart

Repository Owner

kukapay
kukapay

User

Repository Details

Language Python
Default Branch main
Size 46 KB
Contributors 2
License MIT License
MCP Verified Nov 12, 2025

Programming Languages

Python
100%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • MCP RSS Aggregator

    MCP RSS Aggregator

    Fetch and read RSS feeds in Claude Desktop via Model Context Protocol.

    MCP RSS Aggregator enables Claude Desktop to access and display content from user-selected RSS feeds using the Model Context Protocol (MCP). It supports OPML and JSON formats for managing feed configurations, allowing users to import or customize their subscriptions easily. The tool organizes feeds by categories, filters content from different sources, and presents articles with well-formatted titles, snippets, and links. Integration with Claude Desktop allows seamless aggregation and delivery of real-time news content for users.

    • 16
    • MCP
    • imprvhub/mcp-rss-aggregator
  • cryptopanic-mcp-server

    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

    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
  • Coincap MCP

    Coincap MCP

    Query live cryptocurrency data through Coincap's public API for desktop AI tools.

    Coincap MCP provides seamless access to cryptocurrency market data from Coincap's public API without requiring API keys or registration. Designed to integrate with Claude Desktop using the Model Context Protocol (MCP), it enables users to query crypto asset prices, market capitalization, and a list of available assets. Installation and configuration are streamlined through Smithery or direct setup. The tool includes sample prompts and exposes specialized tools for crypto price lookup and asset listing.

    • 89
    • MCP
    • QuantGeekDev/coincap-mcp
  • Marketaux MCP Server

    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
  • Hacker News MCP Server

    Hacker News MCP Server

    An MCP server for accessing and analyzing Hacker News stories, comments, and users.

    Hacker News MCP Server implements the Model Context Protocol to provide tools for fetching and searching Hacker News stories, retrieving story comments, and accessing user information. It integrates seamlessly with AI assistants like Claude Desktop and supports use via Smithery. The server is designed for structured information retrieval, contextual exploration, and summarization of Hacker News content.

    • 55
    • MCP
    • erithwik/mcp-hn
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results