simply-feed-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIMPLY_FEED_LLM_MODEL | No | LLM model to use | gemini-2.5-flash-lite |
| SIMPLY_FEED_LLM_API_KEY | Yes | API key for LLM integration | |
| SIMPLY_FEED_LLM_BASE_URL | No | Base URL for LLM API | https://generativelanguage.googleapis.com/v1beta/openai |
| SIMPLY_FEED_CONFIG_BLOB_NAME | No | Load config from Azure Blob (format: container/blob) | |
| SIMPLY_FEED_CONFIG_FILE_NAME | No | Custom feeds config file name | feeds.json |
| SIMPLY_FEED_STORAGE_FILE_FOLDER | No | Local storage folder for feed data | |
| SIMPLY_FEED_ITEMS_RETENTION_DAYS | No | Days to retain feed items | |
| SIMPLY_FEED_STORAGE_CONNECTION_STRING | No | Azure Storage connection string |
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_feedsA | List all available RSS/news feeds with their names, IDs, and latest publish times (default: 50 feeds). Call this first to discover feed IDs needed by other tools. |
| get_feed_itemsA | Get items from a specific feed by feed ID, ordered newest first (default: 50 items). Use list-feeds to discover available feed IDs. |
| get_feed_item_detailsA | Get full item details given the feed ID and feed item ID. |
| get_recent_feed_itemsA | Get recent items across all feeds within a time window (default: last 120 minutes, 50 items). Use this to catch up on the latest news without specifying a feed. |
| search_feed_itemsA | Search feed items by query across all feeds, or filter to a specific feed with feedId (default: 50 items). Use this to find items about a specific topic. |
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/hmmroger/simply-feed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server