1. Why MCP security research changed in 2026
Early MCP security discussion focused heavily on threat enumeration: prompt injection, tool poisoning, over-broad permissions, token misuse and supply-chain risk. Recent work is increasingly asking a harder question: how do we measure those risks reliably across the MCP lifecycle and in real deployments?
A September 2026 ACM paper studies MCP from architectural and security perspectives and organizes the server lifecycle into creation, deployment, operation and maintenance. That lifecycle framing matters because a server can change materially after an initial review.
Read the ACM paper ↗2. Runtime evidence is not the same as static scanner evidence
A July 2026 study on runtime MCP servers and security scanner reliability highlights an important measurement problem: a scanner's findings and a server's runtime behavior are not interchangeable. The study introduces MCPZoo, a large collection of MCP servers transformed into dynamic services for evaluation.
For defenders, the practical lesson is not that static scanning is useless. It is that static evidence should be treated as one layer: useful for pre-execution review, provenance, configuration and dependency signals, but incomplete for runtime-only behavior.
Before execution
Repository ownership, manifests, install behavior, MCP configuration, declared tools and permission clues.
During execution
Actual network calls, tool invocation behavior, identity use, data flow and side effects.
After approval
Changes to tools, dependencies, configuration, privileges or endpoints that invalidate an earlier baseline.
Evidence, not verdict
Combine layers and preserve the limits of each measurement instead of compressing them into a false certainty score.
3. Shadow MCP discovery is becoming an operational security problem
Recent vendor work shows MCP visibility moving into ordinary security operations. Cloudflare has described protocol-level detection for MCP traffic and views that separate known portal traffic from direct connections, while Microsoft's internal MCP governance work emphasizes inventory, automation and secure-by-default architecture.
The shared operational problem is straightforward: an approved catalog is not automatically an inventory of what developers and agents are actually using. Discovery therefore needs multiple evidence surfaces rather than a single registry or gateway.
Configuration discovery can find evidence that never reaches an approved gateway. Network observation can see active traffic that static configuration misses. A mature inventory should distinguish those evidence types instead of pretending one replaces the other.
Read the Shadow MCP Discovery guide for a practical inventory model.
4. Research questions that matter for MCP security teams
- Which scanner findings actually correlate with dangerous runtime behavior?
- How should teams combine repository, endpoint, gateway and runtime evidence without double-counting risk?
- Which changes to an MCP server should automatically invalidate a prior approval?
- How can authorization be verified at the tool and resource boundary rather than only at connection time?
- How should organizations discover unmanaged MCP use without collecting unnecessary developer data?
- What evidence should be retained so a security decision remains explainable months later?
5. Turn research into a review workflow
For a concrete review, start with protocol and authorization guidance, then inventory the server's source and declared capabilities, verify least privilege, inspect tool schemas and untrusted outputs, and define what future drift forces re-review.
Sources
This is an independent ShadowMCP synthesis. Papers and operational sources below are linked so readers can inspect the original evidence and its limitations.
- ACM TOSEM — Model Context Protocol (MCP): Landscape, Security Threats, and Future Research Directions (published 16 Sep 2026)
- arXiv — Rethinking MCP Security: A Large-Scale Study of Runtime MCP Servers and Security Scanner Reliability
- Cloudflare — MCP traffic detection and shadow MCP visibility
- Microsoft Inside Track — MCP security and governance
- Model Context Protocol — Security Best Practices (2026-07-28)
- OWASP — MCP Security Cheat Sheet