rss-news
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RSS_MCP_DEBUG | No | set 1 or true to enable debug logs | |
| RSS_MCP_DB_PATH | No | SQLite path (default: %APPDATA%/rss-news/rss.sqlite on Windows, ~/.local/share/rss-news/rss.sqlite on other platforms) | ~/.local/share/rss-news/rss.sqlite |
| RSS_MCP_USER_AGENT | No | custom request User-Agent | |
| RSS_MCP_REQUEST_TIMEOUT_MS | No | fetch timeout in milliseconds (default: 15000) | 15000 |
| RSS_MCP_DEFAULT_FETCH_LIMIT | No | default global fetch limit (default: 20) | 20 |
| RSS_MCP_DEBUG_PREVIEW_LENGTH | No | preview length of response body for debug (default: 300) | 300 |
| RSS_MCP_MAX_FEEDS_PER_REQUEST | No | max feed count for each call (default: 50) | 50 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_subscriptionsA | List subscribed RSS feeds and their current sync metadata. |
| upsert_subscriptionsA | Create or update RSS subscriptions and return canonical feedUrls. Known RSSHub instance URLs are stored as rsshub://.... |
| remove_subscriptionsA | Remove RSS subscriptions, with optional purge of stored entries and read state. RSSHub subscriptions must be removed using their stored rsshub://... feedUrl. |
| preview_feedA | Preview one or more feed URLs without subscribing, for example to verify fetchability and content before subscribing. Known RSSHub instance URLs are normalized to rsshub://.... For example, RSSHub routes can be discovered at https://docs.rsshub.app/routes/. |
| sync_newsC | Fetch subscribed RSS feeds and update stored entries. |
| fetch_newsA | Read the latest news from local storage without changing read state. Unsubscribed feedUrls are not allowed. |
| consume_newsC | Read the latest news and mark unread items as consumed. |
| count_newsC | Count recent news items across subscribed feeds. |
| set_consumption_statusC | Set consumed or unconsumed status for stored news within a UTC date range. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/max1ab/rss-news'
If you have feedback or need assistance with the MCP directory API, please join our Discord server