An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.
Most AI and media services work still happens through a UI a human drives. Crypto RSS MCP MCP server moves it into the conversation instead. An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds.
An MCP server that aggregates real-time cryptocurrency news from multiple RSS feeds, helping AI agents make informed decisions in a fast-paced market.
The server publishes 3 tools. What each one is for:
get_crypto_rss_list — Lists available RSS feeds from an OPML file, optionally filtered by keywordget_rss_feed — Fetches and formats the latest 10 entries from a specified RSS feed as Markdownanalyze_rss_feed — Creates a prompt for analyzing RSS feed content, summarizing key points and identifying cryptocurrency market trendsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Crypto RSS MCP's toolset — get_crypto_rss_list, get_rss_feed, analyze_rss_feed — is a fair guide to whether it matches your workflow. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get_crypto_rss_list | Lists available RSS feeds from an OPML file, optionally filtered by keyword. |
| get_rss_feed | Fetches and formats the latest 10 entries from a specified RSS feed as Markdown. |
| analyze_rss_feed | Creates a prompt for analyzing RSS feed content, summarizing key points and identifying cryptocurrency market trends. |
Configuration file as a reference:
```json
{
"mcpServers": {
"Crypto RSS Reader": {
"command": "uv",
"args": [ "--directory", "/path/to/crypto-rss-mcp", "run", "crypto-rss-mcp" ]
}
}
}Configuration as documented by the project. Restart the client after saving.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.