fetch_mcp

fetch_mcp

3.2

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@mcphub.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 multiple formats, making it ideal for developers who need to process and transform web data. It supports fetching content as HTML, JSON, plain text, and Markdown, allowing for flexible integration into various applications. The server can be started using either Bun or Docker, providing ease of deployment and scalability. It operates using the Server-Sent Events (SSE) protocol, ensuring efficient real-time data streaming. The server is particularly useful for applications that require dynamic content fetching and transformation without the need for persistent storage.

Features

  • Fetch HTML content from websites with customizable headers.
  • Retrieve JSON data from URLs and parse it for easy use.
  • Extract plain text from web pages, removing HTML tags and scripts.
  • Convert web content into Markdown format for easy integration into documentation or content management systems.

Tools

  1. fetch_html

    Fetch website content and return as HTML.

  2. fetch_json

    Fetch JSON file from URL.

  3. fetch_txt

    Fetch website content and return as plain text.

  4. fetch_markdown

    Fetch website content and return as Markdown.