RSS Reader

fetch_article_content

Fetch and extract article content from a URL, formatted as Markdown

Remote kwp-lab/rss-reader-mcp

Remote (network-hosted)

Other tools also called fetch_article_content? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    }
  }
}