MCP (Model Context Protocol)
An open standard for how agents discover and call tools — powerful, and easy to over-grant without governance.
The Model Context Protocol (MCP) is an open standard for connecting AI agents to tools. An MCP server exposes a set of callable tools — wrapping a CRM, a database, a deploy pipeline — and an agent can discover and invoke them through a uniform interface. It’s become the common way to give agents new capabilities.
That convenience is also the governance challenge. Adding an MCP server is often a one-line change, and by default the agent inherits every tool the server exposes — not the two it actually needs. Three risks follow: over-grant (too many tools), confused deputy (a prompt injection steering the agent to a destructive tool it technically has), and no attribution (the upstream system sees a service account, not the agent and its owner).
The fix is to put the server behind a control plane rather than connecting the agent directly. The plane re-exposes the server’s tools as a single governed surface — namespaced, scoped per role, with argument-level guards and full logging. Ungranted tools are filtered from the manifest, so they’re invisible; write-capable tools start gated; upstream credentials stay with the plane.
Governed this way, “add an MCP server” produces a scoped, gated, fully audited surface by default — making the fast path and the safe path the same path.
Related terms
Agent control plane
The layer in the path of every agent action that decides, enforces, and records what each agent can do.
PDP (Policy Decision Point)
The 'brain' that decides whether an agent action is allowed — evaluating the request against the agent's scope and guard rules and returning allow, deny, or needs-approval.
PEP (Policy Enforcement Point)
The component, in the path of every action, that enforces the policy decision — letting an action through, blocking it, or sending it for approval.
Attribution
Tracing every agent action back through the agent identity to the accountable human who owns it.
Put every agent your company runs under one policy.
Watch HiveKey scope, guard, and block a live action on your own agents — 30 minutes, no slides, no commitment.