Enables LLMs to retrieve and process content from web pages by converting HTML to markdown.
Fetch provides a Model Context Protocol (MCP) server implementation that allows Large Language Models (LLMs) to access and utilize web content. It fetches URLs, extracts content, and converts HTML to markdown for easier consumption by LLMs. The tool includes features like content truncation and the ability to specify a starting index for content extraction, enabling models to process webpages in chunks until they find the necessary information.