By NHI Mgmt Group Editorial TeamDomain: Breaches & IncidentsSource: AnomaliPublished October 21, 2025

TL;DR: Malicious Model Context Protocol servers can seize host control, manipulate outputs, and exfiltrate sensitive information, with researchers showing 12 attack classes and traditional scanners finding only a handful, according to Anomali's coverage of the underlying research. The issue is less about one bad integration than about weak vetting, tool-scoping, and runtime verification around AI-to-tool connections.


At a glance

What this is: This is an Anomali cyber watch roundup that highlights malicious MCP servers as a growing AI security risk, with researchers showing they can control hosts, alter outputs, and steal data.

Why it matters: It matters because MCP sits at the boundary between LLMs and external systems, so weak tool governance can turn AI integrations into a path for credential misuse, data exfiltration, and uncontrolled execution.

👉 Read Anomali's coverage of malicious MCP servers and AI tool abuse


Context

MCP security sits at the intersection of AI governance and identity governance because the protocol governs how an LLM or agent reaches tools, data, and services. When those connections are trusted by default, the real risk is not only prompt abuse but delegated access that can be reused, redirected, or hidden inside normal integration traffic.

The article's core message is that discovery and validation are lagging behind deployment. For IAM, PAM, and NHI teams, that means AI tool access should be treated like any other privileged integration layer, with scoped permissions, auditability, and lifecycle control rather than informal trust in the connector itself.


Key questions

Q: How should teams govern AI agents that use MCP?

A: Treat each connected agent as a non-human identity with an owner, a scope, and a review cycle. The practical control set is familiar: least privilege, secret rotation, access expiration, and auditability across the systems the agent can reach.

Q: Why do malicious MCP servers create such a large security gap?

A: They create a large gap because the model often trusts the server path once it is connected, even if the server has not been deeply vetted. That makes the integration layer a hidden access channel for tool misuse, output manipulation, and exfiltration. The problem is delegated trust without equivalent identity and lifecycle controls.

Q: What breaks when MCP servers are scanned only with static tools?

A: Static scanning misses the behaviours that matter most, including runtime tool misuse, prompt manipulation, and covert forwarding through seemingly normal responses. A server can look harmless in a file scan but become dangerous once the model starts using it. Effective governance needs behavioural monitoring, not just configuration review.

Q: Who is accountable when an AI integration server leaks data?

A: Accountability usually sits with the team that approved the integration, the owner of the connected service, and the security function that set policy for privileged access. If the server handles sensitive tools or data, it should also be covered by access review, logging, and revocation procedures already used for service identities.


Technical breakdown

How malicious MCP servers abuse tool permissions

MCP is designed to let models call external tools through a structured interface, but that same bridge becomes dangerous when tool permissions are broad or poorly scoped. A malicious server can intercept prompts, alter tool responses, or steer the model toward unsafe actions while appearing to behave normally. Because the model trusts the server path, the attack often looks like legitimate integration activity rather than obvious malware. The core technical failure is misplaced trust in the connector layer, not just the model output.

Practical implication: inventory MCP servers and require explicit tool scopes before any production AI workflow is allowed to call them.

Why traditional scanners miss malicious MCP servers

Conventional malware and configuration scanners tend to look for known signatures, obvious payloads, or isolated suspicious fields. MCP abuse is often encoded in configuration values, metadata, prompt instructions, or tool behaviour that only becomes dangerous at runtime. That means the same server can look harmless in static review but become hostile when the model starts interacting with it. Detection needs behavioural inspection, policy validation, and allowlisted capabilities, not just file scanning.

Practical implication: add runtime policy checks and server provenance review instead of relying on static scanning alone.

What host-control and data-exfiltration paths look like

Once an MCP server is trusted, it can become a pivot point into the host or downstream systems. The attack surface includes command execution through tool calls, secret exposure through injected prompts, and data leakage through apparently normal responses or email forwarding. In practice, this turns the server into an identity and access problem as much as an AI problem, because the server is effectively acting with delegated authority. The governance gap is the absence of a hard boundary between the model's intent and the server's power.

Practical implication: bind MCP access to least privilege, short-lived credentials, and explicit approval for high-risk tools.


Threat narrative

Attacker objective: The attacker wants to turn a trusted AI integration point into a covert control and exfiltration channel without triggering obvious detection.

  1. Entry occurs when an attacker publishes or compromises an MCP server that is accepted into an AI tool chain without meaningful vetting.
  2. Escalation follows when the model or host grants the server delegated trust, allowing tool misuse, output manipulation, or access to connected services.
  3. Impact is achieved through host control, sensitive data exfiltration, or silent message forwarding that blends into normal AI workflow traffic.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Malicious MCP servers create a new trust boundary problem for identity teams. The issue is not only whether the model behaves safely, but whether the connected server deserves delegated authority in the first place. Once a server can act on behalf of a model, it effectively becomes part of the access chain and must be governed like a privileged service identity. Practitioners should treat MCP onboarding as an access decision, not a developer convenience.

Tool-scoping is now a prerequisite, not an optimization. Open deployment practices have created a large population of servers that are reachable but not meaningfully governed. That combination produces a verification trust gap, where the environment assumes legitimacy because a connector is present. Stronger scoping, provenance checks, and explicit allowlists reduce the chance that an integration can behave like an unreviewed NHI.

Runtime control matters more than static trust labels. A server that looks benign at registration can still exfiltrate data or manipulate outputs during live use. That is why MCP governance has to move beyond cataloguing to continuous verification, with policy enforcement tied to actual tool behaviour. For security teams, the control question is whether a server can do only what it is permitted to do at runtime.

The category is converging on identity governance, not just AI safety. MCP risk sits where AI, secrets, and delegated access overlap, which is why IAM and PAM teams should be in the review loop. The same governance logic used for service accounts, API keys, and third-party integrations now applies to AI-connected tooling. Practitioners should expect AI platform governance to absorb identity controls rather than replace them.

Attack surface reduction must include the AI integration layer. Thousands of published servers without vetting show that the market is still prioritising speed of connection over assurance of trust. That will keep producing shadow AI-style exposure unless organisations enforce review, approval, and revocation processes for tool connectors. Security teams should assume the integration layer is already part of the production attack surface.

From our research:

What this signals

Verification trust gap: MCP governance fails when organisations treat connector presence as proof of connector trust. The operational shift is toward continuous verification of server provenance, tool scope, and runtime behaviour, aligned to the same control discipline used for privileged integrations and service identities.

The next governance challenge is convergence. AI platform teams, IAM, and PAM owners will increasingly share responsibility for AI-connected tools, because the server is both an integration layer and a delegated access mechanism. That makes lifecycle control, revocation, and auditability as important as prompt safety.

Security programmes should expect more shadow AI exposure as MCP adoption grows. The practical response is to build review queues, access boundaries, and detection logic around tool connectors before usage spreads into production workflows.


For practitioners

  • Implement explicit MCP tool allowlists Approve only the tools and operations each server can use, then block everything else by default. Tie allowlists to the smallest workable set of model actions and review them whenever a workflow changes.
  • Require provenance checks for every server Verify who published the server, how it was packaged, and whether its configuration contains hidden instructions, hard-coded values, or unexpected connectors before deployment.
  • Bind MCP access to short-lived credentials Use ephemeral credentials for any server that reaches sensitive tools or data, and rotate or revoke access immediately when the integration is no longer needed.
  • Add runtime monitoring for tool behaviour Monitor for unusual tool invocation patterns, silent forwarding, prompt manipulation, and access to services outside the declared scope. Pair alerts with incident playbooks that cover AI integration abuse.
  • Put IAM and PAM teams in MCP review Treat MCP onboarding as a privileged access decision so identity governance teams can validate ownership, scope, and revocation paths before production use.

Key takeaways

  • Malicious MCP servers turn trusted AI connectors into privileged access paths that can be abused for control and exfiltration.
  • The evidence points to a detection problem as well as a governance problem, with static scanning missing many hostile servers and runtime behaviour doing the real damage.
  • Identity teams should govern MCP servers like privileged service identities, using least privilege, provenance checks, and rapid revocation.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-03MCP server credential and access misuse maps to exposed and overprivileged non-human identities.
OWASP Agentic AI Top 10Agentic AI tool abuse and delegated actions are central to MCP server risk.
NIST CSF 2.0PR.AC-4Least-privilege access is directly relevant to scoped MCP server permissions.
NIST AI RMFGOVERNAI governance is needed to assign accountability for AI-connected tool access.
NIST SP 800-53 Rev 5AC-6Least privilege is the core control for limiting what a malicious server can reach.

Apply agentic AI controls to restrict tool use, validate server trust, and monitor runtime behaviour.


Key terms

  • Model Context Protocol: Model Context Protocol is an open protocol that lets AI agents connect to tools and data sources. It expands what an agent can reach, so governance has to cover not only the model and its prompts, but also every system that can receive or return agent-driven data.
  • Mcp Server Identity: The identity assigned to the gateway that mediates agent requests to tools and data sources. It matters because the gateway can become a privilege concentration point if it shares credentials with the agent or inherits broader permissions than the task requires.
  • Activation Trust Gap: The activation trust gap is the difference between trusting data because it is protected and governing it because it is being reused. It appears when organisations move data from backup or archival systems into AI pipelines without reapplying access, sensitivity, and consumer controls.
  • Delegated access path: A delegated access path is the chain of identities, tokens, connectors, and approvals that lets one system act through another. It becomes a governance concern when the path outlives the original approval or can be reused for actions beyond the intended business purpose.

What's in the full analysis

Anomali's full post covers the operational detail this post intentionally leaves for the source:

  • The specific attacker tradecraft behind each cited campaign, including phishing delivery, malware execution, and infrastructure reuse.
  • The MITRE ATT&CK mappings attached to each incident and how defenders can use them for detection engineering.
  • The source article's incident-by-incident breakdown of how hostile infrastructure and AI-connected systems are being abused.
  • The surrounding context on how these cases fit into broader threat monitoring and response workflows.

👉 The full Anomali post covers the MCP abuse cases, attacker behaviour, and defensive context in one place.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps security practitioners connect identity controls to the broader access risks created by AI-integrated systems.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org