MCP Directory

Erodenn/fetch-guard

GitHub
Developer Tools

URL fetcher and HTML-to-markdown converter with three-layer prompt injection defense: pre-extraction sanitization of hidden/off-screen elements and non-printing Unicode, 15-pattern risk scanning (HIGH/MEDIUM/OK), and per-request session-salt content boundary wrapping.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y fetch-guard

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Erodenn/fetch-guard your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "fetch-guard": {
      "command": "npx",
      "args": [
        "-y",
        "fetch-guard"
      ]
    }
  }
}

Route Erodenn/fetch-guard intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add fetch-guard

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Erodenn/fetch-guard directly without routing

npx -y fetch-guard

New to Agent-CoreX? View setup guide →

Erodenn/fetch-guard MCP Server — Agent-CoreX