Fetch
Retrieves and extracts web content, converting HTML to markdown for easier consumption by LLMs.
소개
This server, built for the Model Context Protocol, provides web content fetching capabilities. It allows Large Language Models to retrieve and process content from web pages, automatically converting HTML to markdown. The tool truncates the response, but the starting point for content extraction can be specified, enabling models to read webpages in chunks.
주요 기능
- Supports pagination through start index.
- Provides Markdown conversion.
- 4 GitHub stars
- Fetches and extracts relevant content from URLs.
- Offers user-agent customization.
- Respects `robots.txt` (can be disabled).
사용 사례
- Enabling LLMs to access and process information from the web.
- Providing a web service for extracting content from webpages.
- Facilitating the retrieval of specific sections of a webpage for analysis.