Comparison

Squidward vs. Traditional API Gateways

Traditional API gateways route and rate-limit HTTP traffic. Squidward is purpose-built for the Model Context Protocol, where the request is a structured tool call made by an AI agent rather than a generic HTTP request.

CapabilityTraditional API GatewaySquidward
Protocol awarenessGeneric HTTP/REST routingNative understanding of MCP tool calls, parameters, and responses
Identity modelAPI keys or OAuth for servicesPer-user, per-agent, and non-human identity entitlements
Policy granularityRoute- and rate-limit-based rulesTool-level allow/deny/redact/quarantine/require-approval policies
Data protectionNot typically content-awareDLP scanning of tool inputs and outputs
Audit trailRequest logs, limited semantic contextFull policy-decision context on every MCP call

When you need both

Squidward is not a replacement for your existing API gateway or edge proxy — it complements it. Your API gateway continues to handle general HTTP traffic, TLS termination, and rate limiting, while Squidward specifically governs the MCP tool calls that AI agents make on top of that infrastructure.

See the gateway in detail

Learn how the MCP Gateway enforces policy on every call.

Explore MCP Gateway