Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
OPML Export |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
fetch_rss_feed | Fetches and parses an RSS feed, returning structured data with feed info and items |
fetch_multiple_feeds | Batch fetch multiple RSS feeds with success/error status for each |
monitor_feed_updates | Check for new items in a feed since a specific time or last check |
search_feed_items | Search for content across one or more RSS feeds |
extract_feed_content | Extract and format feed content for different use cases |
get_feed_headlines | Gets a list of headlines from a feed, including title, summary, and URL. |