Skip to main content
Glama

@missionsquad/mcp-rss

Official

fetch_rss_feed

Fetch and parse RSS feeds to extract structured data, including feed information and items. Input the URL and optionally use description as content for streamlined feed management.

Instructions

Fetches and parses an RSS feed, returning structured data with feed info and items

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL of the RSS feed to fetch
useDescriptionAsContentNoIf 'true', use description field as content instead of content field

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "url": { "description": "The URL of the RSS feed to fetch", "type": "string" }, "useDescriptionAsContent": { "description": "If 'true', use description field as content instead of content field", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from @missionsquad/mcp-rss

Related Tools

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/MissionSquad/mcp-rss'

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