fetch2md
Verified Safeby markryanbotha
Overview
Fetches website content and converts it to clean markdown format.
Installation
node /path/to/fetch2md/dist/index.jsSecurity Notes
The server fetches content from arbitrary URLs specified by the 'url' parameter. While input validation (z.string().url()) is used, this functionality inherently carries a risk of Server-Side Request Forgery (SSRF) if the server is exposed to untrusted users without additional network restrictions or URL whitelisting. No 'eval' or other direct code execution vulnerabilities were found. HTML parsing and markdown conversion mitigate some content injection risks in the output.
Similar Servers
scrapi-mcp
Serves as a Model Context Protocol (MCP) server that utilizes the ScrAPI service to scrape web pages and return their content in either HTML or Markdown format.
html-to-markdown-mcp
Converts HTML content (from a URL or raw string) into clean, formatted Markdown and can save it to a file.
defuddle-fetch-mcp-server
A Model Context Protocol server that enables LLMs to fetch, clean, and convert web content to readable markdown using the Defuddle library, supporting pagination and rich metadata extraction.
data-extractor
A commercial-grade MCP Server for robust web page and PDF content extraction, localization into Markdown, and long-term deployment in enterprise environments.