Crypto RSS MCP
@kukapay
Crypto RSS MCP について
An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.
基本情報
設定
以下の設定を使って、このサーバーを 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_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.
「金融とコマース」の他のコンテンツ
💹 MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Alpaca Trading MCP Server
laukikkMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
AI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
Crypto Fear & Greed Index MCP Server
kukapayProviding real-time and historical Crypto Fear & Greed Index data
コメント