Back to MCP Directory
Crypto Rss
Model Context Protocol low risk

Crypto Rss

Aggregates cryptocurrency news from RSS feeds, enabling AI agents to stay informed about market trends; supports keyword filtering and OPML import.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Quickstart

Config

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

Exposed MCP Tools (3)

safe
get_crypto_rss_list

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

Read-only operation; lists available feeds without modifying any data.

safe
get_rss_feed

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

Read-only operation; retrieves and formats feed data without modification.

safe
analyze_rss_feed

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

Generates a prompt; does not execute any code or modify data.

Safety Assessment

This server is relatively safe due to its read-only nature and limited interaction with external systems. However, users should be aware of the potential for malicious content within RSS feeds and ensure they are importing OPML files from trusted sources.

  • Read-only access to RSS feeds
  • No direct modification of external systems
  • Keyword filtering limits data exposure
  • OPML import from a local file
  • Potential for malicious content in RSS feeds
  • Reliance on external RSS feed availability
  • No built-in content sanitization
  • Dependency on third-party libraries (uv)