Skip to main content
Glama

crypto-rss-mcp

get_rss_feed

Retrieve and format RSS feed content from a specified URL into a Markdown string, including the feed title and up to 10 latest entries with titles, links, dates, and plain text summaries.

Instructions

Retrieve the content of the specified RSS feed. Parameters: feed_url (str): The URL of the RSS feed to fetch (e.g., 'https://cointelegraph.com/rss'). ctx (Context, optional): MCP context for logging or progress reporting. Returns: str: A formatted Markdown string containing the feed title and up to 10 latest entries with titles, links, publication dates, and summaries converted from HTML to plain text.

Input Schema

NameRequiredDescriptionDefault
feed_urlYes

Input Schema (JSON Schema)

{ "properties": { "feed_url": { "title": "Feed Url", "type": "string" } }, "required": [ "feed_url" ], "title": "get_rss_feedArguments", "type": "object" }
Install Server

Other Tools from crypto-rss-mcp

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

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