// BRING YOUR MCP SERVER

Your agents already have tools. Now govern them.

Point any MCP client at the MakeYourMCP gateway and every tool call is policy-checked, injection-scanned, and written to a tenant-scoped audit log — before it reaches your systems.

Three ways ungoverned agents hurt you

Prompt injection

A poisoned document can instruct your agent to call delete_table. Without a gateway, nothing stands between that instruction and execution.

No RBAC

MCP clients trust every tool a server exposes. Interns and production agents get identical power.

No audit trail

When something goes wrong, "which agent called what, when, and why was it allowed" has no answer.

One URL between your agents and your tools

01

Register your MCP server's URL

02

Write an allow/deny policy — read_* allowed, delete_* denied

03

Point your MCP client at your gateway endpoint. Watch decisions land in the audit feed.

audit feed

DENIED delete_table · policy: read-only-analyst · injection: none · 12ms

Where MakeYourMCP sits

 MakeYourMCPCerbosLLM gateways (e.g. Bifrost)Manual allow-lists
Built forMCP tool-call securityGeneral-purpose authorization policy engineRouting and observability for LLM API trafficPer-client config files
MCP-nativeYes — point any MCP client at the gatewayIntegration is yours to buildGoverns model calls, not MCP tool callsYes, but per machine
Audit trailPer-call, tenant-scoped, with decision + reasonDepends on your integrationRequest-level logsNone
Injection detectionBuilt in, per callNot its job (authorization only)Varies by productNone
Time to first policyMinutes — URL + API keyA policy-as-code projectAn infra deploymentEditing every client by hand

// FAQ

Bring-wedge questions

Do I have to change my MCP server?

No. The gateway proxies your existing server. You register its URL, attach a policy, and point clients at the gateway endpoint instead.

What does a policy look like?

Allow/deny rules over tool names with glob patterns — allow read_*, deny delete_* — with deny winning and a default action when nothing matches. Role/resource constraints are on the roadmap.

Where do denied calls go?

Nowhere — that's the point. The call is blocked at the gateway, the agent gets a structured denial, and the attempt is recorded in your audit log with the matched rule.

Can I try it without a credit card?

Yes. The free plan includes one server, one agent, and a seven-day audit trail. No card until you upgrade.

Put a gateway in front of your agents today.

Start free
Get Early Access