Skip to main content
Glama
tefunamu

rss-digest-mcp

by tefunamu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_digestA

Build one competitive-intelligence digest across many RSS/Atom feeds.

Args: feeds: RSS/Atom feed URLs to pull from (competitor blogs, news, jobs…). keywords: only keep items whose title/summary contains one of these (case-insensitive). Omit or pass [] to get everything recent. hours: only keep items published within the last N hours (default 24). Undated items are kept. Pass 0 to disable the time filter. max_items: cap on returned items after dedup + sort (default 30). summary_max_chars: optionally shorten each item's summary to this many characters (with an ellipsis) to keep the digest compact. Default 0 = no truncation (full summaries).

Returns a dict with the matched items (newest first, deduped by link), a count, how many feeds succeeded, and any per-feed errors.

fetch_feedB

Fetch a single RSS/Atom feed and return its latest items (newest first).

summary_max_chars optionally shortens each summary (default 0 = full).

load_opmlA

Read a local OPML file and return the feed list (title + xmlUrl).

Use this to bulk-onboard a feed collection exported from another reader, then pass the URLs to get_digest. Only reads the file you point at.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tefunamu/rss-digest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server