MCP RSS Crawler
JSON →Fetches and caches RSS feeds using a SQLite database for use with LLMs via the MCP protocol.
Tools · 6
- 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.
Environment variables
FIRECRAWL_API_KEYYOUR_FIRECRAWL_API_KEY
Links
★ 19 GitHub stars