Skip to main content
Glama
hmmroger

simply-feed-mcp

by hmmroger

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SIMPLY_FEED_LLM_MODELNoLLM model to usegemini-2.5-flash-lite
SIMPLY_FEED_LLM_API_KEYYesAPI key for LLM integration
SIMPLY_FEED_LLM_BASE_URLNoBase URL for LLM APIhttps://generativelanguage.googleapis.com/v1beta/openai
SIMPLY_FEED_CONFIG_BLOB_NAMENoLoad config from Azure Blob (format: container/blob)
SIMPLY_FEED_CONFIG_FILE_NAMENoCustom feeds config file namefeeds.json
SIMPLY_FEED_STORAGE_FILE_FOLDERNoLocal storage folder for feed data
SIMPLY_FEED_ITEMS_RETENTION_DAYSNoDays to retain feed items
SIMPLY_FEED_STORAGE_CONNECTION_STRINGNoAzure Storage connection string

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/hmmroger/simply-feed-mcp'

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