Fetch
byaglolz
0Enables LLMs to retrieve and process web page content, converting HTML into markdown for easier consumption.
概要
This Model Context Protocol (MCP) server empowers Large Language Models (LLMs) to retrieve and process content from web pages. It intelligently fetches web content, converts HTML into easily digestible markdown, and offers advanced options like content truncation, chunked reading via `start_index`, and raw content retrieval. It acts as a bridge, allowing LLMs to seamlessly interact with and understand web-based information.
主な機能
- Fetches URLs and extracts contents as markdown
- Configurable maximum response length for content truncation
- Supports chunked reading of web pages using a start index
- Option to retrieve raw web content without markdown conversion
- Configurable user-agent, proxy, and robots.txt obedience
- 0 GitHub stars
ユースケース
- Empowering LLMs to access and summarize information from the internet
- Allowing LLMs to read lengthy web pages in segments for detailed analysis
- Integrating web content retrieval into LLM-powered applications and agents