Skip to content

MCP Gateway

Secure every AI agent tool call

Your AI agents make tool calls with your credentials. CitrusGlaze's MCP Gateway evaluates every call against guardrails, Cedar policies, and secret detection — in under 10ms, 100% locally.

MCP servers are everywhere. Security isn't.

Thousands of MCP servers are live. Your agents connect to them with your credentials. Most security teams have no visibility into what's happening.

0
Visibility
Most teams can't see what tool calls their agents make
51%
Automated traffic
More than half of AI traffic is now agents, not humans
<10ms
Gateway latency
Security evaluation without slowing your agents

Add one line to your agent config

CitrusGlaze runs as an MCP server. Add it to your agent's configuration and every tool call gets evaluated automatically.

// Claude Code, Cursor, or any MCP-compatible agent
{
"mcpServers": {
"citrusglaze": {
"command": "citrusglaze-mcp"
}
}
}
1

Configure

Add CitrusGlaze as an MCP server in your agent's config. One line, no infrastructure.

2

Define policies

Write Cedar policies to control which tools can do what. Hot-reload — no restart needed.

3

Every call secured

Every tool call evaluated in <10ms. Blocked calls include a reason so the agent can adapt.

What it catches

BLOCKED

  • bash: rm -rf / — destructive filesystem operations
  • sql: DROP TABLE users — destructive database operations
  • aws: TerminateInstances — cloud infrastructure destruction
  • Content containing AWS keys, database URIs, private keys
  • Connections to metadata endpoints (169.254.169.254)
  • Connections to exfiltration services (webhook.site, etc.)

ALLOWED

  • read_file: /tmp/test.txt — safe read operations
  • Clean content with no secrets or credentials
  • Connections to known AI providers (api.openai.com, etc.)
  • Tool calls matching Cedar policy allow rules

REQUIRES APPROVAL

  • send_email — communication tools
  • External API calls to unknown services

How it compares

Capability CitrusGlaze Other MCP Gateways
Data processing 100% local Cloud-processed
Tool call evaluation 3-layer (guardrails + Cedar + analyzer) Server-level block/allow
Secret scanning 349+ patterns, inline SLM-based classification
Destination validation Allowlist + metadata deny Not available
Policy engine Cedar (declarative, hot-reload) UI-based rules
Agent coaching Returns reason on block Returns reason on block
Latency <10ms Milliseconds (cloud round-trip)
17
Rust Crates
560+
Tests
9-Stage
Pipeline
39+
AI Tools

Secure your AI agents today

Add CitrusGlaze MCP Gateway to your agent config in one line. 100% local. Under 10ms.