MARCH 2, 2026
Installing an MCP server is starting to look and feel like installing a browser extension: quick, convenient, and increasingly normalized across AI developer workflows. But there’s a question most teams don’t ask early enough: what if the MCP server itself is malicious—or becomes malicious later? That question matters because MCP servers aren’t “just integrations.” They can expose tools and resources that operate with real privileges, and the protocol-level trust model can be abused if you treat third-party servers as inherently safe.
MCP (Model Context Protocol) is a standard that lets AI applications connect to external tools and data sources through a consistent client–server interface. An MCP server is the component that exposes those capabilities—tools (actions), resources (data), and prompts—so an AI client can discover and use them during a session. That design enables fast “plug-and-play” integrations, but it also means the server can influence what the client believes is safe to call and what the tool “means.”
The client connects to one or more MCP Servers, pulls tool definitions and schemas, and then invokes tools during a session as the model decides what to do next. The security challenge is that tool metadata is not automatically trustworthy: the MCP specification explicitly warns clients to treat tool annotations as untrusted unless they come from a trusted server. If your workflow relies on descriptions, shcema fields, or “helpful” tool text to guide the model, that text can become an attack channel.
A lot of MCP adoption happens in a “plug it in and see if it Works” mode. That Works for prototyping – but it braks down in production because several safety assumpions aren’t enforced by default:

MCP adoption often creates new internet-facing touchpoints faster than security teams can track: a freshly published subdomain for an MCP endpoint, a reverse proxy added “temporarily,” an OAuth redirect endpoint left broadly accessible, or a service that’s exposed with default settings. The problem isn’t only “Which MCP servers do we use?”—it’s “What did MCP change in our external reality?” EASM is built for exactly that: identifying the digital assets related to your organization, running recurring risk scans, and alerting when your attack surface changes.
From an MCP security standpoint, this turns into practical wins: you can catch unknown or newly exposed assets tied to MCP usage, prioritize remediation when misconfigurations appear, and reduce the time window where “plug-and-play” becomes “public-and-abusable.” This is how MCP moves from a developer convenience layer to a governed, continuously monitored part of your external attack surface.
10 Protocol-level attack patterns to plan for
Even without naming any specific third-party project, the ecosystem has already documented a consistent set of protocol-level abuse patterns. The point isn’t that every server is malicious – the point is that the protocol surface makes these classes of attacks feasible unless you add guardrails.
If you want a structured taxonomy to align internal controls and messaging, the OWASP MCP Top 10 is a useful reference point for categorizing risks across the MCP lifecycle.
This is not purely hypoyhetical. Reference MCP Componenets and surrounding tooling have already had disclosed vulnerabilities. For example, CVE-2025-53109 in the Filesystem reference server describes unintended file Access via symlinks in affected versions, with an explicit upgrade recommendation. Another example is CVE-2025-49596 in MCP Inspector, where missing authentication between components can lead to remote code execution under certain conditions (With remediation guidance).
More importantly, the ecosystem has seen clear signs of supply-chain abuse. Postmark, an email delivery service, has warned the public about a malicious npm package (“postmark-mcp”) that impersonates them to steal user emails. Multiple independent write-ups covered the same incident and why it matters for MCP adoption: teams are effectively granting high-privilege Access to packages that may bypass traditional vendor risk and asset inventory processes.
You don’t need to “ban MCP” to be safe. You need a baseline that separates what a server claims from what you allow, and that enforces provenance, isolation, change control and monitoring.
Before you install (Provenance + Trust):
While it runs (enforcement + containment):
Observe and detect (monitoring):

Take control of your digital security with an exclusive demo of our powerful threat management platform.