Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by fikriaf • Uncategorized
A Model Context Protocol server that fetches web content and converts HTML to markdown for LLM consumption.
Fetch and extract web page content as markdown for easier processing.
Read large web pages in chunks using start index to avoid truncation.
That require customizable fetch behavior including user-agent, proxy, and robots.txt handling.
Fetch MCP Server enables large language models to retrieve and process content from web pages by fetching URLs and converting HTML content into markdown format. It supports chunked reading of web pages using start indices and allows customization such as ignoring robots.txt, setting user-agent strings, and using proxies. This server can be integrated easily with tools like Claude.app and VS Code, providing flexible installation options including pip, Docker, and uvx.