INDIVIDUAL MCP TOOL
news_search
Keyless 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).
LIVE ENDPOINT
https://rssfeedmcp.dev/mcp
Connect to this endpoint to inspect the live schema for news_search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
feed_items— Read 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.feed_find— Find 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.