TL;DR: MCP 2025-11-25 adds first-class Tasks for async work, simplifies OAuth with CIMD, and introduces enterprise-managed access through Cross App Access, while also formalising extensions, M2M OAuth, URL-mode elicitation, and sampling with tools, according to WorkOS. The release turns MCP from a protocol for demos into a governable substrate for agents, tooling, and enterprise identity control.
NHIMG editorial — based on content published by WorkOS: MCP 2025-11-25 adds async Tasks, better OAuth, extensions, and a smoother agentic future
By the numbers:
- 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments.
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
Questions worth separating out
Q: How should security teams govern MCP access in enterprise environments?
A: Security teams should govern MCP access the same way they govern any other high-value identity path: define the owning identity, constrain the scopes, centralise approval where possible, and log every tool action.
Q: Why do async MCP tasks change the risk model for IAM teams?
A: Async tasks change the risk model because the work continues after the original request finishes.
Q: What do organisations get wrong about delegated OAuth access in MCP?
A: Organisations often assume delegated OAuth access is automatically visible and revocable because the human user approved it.
Practitioner guidance
- Inventory MCP-connected identities and execution paths Map every MCP client, server, and downstream tool to its owning identity, transport, and approval model.
- Treat client metadata as a governed trust object Validate the stability of client_id URLs, redirect URIs, and signing keys before allowing enterprise use.
- Route delegated MCP access through central policy Prefer IdP-mediated controls for enterprise access rather than letting app-to-app OAuth drift into shadow approvals.
What's in the full article
WorkOS's full analysis covers the operational detail this post intentionally leaves for the source:
- Implementation nuance for Tasks, including client polling, task-state handling, and how servers should expose resumable execution.
- OAuth metadata and consent behaviour for CIMD, including what an enterprise actually needs to validate before rollout.
- Cross App Access flow detail for centralised policy enforcement across MCP clients and downstream servers.
- Practical guidance for builders deciding when to use client credentials, URL-mode elicitation, or standard delegated user auth.
👉 Read WorkOS's analysis of the MCP 2025-11-25 spec revision →
MCP 2025-11-25: are your agent controls ready for year two?
Explore further
MCP 2025-11-25 turns protocol design into identity governance design. The release moves MCP from a thin integration layer toward a governed execution environment where identity, scope, and auditability must be managed continuously. That is why IAM teams should treat MCP traffic as a first-class access surface, not as a developer convenience. The implication is that protocol adoption now creates identity obligations, not just integration opportunities.
A few things that frame the scale:
- 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments, according to AI Agents: The New Attack Surface report.
- The same SailPoint research found that only 44% of organisations have implemented any policies to govern AI agents, which leaves most deployments without formal behavioural controls.
A question worth separating out:
Q: Should teams use the same controls for human, service, and agent MCP identities?
A: No. Human sign-in, service credentials, and agentic execution each need different policy handling even when they use the same protocol. Humans need consent and session controls, service identities need lifecycle and rotation governance, and agentic paths need tighter scope, shorter-lived assertions, and stronger task-level logging.
👉 Read our full editorial: MCP 2025-11-25 adds tasks, OAuth, and enterprise controls