mcpfetch
by gkjpettet
Overview
A server for fetching HTML or Markdown content from the web.
Installation
No command providedSecurity Notes
No actual source code was provided for analysis beyond the README.md file. Therefore, a meaningful security audit for patterns like 'eval', obfuscation, hardcoded secrets, or malicious code cannot be performed. Fetching arbitrary content from the web always carries inherent risks (e.g., Server-Side Request Forgery (SSRF), potential for XSS if content is rendered or processed client-side without strict sanitization, or resource exhaustion/DoS from large payloads). Without the Xojo source code, it's impossible to verify how these risks are mitigated, if at all.
Similar Servers
html-to-markdown-mcp
Converts HTML content from web pages or raw strings into Markdown format, with options for including metadata, truncating content, and saving to files.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.
MCPKit
Provides a Xojo framework for creating Model Context Protocol (MCP) servers to enable Large Language Models (LLMs) with custom tools.
mcpkagi
Provides a web search capability to local LLMs by integrating with the Kagi search API.