Skip to main content
Glama
9hannahnine-jpg

arc-gate-mcp

arc-gate-mcp MCP server

arc-gate-mcp MCP server

arc-gate-mcp

Runtime governance proxy for MCP tool calls. Blocks prompt injection and capability abuse before tool results reach your agent.

What it does

arc-gate-mcp sits between your MCP client and any MCP server. Every tool result passes through Arc Gate governance before reaching your agent — blocking prompt injection attacks that exploit the MCP trust boundary.

Related MCP server: MCP Fetch

Installation

pip install arc-gate-mcp

Usage

arc-gate-mcp --upstream "uvx mcp-server-fetch" --policy balanced

With Claude Desktop

{
  "mcpServers": {
    "arc-gate": {
      "command": "uvx",
      "args": ["arc-gate-mcp", "--upstream", "uvx mcp-server-fetch", "--policy", "browser_agent"]
    }
  }
}

Policy modes

  • balanced — general purpose

  • browser_agent — web browsing agents

  • finance_agent — financial data agents

  • rag_assistant — document retrieval agents

  • strict — maximum enforcement

License

AGPL-3.0

Used with Heym

arc-gate-mcp is available as a template on Heym — an enterprise agent platform. Try the Governed Web Research Agent template to see Arc Gate MCP in action.

Available Tools

1 tool
fetchA

Calls the 'fetch' tool on the upstream MCP server. Pass arguments as keyword arguments matching the upstream tool's input schema. For the fetch tool: url (required, string) is the URL to retrieve; max_length (optional, int) limits response size; raw (optional, bool) returns HTML instead of markdown. Arc Gate inspects all results for prompt injection before they reach your agent. Policy: balanced. No authentication required. Blocked results return an error string.

ParametersJSON Schema
NameRequiredDescriptionDefault
kwargsYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses that Arc Gate inspects results for prompt injection, blocked results return errors, and the raw option affects output format. Key behaviors are transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, covering the core action and parameter details in one paragraph. Every sentence adds value, though slightly more structured formatting could improve readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (not shown), return values are not needed. The description covers usage, parameters, security, and failure modes. Missing details like rate limits or idempotency are acceptable for a fetch tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has a single generic 'kwargs' string with 0% description coverage. The description compensates fully by explaining that kwargs represent keyword arguments and detailing the actual parameters: url (required, string), max_length (optional, int), raw (optional, bool).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches a URL via an upstream MCP server, listing parameters like url, max_length, and raw. It is specific and distinguishes the action, though no siblings exist to differentiate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context like 'No authentication required' and 'Policy: balanced', but lacks explicit guidance on when to use this tool versus alternatives. Since no sibling tools are defined, this is acceptable but could be more directive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev0.1.0
    • First observedfetch

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of ambiguity.

Naming Consistency5/5

The single tool is named 'fetch', following a clear verb-based naming convention.

Tool Count5/5

One tool is entirely appropriate for a server designed as a secure proxy for the fetch operation.

Completeness5/5

The server fully covers its stated purpose of fetching URLs with security inspection; no additional tools are needed.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    A
    maintenance
    CP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more.
    65
    452
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server for comprehensive browser automation and full local PC control via shell commands and Python execution. It enables tasks like web navigation, file system management, and remote access through SSE with token authentication.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Fetch URLs and return clean, LLM-ready markdown with metadata and layered prompt injection defense. Configurable timeouts, word limits, JS rendering, and link extraction. All-in-one MCP server + CLI.
    1
    1
    MIT