burnworks-mcp-server-fetch

burnworks-mcp-server-fetch

3.2

If you are the rightful owner of burnworks-mcp-server-fetch and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.

The Fetch MCP Server with CSS selectors function is a powerful tool designed to enhance the capabilities of LLMs by allowing them to fetch and process web content efficiently. This server can retrieve web pages and convert HTML content into markdown, making it easier for models to consume and understand the data. One of the standout features of this server is its ability to use CSS selectors, IDs, or element names to extract specific content from web pages. This allows for precise targeting of the desired information, which is particularly useful when dealing with large or complex web pages. The server also supports reading web pages in chunks, using the `start_index` argument to specify where to begin content extraction. This feature is beneficial for models that need to process large amounts of data incrementally. Additionally, the server can be configured to respect or ignore a website's robots.txt file, and it allows customization of the user-agent and proxy settings.

Features

  • HTML to Markdown Conversion: Converts web page content into markdown for easier consumption by models.
  • CSS Selector Support: Extracts specific content using CSS selectors, IDs, or element names.
  • Chunked Content Reading: Allows reading of web pages in chunks using the `start_index` argument.
  • Robots.txt Compliance: Configurable to respect or ignore robots.txt files.
  • Customizable User-Agent and Proxy: Allows customization of user-agent and proxy settings.

Tools