Skip to main content
Glama
kwp-lab

rss-reader-mcp

by kwp-lab

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoWhen TRANSPORT=httpStream, the listening port.8081
TRANSPORTNoSelect the transport mode, either stdio (default) or httpStream.stdio
MCP_SERVER_HOSTNoWhen TRANSPORT=httpStream, the listening address.localhost

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
logging
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_feed_entriesC

Fetch RSS feed entries from a given URL

fetch_article_contentA

Fetch and extract article content from a URL, formatted as Markdown

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one fetches a list of feed entries, the other fetches the full content of a single article. There is no overlap.

Naming Consistency5/5

Both tools use a consistent verb_noun pattern with 'fetch_' prefix, making them predictable and easy to understand.

Tool Count2/5

With only two tools, the server feels very thin for an 'rss-reader' purpose. A typical reader would include tools for managing feeds, subscriptions, or browsing, making this count too low.

Completeness1/5

The tool set is severely incomplete. There are no tools for feed management (e.g., add, list, remove feeds), no search or filter capabilities, and no persistence. The server cannot function as a full RSS reader.

Maintenance

ActivityInactive
ResponsivenessNo issues