Back to Home
markryanbotha icon

fetch2md

Verified Safe

by markryanbotha

Overview

Fetches website content and converts it to clean markdown format.

Installation

Run Command
node /path/to/fetch2md/dist/index.js

Security 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-18

Tags

Web scrapingMarkdown conversionContent extractionHTTP client