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.
主な機能
01Fetches content from URLs.
02Converts HTML content to Markdown.
03Allows specifying a starting index for content extraction.
04Supports content truncation to manage response size.
05Provides raw content retrieval without markdown conversion.
ユースケース
01Allowing LLMs to read specific sections of a webpage.
02Providing context to LLMs by fetching and summarizing relevant webpages.
03Enabling LLMs to access up-to-date information from the web.