Works with Claude, GPT, and all MCP-compatible agents

Secure Your AI Agent Tools

MCP doesn't have built-in auth. We fix that. Add API keys, rate limiting, and audit logs to any MCP server in minutes.

mcp-config.json
// Before: Anyone can call your tools
{
  "mcpServers": {
    "my-tool": { "url": "http://localhost:3000" }
  }
}

// After: Secured with MCP Gateway
{
  "mcpServers": {
    "my-tool": { 
      "url": "https://gateway.mcpgateway.dev/my-tool",
      "headers": { "X-API-Key": "mcpg_live_xxx" }
    }
  }
}

MCP is Missing Security

The Model Context Protocol is powerful, but it has no built-in auth. That's a problem.

🚫

No Authentication

Anyone who knows your endpoint can call your tools

No Rate Limiting

Agents can hammer your API with unlimited requests

👻

No Audit Trail

You have no idea who called what and when

Everything You Need to Go Production

Enterprise-grade security for your MCP tools without rewriting your code.

🔑

API Key Auth

Generate API keys for each client or agent. Revoke access instantly when needed.

🚦

Rate Limiting

Token bucket algorithm with configurable limits per key or globally. Prevent abuse.

📊

Audit Logs

Full request tracking with timestamps, tool names, parameters, and response codes.

🔀

Tool Routing

Proxy requests to multiple MCP servers from a single gateway endpoint.

👥

OAuth2 Login

Sign in with GitHub or Google. Team management with role-based access.

🛡️

Granular Permissions

Control which tools each API key can access. Least privilege by default.

Simple Developer Pricing

Start free. Scale as you grow.

Hobby
$0/mo
  • 1,000 requests/day
  • 3 API keys
  • 7-day log retention
  • Community support
Join Waitlist
POPULAR
Pro
$49/mo
  • 100,000 requests/day
  • Unlimited API keys
  • 90-day log retention
  • Priority support
  • Custom rate limits
Join Waitlist
Team
$199/mo
  • Unlimited requests
  • 10 team members
  • 1-year log retention
  • SSO / SAML
  • Dedicated support
Join Waitlist

Ready to Secure Your Agents?

Add enterprise-grade security to your MCP tools in under 5 minutes.

Join Waitlist →

Join the Waitlist

Be the first to know when MCP Gateway launches. Early access for waitlist members.