mcp-npx-fetch

mcp-npx-fetch

3.3

If you are the rightful owner of mcp-npx-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@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 designed to retrieve web content in multiple formats, making it versatile for various applications. It supports fetching HTML, JSON, plain text, and Markdown, allowing developers to easily integrate web content into their applications. The server uses modern web technologies such as the fetch API for network requests, JSDOM for HTML parsing, and TurndownService for converting HTML to Markdown. This server is particularly useful for applications that need to process or display web content in different formats without manual conversion. It is easy to set up and run, with simple commands for installation and execution. The server is also designed to be integrated into desktop applications, providing a seamless way to fetch and transform web content 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

  1. fetch_html

    Fetch a website and return the content as HTML

  2. fetch_json

    Fetch a JSON file from a URL

  3. fetch_txt

    Fetch a website and return the content as plain text (no HTML)

  4. fetch_markdown

    Fetch a website and return the content as Markdown