TL;DR: MCP servers are becoming the integration layer for public sector AI agents, but the article argues that without runtime visibility, scoped permissions, and inline enforcement, agencies risk citizen-data exposure, compliance violations, and misuse of delegated access, according to LEVO. The central issue is that legacy IAM and periodic compliance checks do not match real-time agent workflows, leaving governance blind to non-human actions.
NHIMG editorial — based on content published by LEVO: Runtime MCP security for public sector AI agents and citizen data
By the numbers:
- Only 18% of MCP server deployments implement any form of access scoping for tool permissions.
- 53% of MCP servers expose credentials through hard-coded values in configuration files.
Questions worth separating out
Q: What breaks when MCP-connected AI agents do not have scoped identities?
A: The control boundary breaks first.
Q: Why do MCP workflows create compliance risk for public agencies?
A: They create compliance risk because the relevant control point is runtime action, not just login or role assignment.
Q: How do security teams know whether MCP server governance is working?
A: They should be able to answer four questions at any time: what servers exist, which are official, what credentials they can use, and what systems they contact.
Practitioner guidance
- Map every MCP tool to a specific business purpose Document which public service outcome each tool supports, then remove any backend access that is not required for that outcome.
- Enforce runtime scoping on agent permissions Apply least privilege at the tool level and verify that access can be narrowed per task, per system, and per data class.
- Trace each MCP call to an accountable identity Require logs that show which agent accessed which system, what action was requested, and what data moved as a result.
What's in the full article
LEVO's full article covers the operational detail this post intentionally leaves for the source:
- How runtime MCP security traces every agent call across public sector systems without developer overhead.
- How inline redaction and policy enforcement handle citizen data, residency rules, and compliance boundaries in practice.
- How scoped permissions and immutable logs support audit readiness across local, state, and national requirements.
- How Levo's privacy-first deployment model is positioned for agency environments that want AI adoption without moving data out of place.
👉 Read LEVO's analysis of runtime MCP security for public sector AI agents →
MCP server risks in public sector AI workflows: are controls keeping up?
Explore further
Runtime MCP security is becoming the control plane for public sector AI governance. Public agencies are not simply adding another integration layer when they adopt MCP. They are creating a new decision point where non-human identities can move from data retrieval to action execution inside sensitive services. That changes the centre of gravity for identity governance, because the key question is no longer who can log in, but what an agent can do after tool access is granted. The practitioner conclusion is straightforward: MCP must be governed as a live access pathway, not a static connector.
A few things that frame the scale:
- Two-thirds of enterprises have endured a successful cyberattack resulting from compromised non-human identities, with a quarter encountering multiple attacks, according to The 2024 ESG Report: Managing Non-Human Identities.
- Our research also shows that enterprises that have experienced a compromised NHI averaged 2.7 separate incidents in the past 12 months, which is why repeated exposure cannot be treated as an isolated event.
A question worth separating out:
Q: What should public sector teams do first before scaling MCP for AI?
A: Start by inventorying every MCP-connected system, then assign each tool a narrow purpose and an accountable owner. From there, require inline enforcement and immutable logs so every agent action can be limited, traced, and reviewed without relying on periodic audits alone.
👉 Read our full editorial: Runtime MCP security for public sector AI agents and citizen data