mcp-npx-fetch
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
fetch_html
Fetch a website and return the content as HTML
fetch_json
Fetch a JSON file from a URL
fetch_txt
Fetch a website and return the content as plain text (no HTML)
fetch_markdown
Fetch a website and return the content as Markdown