About
Fetch provides a flexible Model Context Protocol (MCP) server designed to retrieve web content and convert it into different formats. Supporting HTML, JSON, plain text, and Markdown, it allows applications to easily access and utilize online data. It uses modern fetch API and JSDOM for parsing, and TurndownService for Markdown conversion.
Key Features
- Fetches web content in HTML, JSON, plain text, and Markdown formats.
- Supports custom headers for HTTP requests.
- Uses JSDOM for HTML parsing and text extraction.
- Employs TurndownService for HTML to Markdown conversion.
- Integrates easily with desktop applications through MCP server configuration.
Use Cases
- Integrating web content into desktop applications.
- Converting web pages into Markdown for documentation or content creation.
- Retrieving structured data from websites via JSON.