RSS and news feeds for agents
Server Details
RSS, Atom and JSON feeds for agents: find a site's feed, read items as JSON, keyless news search.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ux-xd/rss-feed-mcp
- GitHub Stars
- 0
- Server Listing
- rss-feed-mcp
Available Tools
3 toolsfeed_findARead-onlyIdempotentInspect
Find the RSS/Atom/JSON feed(s) of a site: 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. Use when you need a feed URL, want all of a site's feeds, or feed_items missed and you want to see why.
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Keep going after the first feed to list every feed found (costs more fetches). | |
| site | Yes | Site or page URL, e.g. "arstechnica.com" or "https://vercel.com/blog". | |
| task_context | Yes | One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the read-only and idempotent annotations, the description discloses the actual search strategy: alternate tags, Link header, feed-shaped links, common paths, legacy feeds, and the order of attempts. It also states that every tried rung is returned, giving agents useful expectations about output completeness.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but information-packed, with the tool purpose front-loaded and usage guidance at the end. No sentence is wasted, though the long semicolon-heavy sentence could be restructured for easier parsing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description usefully explains the discovery algorithm, the cost-related option, and the situations in which the tool should be invoked. It could be slightly more explicit about the exact shape of the returned result, but nothing critical is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents site, task_context, and all. The description adds no meaningful parameter-level semantics beyond the schema, making the baseline score of 3 appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with the specific verb 'Find' and a precise resource ('RSS/Atom/JSON feed(s) of a site'), then enumerates the discovery techniques used. It also distinguishes itself from the feed_items sibling by mentioning 'feed_items missed', making the tool's role clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The tool explicitly states when to use it: when you need a feed URL, want all feeds from a site, or need to debug why feed_items missed something. It does not explicitly contrast with news_search, so it lacks a full when-not-to-use boundary, but the provided conditions are clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
feed_itemsARead-onlyIdempotentInspect
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. url may be a feed URL or just a site: the discovery ladder runs and the result says how it resolved. Use for "what is new on X".
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Feed URL, or a site/page URL to discover the feed for. | |
| limit | No | ||
| since | No | ISO date/time; only items published or updated after it. | |
| max_chars | No | Total budget for content_text across the returned items. | |
| task_context | Yes | One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnly, openWorld, idempotent, non-destructive), the description discloses meaningful behavioral details: newest-first ordering, deduplication, optional date filtering, bounded plain text, and the discovery ladder when given a site URL. It also reveals that the result reports how the URL resolved, which is useful for agent interpretation. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences deliver a complete mental model: what is returned, how items are ordered and filtered, URL flexibility and resolution reporting, and the intended use case. Every clause earns its place; there is no repetition of schema defaults or annotation trivia.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description compensates by enumerating the returned fields and noting the resolution message. It covers the main parameters (url, since, task_context, bounded text) and the tool's behavior. The only small gap is that 'limit' is not mentioned in the description, but its schema default and bounds make it fairly self-explanatory.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 80%, so the baseline is 3. The description adds real value beyond the schema: it explains that url may be a feed URL or a site undergoing discovery, that 'since' filters by published or updated date, that text is bounded, and that task_context tunes the result. This goes beyond the schema's individual descriptions, justifying a 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb ('Read') and resource ('a feed'), then enumerates the exact output shape (id, title, url, published, authors, categories, lead, plain text). It also states ordering and deduplication, making the tool's purpose unmistakable and implicitly distinguishing it from siblings like feed_find and news_search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The final sentence, 'Use for "what is new on X"', is a clear trigger for when to invoke this tool. It also explains that url can be a feed URL or a site URL, so the discovery behavior is contextualized. It does not explicitly contrast with siblings or state when not to use it, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
news_searchARead-onlyInspect
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). Use for "what is the news about X"; use feed_items for one site's own posts.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Google News hl language, e.g. en, de. | en |
| when | No | Recency window (Google News honours it; Bing News has no such knob and is queried as-is). | |
| limit | No | ||
| query | Yes | News query; at least 2 characters (a 1-char query returns unrelated noise from the engines) | |
| region | No | Google News gl region, e.g. US, GB. | US |
| task_context | Yes | One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no output schema, the description carries the burden of explaining return behavior, and it does so richly: results are fused by reciprocal rank, deduplicated by normalized URL, grouped under also_on, and tagged with publisher and source engines. It also discloses that the service is keyless and that task_context tunes results, which goes well beyond the readOnlyHint and destructiveHint annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. The first sentence packs every meaningful behavioral detail into a compact list, and the second sentence immediately tells the agent when to use an alternative.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description fully compensates by explaining sources, result structure, deduplication, grouping, and provenance signals. It also covers usage context and keyless access, making it sufficiently complete for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is high at 83%, so the schema already documents most parameters. The description adds little parameter-level detail beyond the schema's own descriptions, and the one undocumented parameter, limit, still has clear min/max/default constraints in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: it is a news search fusing Google News RSS and Bing News RSS. It goes beyond the tool name by explaining the fusion, deduplication, and grouping behavior, and it explicitly distinguishes itself from feed_items for single-site post retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly says to use this tool for 'what is the news about X' and routes single-site post needs to feed_items. This gives an agent a clear decision rule between the search tool and a sibling, though feed_find is not directly addressed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
news_search2 fields changed- added
Input schema / properties / query / descriptionAdded value: +"News query; at least 2 characters (a 1-char query returns unrelated noise from the engines)" - changed
Input schema / properties / query / minLengthPrevious value: -1New value: +2
3 tool updates
- First observed
feed_find - First observed
feed_items - First observed
news_search
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
- NewsmindOAuthapp.newsmind
Read, search and track your RSS feeds: semantic search, story clustering, watches, OPML import.
Search bounded RSS, Atom, and RDF feed matches by keyword or regex.
News for agents: 100k+ articles/day deduplicated into situations with timelines. Free, no key.
Give an AI agent eyes on the web: turn any feed, page, or stream into deduplicated change events.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides access to curated AI news feeds and the ability to fetch and normalize any RSS/Atom/RDF feed, enabling AI agents to consume up-to-date content.16MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to browse and read curated software-development feeds, fetch any RSS/Atom/RDF feed via URL, and filter items by keywords.15MIT
- AlicenseAqualityDmaintenanceEnables AI agents to fetch and search news from multiple sources including RSS/Atom feeds, HackerNews, and GDELT global news intelligence without requiring an API key.114MIT
- AlicenseCqualityCmaintenanceEnables AI models to fetch and aggregate news from RSS, Atom, JSON, and HTML feeds with fault-tolerant circuit breaker protection.4146MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct role: discovering feed URLs, reading feed items, and searching news across engines. The slight overlap is that feed_items can also trigger discovery when given a bare site URL, but feed_find is explicitly for feed URL and ladder diagnostics, so confusion is unlikely.
Names are all lowercase snake_case and consistently prefixed by domain area: feed_ for two tools and news_ for the search tool. There is a minor inconsistency in that feed_items uses a noun after the prefix while feed_find and news_search use verbs, but the overall pattern is still clear and readable.
Three tools is well-scoped for an RSS and news feed server: feed discovery, feed reading, and news search are the core operations. Each tool earns its place, and there are no redundant or filler tools.
The tool surface covers the essential read-side workflow for the domain: find a feed, read its items, and search news across sources. Since external feeds are not created or edited by agents, missing CRUD operations are not a gap here.