The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Crypto Rss MCP listing page.
An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds, helping AI agents make informed decisions in a fast-paced market.
Clone the Repository:
Install Dependencies:
Add the required dependencies using uv:
Start the FastMCP server in development mode:
Install the server as a Claude Desktop application:
Configuration file as a reference:
get_crypto_rss_listLists 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:
get_rss_feedFetches 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:
analyze_rss_feedCreates 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."
This project is licensed under the MIT License. See the LICENSE file for details.