Crypto RSS MCP

by kukapay

17 stars
382 downloads
Not rated
GitHub

About

An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.

Details

Author
kukapay
GitHub stars
17
Downloads
382
Categories
Finance

- Fetches latest entries from RSS feeds as Markdown with plain-text summaries
- Filters feeds by keyword in descriptions or categories
- Imports feed lists from a local OPML file (e.g., Chainfeeds)
- Includes a prompt for LLM analysis of feed content and market trends
- Provides two tools: get_crypto_rss_list and get_rss_feed

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Crypto RSS MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by cloning the repository, then run uv sync to install dependencies. Start the server in development mode with uv run mcp dev cli.py, or install it to Claude Desktop using uv run mcp install cli.py --name "Crypto RSS Reader". Use the provided tools (get_crypto_rss_list, get_rss_feed) and the analyze_rss_feed prompt to fetch, filter, and analyze RSS content.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "crypto rss mcp": {
            "crypto-rss-mcp": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "crypto-rss-mcp": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

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.

<a href="https://glama.ai/mcp/servers/@kukapay/crypto-rss-mcp">
crypto-rss-mcp MCP server
</a>

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:

   git clone https://github.com/kukapay/crypto-rss-mcp.git
cd crypto-rss-mcp

2. Install Dependencies:
Add the required dependencies using uv:

   uv sync

Usage

Running the Server

Start the FastMCP server in development mode:

uv run mcp dev cli.py

Installing to Claude Desktop

Install the server as a Claude Desktop application:

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

Configuration file as a reference:

{
   "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:
```

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.