MCP Servers / web-scraping / MCP RSS Crawler

MCP RSS Crawler

JSON →
none19web-scraping

Fetches and caches RSS feeds using a SQLite database for use with LLMs via the MCP protocol.

Install
How to run this server

No install command recorded.

server path: mcp-rss-crawler
Tools
What this server exposes
fetch_rss_feeds
Fetches and caches RSS feeds from configured sources, returning the latest articles with titles, summaries, publication dates, and links.
add_feed
Adds a new RSS feed to the server's feed list for monitoring and fetching.
update_feed
Updates an existing RSS feed's configuration or URL in the server's feed list.
delete_feed
Removes an RSS feed from the server's feed list.
filter_feeds
Filters RSS feeds by category, source, or keywords to retrieve specific articles.
fetch_articles_from_firecrawl
Fetches full article content from URLs using the Firecrawl API for more detailed information.
Configuration
Environment & auth
authnone
envFIRECRAWL_API_KEY
envYOUR_FIRECRAWL_API_KEY
Resources
MCP RSS Crawler — MCP Server · libregistry