Odel
safe fetch mcp server

safe fetch mcp server

Local
@sanoy241TypeScriptMITUpdated 3w ago

MCP server for fetching URLs, safe against SSRF, DNS rebinding, and redirect-to-internal attacks.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsafe-fetch-mcp-serverv0.1.3

Run

npx -y safe-fetch-mcp-server

MCP client config

{
  "mcpServers": {
    "safe-fetch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "safe-fetch-mcp-server"
      ]
    }
  }
}