webfetch

trick77/webfetch
★ 0 stars Go Browser/Web Updated today
Faithful in-process Go port of the reference mcp-server-fetch tool: fetch a URL, extract main content as Markdown, honour robots.txt, with built-in SSRF protection.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "webfetch": {
      "command": "go",
      "args": [
        "run",
        "github.com/trick77/webfetch@latest"
      ]
    }
  }
}

README Excerpt

A dependency-light Go port of the reference Python tool. It fetches a URL, extracts the main content as Markdown (or returns raw HTML), and returns text ready to hand to an LLM — all **in-process**, with no Node subprocess and no sidecar container. ```go out, err := webfetch.Fetch(ctx, "https://example.com/article", webfetch.Options{

Tools (5)

fetchmax_lengthrawstart_indexurl