zc

zcaceres/fetch-mcp

๐Ÿ“‡ ๐Ÿ  An MCP server to flexibly fetch JSON, text, and HTML data

#MCP server#data fetching#JSON
Publisherzcaceres/fetch-mcp
Submitted date4/19/2025

Overview

Title

Fetch MCP Server

How to Use

  1. Clone the repository and install dependencies.
  2. Start the server using npm start or integrate it into a desktop app via configuration.
  3. Use the provided tools (fetch_html, fetch_json, fetch_txt, fetch_markdown) to fetch web content in various formats.

Key Features

  • Fetches web content in HTML, JSON, plain text, and Markdown formats.
  • Supports custom headers for requests.
  • Uses modern fetch API, JSDOM for parsing, and TurndownService for Markdown conversion.
  • Lightweight and designed for on-demand content fetching.

Use Cases

  • Extracting and converting web content for analysis or display.
  • Fetching JSON data from APIs.
  • Converting HTML pages to plain text or Markdown for documentation or processing.
  • Integrating web content retrieval into desktop applications.

Visit More

View All