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?
Even though readOnlyHint and idempotentHint are already present, the description adds real behavioral detail: it enumerates the exact sources scanned (link tags, Link header, feed-shaped links, common paths, legacy feeds), notes the ordering ('deepest path prefix first'), and reveals that every attempted rung is returned. This is valuable information beyond the 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?
Two sentences carry a substantial amount of information with no filler. The primary purpose is front-loaded, followed by the method breakdown and then explicit use cases. Every clause earns its place.
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?
For a tool with three parameters and no output schema, the description covers the discovery process, ordering, and return behavior ('every rung tried is returned') well. It does not specify the exact response format or error/failure behavior, but this is a minor gap for a read-only discovery tool with already rich schema descriptions.
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?
The schema already documents all three parameters with clear descriptions, so the baseline is 3. The description vaguely aligns with the 'all' parameter ('want all of a site's feeds') and the task_context parameter ('tunes the result'), but it does not add meaning beyond what the schema descriptions already provide.
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 begins with a specific verb and resource ('Find the RSS/Atom/JSON feed(s) of a site') and elaborates with concrete detection methods. It also differentiates from the sibling feed_items by describing the debugging use case ('feed_items missed and you want to see why').
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?
Explicitly states when to use the tool: 'Use when you need a feed URL, want all of a site's feeds, or feed_items missed and you want to see why.' It names the feed_items alternative and ties usage to a specific symptom, giving an agent clear routing guidance.
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?
Annotations already indicate readOnly, openWorld, and idempotent behavior. The description adds useful behavioral detail beyond annotations: items are deduplicated, sorted newest first, text is bounded, and the discovery ladder runs and reports how the URL resolved. This helps the agent anticipate output shape and edge cases.
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, with the core behavior front-loaded and every clause contributing useful information. The output field list is compact and the use case is stated last without redundancy.
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?
The description covers the output format, ordering, dedup, date filtering, URL flexibility, and resolution reporting. The schema fills in parameter details for since, max_chars, and task_context. It is mostly complete for a read-only tool, though it could briefly mention that limit defaults to 20 and max 100.
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 a baseline of 3 applies. The description adds meaningful param-related nuance: it explains that url may be a feed URL or a plain site URL and that a discovery ladder resolves it. It also implicitly describes the 'since' behavior and bounded text, though it does not mention limit or max_chars by name.
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 uses a specific verb ('Read a feed') and a clear resource, enumerates the returned fields, and states ordering, dedup, and optional date filtering. It also gives a concrete use case ('what is new on X'), which distinguishes 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 description explicitly says 'Use for "what is new on X"', giving clear context for when the tool is appropriate. It also clarifies that url can be a feed URL or a site URL, but it does not explicitly contrast with feed_find or news_search or state when not to use this tool.
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 | ||
| 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?
The description discloses substantial behavior beyond the readOnly/openWorld annotations: keyless access, parallel engine queries, reciprocal-rank fusion, deduplication by normalized URL, same-story grouping under also_on, and the meaning of 'via: both' as the strongest signal. No contradiction with annotations exists.
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 compact and information-dense: one sentence establishes purpose and behavior, and one short clause provides routing guidance. Every phrase earns its place, with the most important scoping information front-loaded.
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?
Even without an output schema, the description tells an agent what results will contain: deduplicated items, same-story variants under also_on, publisher attribution, and which engines carried each item including the strongest signal via: both. Combined with the readOnly annotation, this is sufficient for confident tool selection and interpretation.
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?
The input schema already provides useful descriptions for lang, when, region, and task_context, and the remaining two parameters (query, limit) are self-evident. The tool description itself adds almost no parameter-level guidance, so it contributes little beyond the schema, but the schema coverage is high enough that this is only a minor gap.
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 ('news search') and defines the exact scope: Google News RSS and Bing News RSS in parallel, fused and deduplicated. It also explicitly names a sibling (feed_items) to contrast with, so an agent can distinguish this tool from alternatives without opening schemas.
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 gives an explicit canonical use case ('what is the news about X') and explicitly says to use feed_items for one site's own posts. This is clear when-to-use and when-not-to-use routing, satisfying the strongest bar for this dimension.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
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.113MIT
- 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: feed_find discovers feed URLs, feed_items reads a specific feed or site, and news_search performs broad news queries. The only potential overlap is feed_find and feed_items both triggering discovery, but their descriptions clearly separate 'find feeds' from 'read what's new'.
All names use lower_snake_case and follow a noun-first style: feed_find, feed_items, news_search. The pattern is mostly predictable, though feed_items is a noun phrase rather than a verb action like the other two.
Three tools is well-scoped for a focused RSS/news utility server. Each tool earns its place: discovery, retrieval, and search cover the core use cases without unnecessary bloat.
The surface covers the essential read-only feed workflow: discover feeds, read items, and search news. Minor gaps exist such as no direct full-article fetcher, but the bounded plain text in feed_items and the search grouping largely cover agent needs.