Retrieves web content in various formats via HTTP.
Fetch is a flexible Model Context Protocol (MCP) server designed to fetch web content and provide it in multiple formats. It supports fetching HTML, JSON, plain text, and Markdown from URLs. The server utilizes modern fetch API, JSDOM for HTML parsing, and TurndownService for HTML to Markdown conversion, offering a versatile solution for accessing and transforming web data.