MCP Proxy sits between your AI agents and the tools they call, reviewing every request in real time and connecting safely to any MCP server you run.
How it works
One Go command installs mcpproxyd, no separate download step.
Point it at a YAML file describing your backends and policy.
Point Claude Code, Cursor, or any MCP client at the local endpoint.
The check chain, in order
{
"method": "tools/call",
"params": { "name": "db_delete_all" }
}{
"error": {
"code": -32010,
"message": "policy denied"
}
}Why it’s safe to run
A blocked action returns a clear error and work keeps moving.
Restricted tools never show up, so there’s nothing risky to pick.
Guardrails, masking, audits, and identity plug into your setup.
Govern every connection, not just one gateway.
Hoop runs the same inspection model centrally: policy, masking, guardrails, identity, and audit across every MCP server, database, and shell your team uses.