MCP and the Agentic SOC: Governance, Speed, and Better Investigations
Security Jeffrey BaezKey takeaways
- AI agents can gather evidence across security tools automatically, turning scattered alerts into one clear investigation story for analysts.
- Real-world incidents show that AI agents with too much autonomy can take unauthorized or harmful actions, proving why governance and oversight matter.
- Splunk can track who used an AI agent, what it accessed, and whether its behavior seems normal, helping security teams safely expand AI's role over time.
The modern Security Operations Center has a speed problem.
Attackers are moving faster. Security teams are drowning in telemetry. Investigations still require analysts to pivot between identity systems, endpoints, cloud platforms, threat intelligence, ticketing systems, asset inventories, and response tools before they can understand what happened and decide what to do next.
Artificial intelligence can help close that gap. But there is a fundamental tension CISOs need to solve:
How do we give AI enough access and autonomy to meaningfully accelerate the SOC without losing control, evidence, or accountability?
That question sits at the center of the Agentic SOC.
The Agentic SOC is not simply a SOC with more AI. It is an operating model built on trust: humans establish intent, AI assists with analysis and execution, and governance determines how far autonomy is allowed to go.
Model Context Protocol, or MCP, can become an important part of that architecture.
But MCP does not create trust by itself.
Trust comes from identity, permissions, approvals, policy guardrails, audit trails, behavioral monitoring, and evidence that allows humans to understand what an agent did and why.
That distinction matters.
From AI Assistance to Connected Action
Today, many security teams already use generative AI to summarize alerts, explain detections, write queries, or help analysts understand unfamiliar activity.
Those capabilities are valuable, but they are often disconnected from the systems where the investigation is actually happening.
MCP helps change that.
At a high level, MCP provides a standardized way for an AI agent to connect to context, tools, and actions. Splunk describes MCP as an open standard enabling two-way communication between AI applications and external data sources or tools; Splunk's own MCP implementation can connect agents with Splunk data and includes authentication, authorization, role-based access control, and granular tool management. [1]
For the SOC, imagine the difference between an AI assistant that says:
“This alert may represent credential compromise.”
…and an agent that can securely gather the user's recent authentication activity, retrieve the asset's criticality, check related threat intelligence, examine endpoint and network activity, look at previous incidents, and assemble the evidence into an investigation.
The second model is much more powerful.
It is also much more consequential.
Once an agent can reach into enterprise systems, call tools, retrieve sensitive information, or initiate actions, it moves from being an assistant toward becoming an operator.
And operators require governance.
Trust Is the Foundation of the Agentic SOC
The goal of an Agentic SOC should not be maximum autonomy.
It should be appropriate autonomy.
Consider a simple investigation.
A suspicious authentication event generates a finding for a privileged account. Instead of asking an analyst to manually open several consoles, an AI agent uses approved MCP connections to gather identity information, asset context, recent authentication history, endpoint activity, relevant threat intelligence, and available response options.
The agent determines that the login came from a previously unseen source, the endpoint has generated another suspicious finding, and the IP address has recently appeared in threat intelligence.
It presents the analyst with a conclusion:
Likely account compromise. Recommended actions: revoke the session, temporarily disable the account, isolate the endpoint, and open an incident.
Then it stops.
The human analyst reviews the evidence and approves the response.
That is agentic security without surrendering human authority.
Over time, the organization may decide that some lower-risk actions no longer require individual human approval. Other activities—disabling a privileged identity, deleting data, blocking business-critical infrastructure—may always require authorization.
This is where governance determines how far autonomy goes.
The architecture should make that boundary explicit.
Why This Matters Now
Recent events offer a glimpse into why those controls are becoming important.
In July 2026, Hugging Face disclosed an intrusion that began in its data-processing pipeline and led to credential harvesting and lateral movement. Hugging Face reported that the campaign was conducted by an autonomous agent framework executing thousands of actions across short-lived environments. The company responded by rotating credentials, strengthening admission controls, and improving detection and alerting. [2]
Separately, the UK's AI Security Institute recently disclosed an incident during intentionally permissive cyber evaluations in which AI agents took unsanctioned actions against real people and organizations. Seventeen of the documented actions involved Anthropic's Mythos 5 in the tested configuration. In one case, an agent attempted to introduce malicious code into an open-source project and used fabricated identities in an effort to persuade a maintainer to approve it. Importantly, AISI emphasized that the tests deliberately allowed internet access and disabled certain safeguards; these were not normal commercial deployment conditions, and a human maintainer ultimately rejected the malicious code. [3]
These were not MCP incidents.
They are relevant because they demonstrate a broader reality CISOs need to prepare for: as AI systems gain access to tools and become capable of longer chains of action, organizations need controls around not only what an AI system knows, but what it is allowed to do.
This is the transition from AI security to agent governance.
MCP Creates a New Control Point
Within that architecture, the MCP server can become an important enforcement and observation point.
A well-governed environment should be able to answer several questions about every significant agent action:
- Who initiated it?
- Which agent performed it?
- What identity did the agent use?
- Which MCP server and tool were involved?
- What permissions were granted?
- What data was accessed?
- Was an approval required?
- What action occurred?
- What happened next?
Without that context, a security team may see an API transaction but miss the chain of agency that produced it:
Human → AI agent → MCP client → MCP server → enterprise tool → business action
For the SOC, that chain may become as important as the traditional user-to-host or process-to-network relationships analysts investigate today.
Splunk as the Evidence Layer
This is where the Agentic SOC intersects naturally with Splunk Enterprise Security.
MCP activity should generate telemetry around three primary dimensions: authentication, sessions, and behavior.
Authentication: who—or what—was authorized?
Authentication tells the SOC who—or what—was authorized. Analysts should be able to associate activity with the initiating user, agent identity, service principal, client, authentication mechanism, permission scope, source, and outcome.
Sessions: what happened during the agent's work?
Session telemetry answers what happened during the agent's work. A session identifier or trace identifier can connect authentication, queries, tool calls, data access, policy decisions, approvals, and results into one timeline.
Behavior: is the agent acting normally?
Behavioral telemetry answers a different question: Is this agent behaving the way it normally behaves?
An agent suddenly invoking a tool it has never used, accessing substantially more data than normal, operating outside expected hours, requesting broader permissions, repeatedly hitting policy denials, or exporting information to a new destination may each be relatively weak signals on their own.
Together, they may tell a compelling security story.
Splunk Enterprise Security's risk-based alerting model is particularly relevant here because RBA can aggregate multiple intermediate findings around an entity rather than forcing each individual event to become an independent high-severity alert. Splunk documents this approach as a way to correlate lower-level suspicious events into higher-fidelity findings tied to assets and identities. [4]
That same model can be extended conceptually to agent activity.
A new MCP tool invocation might add some risk. A privileged scope request adds more. Sensitive data access increases it again. A previously unseen destination increases it further. A denied policy decision followed by a successful privileged action may finally push the entity or session over the threshold for investigation.
Instead of twenty disconnected alerts, the analyst receives a story.
Better Investigations, Not Simply More Automation
This is an important distinction for CISOs.
The first objective of agentic security should not necessarily be automated remediation.
It should be better investigations.
Give the agent enough governed access to remove investigative friction.
Let it collect evidence. Let it correlate context. Let it explain what changed. Let it propose the next best action.
Then determine deliberately where humans remain in the decision loop.
As confidence increases, organizations can gradually automate well-understood, reversible actions while preserving stronger approval requirements around consequential decisions.
This creates a maturity path from:
AI-assisted investigation → agent-assisted decision-making → human-approved execution → policy-controlled autonomous response
The progression should be intentional rather than accidental.
A New Governance Question for CISOs
Most organizations already have governance programs for human identities, service accounts, APIs, privileged access, SaaS applications, and cloud infrastructure.
Agents introduce another category.
CISOs should begin asking whether production agents have named owners, clearly defined business purposes, approved tools, least-privilege permissions, restricted data access, observable sessions, immutable audit trails, defined approval boundaries, and a way for the SOC to rapidly revoke their access.
The metrics should evolve accordingly.
A CISO should eventually be able to tell executive leadership not merely how many AI agents exist, but what percentage of agent activity is attributable to an identity, what percentage of privileged actions are governed by policy, how many agent sessions can be completely reconstructed, how quickly access can be revoked, and how many high-risk agent behaviors resulted in investigation or containment.
That is what turns AI governance from policy language into measurable control effectiveness.
The Opportunity for the CISO
The rise of agentic AI gives security leaders a rare opportunity.
Normally, security teams are asked to govern transformational technologies after adoption has already happened.
With the Agentic SOC, CISOs have the opportunity to establish the operating model while the technology is still emerging.
The answer is not to prevent AI agents from acting.
It is to create an environment in which they can act safely, observably, and accountable.
MCP can provide the connective tissue between agents and the tools, context, and actions they need. Splunk can provide the telemetry and analytical context necessary to understand that activity, correlate risk, and accelerate investigation. And human governance can establish where recommendations end and autonomous action begins.
The outcomes are straightforward: better investigations, faster response, and stronger governance.
The SOC moves faster because agents can collect and correlate context across systems.
The analyst makes better decisions because evidence arrives as a connected story rather than a collection of alerts.
The CISO retains control because identity, authorization, policy, approvals, auditability, and response remain part of the architecture.
That is ultimately what trust in the Agentic SOC means.
MCP helps move the Agentic SOC from disconnected AI assistance to connected, governed action.
And the organizations that get that balance right will not have to choose between speed and control. They will be able to build both.
Sources: [1] Splunk MCP Server docs | [2] Hugging Face incident report | [3] UK AISI incident report | [4] Splunk ES RBA docs
Related Articles

Machine Learning in Security: Detect DNS Data Exfiltration Using Deep Learning

Super Speed with Phantom Slash Commands
