Skip to main content
Glama

@missionsquad/mcp-rss

Official

extract_feed_content

Extract and format RSS feed content into markdown, text, HTML, or JSON. Include metadata for enhanced context and streamline feed data integration.

Instructions

Extract and format feed content for different use cases

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format for the contenttext
includeMetadataNoIf 'true', include item metadata (date, author, etc) in outputfalse
urlYesThe RSS feed URL to extract content from

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "format": { "default": "text", "description": "Output format for the content", "enum": [ "markdown", "text", "html", "json" ], "type": "string" }, "includeMetadata": { "default": "false", "description": "If 'true', include item metadata (date, author, etc) in output", "type": "string" }, "url": { "description": "The RSS feed URL to extract content from", "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