Skip to main content
Glama

@missionsquad/mcp-rss

Official

fetch_multiple_feeds

Batch fetch multiple RSS feeds simultaneously or sequentially with success/error status for each URL, enabling efficient monitoring and management of feed data.

Instructions

Batch fetch multiple RSS feeds with success/error status for each

Input Schema

NameRequiredDescriptionDefault
parallelNoIf 'true', fetch feeds in parallel; otherwise, fetch sequentiallytrue
urlsYesArray of RSS feed URLs to fetch

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "parallel": { "default": "true", "description": "If 'true', fetch feeds in parallel; otherwise, fetch sequentially", "type": "string" }, "urls": { "description": "Array of RSS feed URLs to fetch", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "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