fetch_mcp

fetch_mcp

1

The Fetch MCP Server is designed to retrieve web content in various formats including HTML, JSON, plain text, and Markdown. It provides multiple tools for content fetching and is easily deployed using bun or Docker.

Fetch MCP Server

This MCP server offers functionalities to fetch web content in various formats such as HTML, JSON, plain text, and Markdown.

Tools

  • fetch_html: Fetches website content as HTML.
  • fetch_json: Retrieves JSON files from a URL.
  • fetch_txt: Converts and returns website content as plain text.
  • fetch_markdown: Provides website content in Markdown format.

2 Ways to Start

  1. bun
  2. docker

Resources

This server does not offer persistent resources, focusing on on-demand content fetching and transformation.

References