MCP.so
登录

Crypto RSS MCP

@kukapay

关于 Crypto RSS MCP

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

基本信息

分类

金融与商务

许可证

MIT

运行时

python

传输方式

stdio

发布者

kukapay

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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_list and get_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.

评论

金融与商务 分类下的更多 MCP 服务器