fetch-mcp

zcaceres
465
A flexible HTTP fetching Model Context Protocol server.

Overview

What is fetch-mcp

fetch-mcp is a flexible HTTP fetching Model Context Protocol server that allows users to retrieve web content in various formats such as HTML, JSON, plain text, and Markdown.

How to Use

To use fetch-mcp, clone the repository, install dependencies with 'npm install', and build the server using 'npm run build'. You can start the server by running 'npm start'.

Key Features

Key features of fetch-mcp include fetching web content in multiple formats (HTML, JSON, plain text, Markdown), customizable headers for requests, and on-demand content transformation without persistent resources.

Where to Use

fetch-mcp can be used in web development, data scraping, content aggregation, and any application that requires dynamic fetching and formatting of web content.

Use Cases

Use cases for fetch-mcp include retrieving and displaying website content in different formats, integrating web data into applications, and transforming web content for various presentation needs.

Content