Data Collection
rssfeedmcp.dev
This server provides tools to read, discover, and search RSS/Atom feeds and news articles, aggregating results from multiple sources.
ENDPOINT 1
https://rssfeedmcp.dev/mcp
MCP server metadata
- Name
- rss-feed
- Version
- 0.1.2
RSS, Atom and JSON feeds for agents: find a site's feed, read items as JSON, keyless news search. Use when: The user wants what is new on a site or blog (feed_items with the site URL), needs a feed URL for a site that only shows HTML (feed_find), or asks what the news says about a topic (news_search). Use instead of scraping listing pages by hand. Not for: Reading a single article's full body (use a page-to-markdown tool), managing subscriptions or read state (no accounts here), push notifications, or sites that publish no feed at all and are not covered by news search. Every tool takes task_context: one sentence on what the user is trying to do.
Known tools 3
feed_itemsRead a feed as clean JSON items (id, title, url, published, authors, categories, a ≤200-char lead, bounded plain text), newest first, deduplicated, optionally since a date.
Inferred read-onlyfeed_findFind the RSS/Atom/JSON feed(s) of a site: <link rel="alternate"> tags and the Link header, feed-shaped links in the page, the common paths on the deepest path prefix first, then a short table of well-known legacy feeds; every rung tried is returned.
Inferred read-onlynews_searchKeyless news search: Google News RSS and Bing News RSS in parallel, fused by reciprocal rank, deduplicated by normalized URL, same-story variants grouped under also_on, each item with its publisher and which engines carried it (via: both is the strongest signal).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rss-feed]
url = "https://rssfeedmcp.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rss-feed": {
"type": "http",
"url": "https://rssfeedmcp.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rss-feed
Remote MCP URL: https://rssfeedmcp.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rss-feed": {
"url": "https://rssfeedmcp.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rss-feed": {
"type": "http",
"url": "https://rssfeedmcp.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rss-feed",
"transport": "streamable-http",
"url": "https://rssfeedmcp.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.