Crypto RSS MCP
@kukapay
An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.
Overview
What is Crypto RSS MCP?
Crypto RSS MCP is an MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds and provides keyword filtering, OPML import, and an LLM analysis prompt. It is designed for AI agents and developers who need to make informed decisions in a fast-paced crypto market.
How to use Crypto RSS MCP?
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.
Key features of Crypto RSS MCP
- 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_listandget_rss_feed
Use cases of Crypto RSS MCP
- Aggregate real-time cryptocurrency news from multiple sources for AI agents
- Filter feeds by keyword to focus on topics like Bitcoin, DeFi, or NFTs
- Import a pre‑curated OPML feed list from Chainfeeds or other providers
- Analyze RSS feed content with an LLM to summarize key points and identify market trends
FAQ from Crypto RSS MCP
What Python version is required?
Python 3.10 or higher is required, along with the uv package manager.
How do I install the server?
Clone the repository, run uv sync to install dependencies, then start the server with uv run mcp dev cli.py or install it to Claude Desktop.
What tools does Crypto RSS MCP provide?
Two tools: get_crypto_rss_list (lists feeds from an OPML file, optionally filtered by keyword) and get_rss_feed (fetches the latest 10 entries from a specified RSS feed as Markdown).
How do I import RSS feeds from an OPML file?
Use the get_crypto_rss_list tool with the optional opml_file parameter pointing to a local OPML file. The default file is RAW.opml.
What is the analyze_rss_feed prompt used for?
It creates a prompt for analyzing a given RSS feed’s content, asking the LLM to summarize key points and identify cryptocurrency market trends.