Back to Home
domdomegg icon

defuddle-fetch-mcp-server

Verified Safe

by domdomegg

Overview

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.

Installation

Run Command
npx -y defuddle-fetch-mcp-server

Security Notes

The server fetches arbitrary URLs provided by the LLM, which could potentially expose it to malicious external content. However, input URLs are validated using Zod's `.url()` schema, and JSDOM is used without explicit script execution enabled, mitigating some client-side script execution risks. No obvious hardcoded secrets or malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassMedium
Avg Tokens1250
Stars3
Forks2
Last Update2025-12-05

Tags

web content fetchingmarkdown conversionLLM toolweb scrapingcontent cleaning