bouncer logobouncerSign in

agent control plane

Turn any API into a governed, monetizable MCP endpoint.

Bouncer sits between your AI and the outside world. Turn any OpenAPI API into a governed MCP endpoint, proxy existing agents, and enforce allow/deny rules, rate limits and spend caps — without touching the agent itself.

POST https://bouncer.run/api/public/gw/my-agent
x-gateway-key: lvg_••••••••••••
{ "method": "tools/call", "params": { "name": "delete_repo" } }
403 blocked_by_policy — deny rule "delete_*"
IMPORT https://api.example.com/openapi.json
Generated 24 MCP tools
Proxy: /api/public/gw/my-api/mcp
200 tools/list ready for WebMCP

OpenAPI → MCP in one click

Paste a Swagger or OpenAPI URL and Bouncer generates MCP tools, serves them over Streamable HTTP, and gives you a drop-in WebMCP snippet.

One proxy URL

Register an agent, MCP endpoint or generated API bridge and hand out a gateway URL instead of the real one.

Allow & deny lists

Whitelist the tools you trust, blacklist the rest. Wildcards supported, default-deny optional.

Keys, limits & caps

Issue scoped keys with per-minute rate limits, daily quotas and hard spend caps.

Every call logged

Tool name, decision, latency, status and tokens — for each request that passes through.

WebMCP ready

Copy a ready-to-paste WebMCP snippet from any agent so browser-based AI clients can call your governed tools directly.