fetch-mcp

fetch-mcp

4.6

fetch-mcp is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.

If you are the rightful owner of fetch-mcp 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.

This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.

The Fetch MCP Server is a versatile tool designed to retrieve web content in various formats such as HTML, JSON, plain text, and Markdown. It leverages modern web technologies to ensure efficient and accurate data fetching. The server is built to handle custom headers, allowing for more flexible and secure requests. It uses JSDOM for parsing HTML and extracting text, and TurndownService for converting HTML to Markdown. This server is ideal for developers who need to integrate web content fetching capabilities into their applications, providing a seamless way to access and transform web data on demand.

Features

  • Fetches web content using modern fetch API
  • Supports custom headers for requests
  • Provides content in multiple formats: HTML, JSON, plain text, and Markdown
  • Uses JSDOM for HTML parsing and text extraction
  • Uses TurndownService for HTML to Markdown conversion

Tools

  • fetch_html: Fetch a website and return the content as HTML
  • fetch_markdown: Fetch a website and return the content as Markdown
  • fetch_txt: Fetch a website, return the content as plain text (no HTML)
  • fetch_json: Fetch a JSON file from a URL