MCPFax Feed Reader
Server Details
What a source published since you last looked, from any RSS, RDF or Atom feed.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsdemand_reportWhat agents are asking for most (free)CInspect
FREE, no payment. The aggregate of what agents have told us they are looking for, most-requested first, with the categories nothing available yet serves.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Window in days, default 30, max 90. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations to provide behavioral hints, and the description lacks any details about side effects, permissions, read-only nature, or whether data is modified. The only extra is a cost note, which is not a behavioral trait. This is insufficient for an agent to understand the tool's impact.
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 a single rambling sentence that mixes unrelated info ('FREE, no payment') with the main purpose and ends in an unclear phrase. It is not well-structured or concise, and important elements are buried or unclear.
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 tool appears simple but lacks essential context: no output format, no explanation of how it differs from sibling tools, and the cost hint is not elaborated. An agent would struggle to know what to expect or when to use it, making the description incomplete for decision-making.
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 fully defines the 'days' parameter with a clear description, default, and max value (coverage 100%). The tool description does not add further semantic meaning beyond the schema, so the baseline score of 3 applies, with no additional insights provided.
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 the tool provides an aggregate of agent requests, sorted by frequency, and the title reinforces this. However, the phrasing is awkward and includes a garbled clause ('with the categories nothing available yet serves') that detracts from clarity. It does not clearly distinguish from sibling tools, but the core action is discernible.
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 only mentions 'FREE, no payment,' which hints at a cost benefit but does not explicitly state when to use this tool over alternatives like discover_feeds or read_feed. There is no guidance on conditions or scenarios for use, leaving the agent to infer appropriateness.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
discover_feedsFind the feed for a websiteAInspect
Given a site's normal URL, return the feeds it declares in its HTML head, each with title and type. Use when you know a site publishes updates but not where its feed lives. If the page declares none, conventional locations are suggested and clearly marked as guesses that may 404. Costs $0.005 USDC per call via x402 on Base.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The site's page URL, e.g. 'https://blog.rust-lang.org'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the return shape, the fallback behavior of suggesting conventional locations marked as guesses that may 404, and discloses the cost of $0.005 USDC per call via x402 on Base. This is unusually transparent.
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 front-loaded, leading with the core behavior, then the use case, fallback behavior, and cost. Every sentence earns its place and there is no redundant or filler wording.
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 tool is simple with one parameter and no output schema, and the description covers the return value, the use case, the failure/fallback case, and cost. An agent has enough information to invoke the tool correctly and interpret results.
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 describes the single url parameter fully with an example and explanation, so schema coverage is 100%. The description adds only the phrase 'normal URL,' which is mildly clarifying but does not substantially go beyond 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: given a site's normal URL, return the feeds it declares in its HTML head, each with title and type. This clearly distinguishes the tool from siblings like read_feed, which likely fetch and parse feed content rather than discovering feed locations.
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 states when to use the tool: when you know a site publishes updates but not where its feed lives. It does not explicitly name alternatives or state when not to use it, but the use case is clear enough for an agent to select it appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
read_feedRead an RSS or Atom feed as structured itemsAInspect
Fetch any RSS, RSS/RDF or Atom feed and get back one consistent shape: title, link, ISO-8601 publication date, author, summary and categories per item, plus the feed's own title and last-build time. The three feed dialects disagree about every element name and date format; this normalises them so you never branch on feed type. Pass 'since' to return only items published after a timestamp — the cheap way to poll for what changed. Costs $0.005 USDC per call via x402 on Base.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL of the feed itself, e.g. 'https://hnrss.org/frontpage'. | |
| limit | No | Maximum items to return. Default 20, maximum 100. | |
| since | No | ISO-8601 timestamp; return only items published at or after it. Use your last poll time. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the cost ($0.005 USDC per call via x402 on Base) and normalization behavior, which is useful. However, it does not mention error handling, rate limits, or what happens on invalid URLs. For a read tool with no annotations, this is adequate but not comprehensive.
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—three sentences covering the main function, normalization, polling hint, and cost. It is front-loaded with the core action and avoids fluff. Slightly long due to the cost mention, but that information is valuable and 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?
Despite no output schema, the description explicitly lists the returned fields (title, link, ISO-8601 date, author, summary, categories, feed title, last-build time), which is critical for an agent to know what to expect. It also explains normalization and cost. It doesn't cover errors or edge cases, but for a simple fetch tool this is fairly complete.
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 100% (all three parameters have descriptions), so the baseline is 3. The description adds minimal new information about parameters—it repeats the 'since' usage but doesn't clarify syntax or edge cases beyond what the schema already provides. It does not compensate for any gaps because there are none.
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 ('Fetch') and resource ('any RSS, RSS/RDF or Atom feed') and clearly distinguishes the tool's purpose: returning a normalized, consistent shape across feed dialects. This is unambiguous and immediately tells an agent what the tool does.
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 implies usage for polling via the 'since' parameter ('the cheap way to poll for what changed'), giving contextual guidance. However, it does not explicitly name alternatives like discover_feeds or demand_report, nor does it state when not to use this tool. The guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_dataTell us what data you are looking for (free)AInspect
FREE, no payment. Describe in your own words the data you are trying to buy — anything, not just feeds — and get back whether we operate a service that supplies it, with the MCP endpoint if so. Every request is catalogued so repeatedly-requested data gets built. Nothing identifying is stored, only the words of the request.
| Name | Required | Description | Default |
|---|---|---|---|
| need | Yes | What you are looking for. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It explicitly discloses that the service is free, that requests are catalogued, that nothing identifying is stored, and that only the words of the request are kept. This is unusually transparent for a request tool and covers privacy and data-handling behavior beyond the obvious purpose.
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 a single, front-loaded sentence that opens with the key free-of-cost detail, then states the purpose and outcome, and closes with privacy guarantees. Every clause contributes meaning, with no fluff. It is concise and well-structured.
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 single-parameter tool with no output schema, the description tells the agent exactly what to expect: whether the service supplies the data and the endpoint if so. It also covers side effects (cataloguing) and privacy. Nothing essential is missing for an agent to decide to call this tool and know what will happen.
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 describes the only parameter 'need' as 'What you are looking for' with an example. The description adds value by clarifying the format: 'Describe in your own words' and the scope 'anything, not just feeds'. This goes beyond the schema's bare definition, so a score above the baseline 3 is warranted.
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 clearly states the verb ('request'), the resource ('data'), and the outcome ('get back whether we operate a service that supplies it, with the MCP endpoint if so'). It distinguishes itself from siblings by emphasizing 'anything, not just feeds', which signals it is a broad inquiry tool rather than a feed-specific discovery or read operation. The purpose is unambiguous.
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 implies when to use it: when you want to ask about data availability in free-form. The phrase 'not just feeds' subtly contrasts with feed-specific siblings (discover_feeds), and the context 'trying to buy' suggests a pre-purchase inquiry. However, it does not explicitly state when not to use it or name alternatives, 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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- Changed
demand_report1 field changed- added
Input schema / properties / days / examplesAdded value: +[ + "30" +]
- Changed
discover_feeds1 field changed- added
Input schema / properties / url / examplesAdded value: +[ + "https://blog.rust-lang.org" +]
- Changed
read_feed3 fields changed- added
Input schema / properties / limit / examplesAdded value: +[ + "20" +] - added
Input schema / properties / since / examplesAdded value: +[ + "2026-08-23T00:00:00Z" +] - added
Input schema / properties / url / examplesAdded value: +[ + "https://hnrss.org/frontpage" +]
- Changed
request_data1 field changed- added
Input schema / properties / need / examplesAdded value: +[ + "live electricity spot prices by ZIP" +]
4 tool updates
- First observed
demand_report - First observed
discover_feeds - First observed
read_feed - First observed
request_data
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.
RSS, Atom and JSON feeds for agents: find a site's feed, read items as JSON, keyless news search.
Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full…
Search bounded RSS, Atom, and RDF feed matches by keyword or regex.
Related MCP Servers
- AlicenseAqualityCmaintenanceFetches and reads RSS/Atom feeds, enabling MCP clients to pull latest items from blogs, news sites, and release feeds and build digests.251MIT
- AlicenseBqualityDmaintenanceFetches and tracks content from YouTube channels, RSS feeds, and GitHub releases with persistence to identify new items across sessions.6181MIT
- 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
- AlicenseAqualityCmaintenanceSubscribe to RSS/Atom feeds and get a deduped daily brief, designed for daily Claude Desktop chats.5161MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The feed tools are clearly separated: discover_feeds locates feed URLs while read_feed consumes them. demand_report and request_data both involve data needs, but one is aggregate market demand while the other is an individual availability query, so the descriptions prevent serious confusion.
Three tools follow a clear verb_noun pattern: discover_feeds, read_feed, request_data. demand_report reads more like a noun compound than a verb_noun action, which is a minor deviation rather than a systemic inconsistency.
Four tools is a well-scoped set for a feed reader and data-request utility. Each tool serves a distinct purpose without redundancy, and the count feels appropriate for the server's apparent focus.
The core workflow of discovering feeds, reading them, and querying data availability is covered. Polling is supported via the 'since' parameter, but there is no subscription-management or explicit feed-validation tool, which are minor gaps rather than blockers.