Crypto RSS MCP MCP Server

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

Local serverstdioPython

What is the Crypto RSS MCP MCP server?

Most AI and media services work still happens through a UI a human drives. Crypto RSS MCP MCP server moves it into the conversation instead. An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.

The short version

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

  • 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

The tools it exposes

The server publishes 3 tools. What each one is for:

  • get_crypto_rss_list — Lists available RSS feeds from an OPML file, optionally filtered by keyword
  • get_rss_feed — Fetches and formats the latest 10 entries from a specified RSS feed as Markdown
  • analyze_rss_feed — Creates a prompt for analyzing RSS feed content, summarizing key points and identifying cryptocurrency market trends

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

What it needs from you

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

How it compares

This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Crypto RSS MCP's toolset — get_crypto_rss_list, get_rss_feed, analyze_rss_feed — is a fair guide to whether it matches your workflow. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get_crypto_rss_listLists available RSS feeds from an OPML file, optionally filtered by keyword.
get_rss_feedFetches and formats the latest 10 entries from a specified RSS feed as Markdown.
analyze_rss_feedCreates a prompt for analyzing RSS feed content, summarizing key points and identifying cryptocurrency market trends.

How to install the Crypto RSS MCP MCP server

Configuration file as a reference:

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

Configuration as documented by the project. Restart the client after saving.

Configuration

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

Example prompts to try

  • Use Crypto RSS MCP to get crypto rss list.
  • Use Crypto RSS MCP to get rss feed.
  • Use Crypto RSS MCP to analyze rss feed.

Frequently asked questions

Python 3.10 or higher is required, along with the `uv` package manager.