fetch-mcp
2.8
The Fetch MCP Server is designed to retrieve web content in multiple formats like HTML, JSON, plain text, and Markdown. It features custom header support, and integration capabilities with desktop apps, enhancing its utility in various applications.
fetch_html
Get HTML content of a web page
fetch_json
Get the JSON file and parse the content
fetch_txt
Get plain text content of the web page (remove HTML tags, scripts, and styles)
fetch_markdown
Get the content of the web page and convert it to Markdown format