ServiceNow Action Fabric & MCP Server: A UK Guide to Opening the Platform to External Agents
Knowledge 2026 opened ServiceNow's system of action to Claude, Copilot and home-grown agents via Action Fabric and a generally available MCP Server. Here is how UK teams enable it without losing AI Control Tower, ACLs and change discipline.

Knowledge 2026 opened ServiceNow's system of action to Claude, Copilot and home-grown agents via Action Fabric and a generally available MCP Server. Here is how UK teams enable it without losing AI Control Tower, ACLs and change discipline.
- Action Fabric + MCP Server let Claude, Copilot and custom agents drive ServiceNow actions headlessly.
- Every action should inherit AI Control Tower audit, policy and explainability — treat MCP as a privileged integration.
- Start with one high-value workflow (incident, case or HR) on non-prod with a single approved agent identity.
- UK regulated firms need CAB, data residency and least-privilege scopes on the MCP surface before estate-wide enablement.
The platform just became an action bus
At Knowledge 2026, ServiceNow stopped treating external AI as a side channel. Action Fabric opens the ServiceNow AI Platform — the system of action — to agents built on ServiceNow, Claude, Copilot, or your own stack. The generally available Model Context Protocol (MCP) Server is the wire: agents call governed ServiceNow tools headlessly, and AI Control Tower is meant to log, policy-check and explain every decision.
That is a bigger shift than a new Now Assist skill. Otto (the unified AI experience) and the Autonomous Workforce get interesting only when work can complete across systems. Action Fabric is how those agents touch the Now Platform without a human clicking through forms.
What shipped (and what it is not)
| Capability | What it does | Governance hook |
|---|---|---|
| Action Fabric | Exposes platform actions to any MCP-capable agent | AI Control Tower policies and audit |
| ServiceNow MCP Server (GA) | Standard tool surface for Claude, Copilot, custom agents | Identity, ACL, scope inheritance |
| Otto / EmployeeWorks | Conversational front door that routes and completes work | Control Tower explainability |
| Autonomous Workforce / AI specialists | Role-shaped agents across CRM, EX, IT Ops, security | Discovery and risk classification in Control Tower |
This is not "paste a personal MCP URL into Cursor and ship". It is an enterprise integration surface. If your MCP endpoint can create changes, close incidents or update CMDB, it belongs in the same class as a production REST integration.
Why UK enterprises should move now
- Shadow agent sprawl — Teams will wire Claude and Copilot to ServiceNow with or without you. Publishing an approved MCP Server with Control Tower policies is safer than ten unofficial scrapers.
- Audit and FCA / public-sector expectations — UK FS and government buyers will ask who authorised the agent, what tool it called, and whether a human could reconstruct the decision. Control Tower logging is the answer you want ready before the RFP.
- Otto only works if actions are real — A unified AI experience that cannot execute under policy becomes another chat window. Action Fabric is the execution layer.
- Partner and multi-agent estates — NVIDIA Project Arc-style and third-party agents will arrive. A single fabric with one approval model beats per-vendor connectors.
A 30-day UK enablement sequence
Week 1 — Inventory and threat model
- List every agent (vendor, DIY, IDE) that already touches ServiceNow data.
- Classify tools by blast radius: read-only CMDB vs create change vs modify HR case.
- Decide the first workflow (typical winners: L1 incident enrichment, case summarisation with update, employee request routing).
Week 2 — Non-prod MCP with one identity
- Stand up MCP Server against a sub-prod instance.
- Bind a single service identity with least-privilege roles (no
admin, no global write "for convenience"). - Register the agent and MCP endpoint in AI Control Tower as approved AI assets.
- Prove audit: every tool call leaves an explainable trail.
Week 3 — Policy and change path
- Map MCP-driven mutations to your existing change / ADLC path (update sets, App Engine pipelines, CAB thresholds).
- Define kill switches: revoke agent client, disable tool group, or freeze the fabric target.
- Document data residency: which fields leave the UK/EU boundary when a third-party model provider is in the path (Otto/Now Assist third-party defaults matter here).
Week 4 — Controlled production pilot
- One business unit, one agent, one workflow, success metrics (MTTR, deflection, audit completeness).
- Retire any unofficial personal MCP/REST bridges that duplicate the same action.
Control checklist before you advertise MCP
- AI Control Tower inventory includes the MCP Server and each external agent client
- Tool catalogue reviewed: no accidental high-risk verbs in the first release
- ACL and role design reviewed by platform + security
- Logging retained for your regulated retention period
- Runbook for compromise: rotate credentials, revoke OAuth clients, disable fabric targets
- Comms to developers: approved endpoint only; no personal tunnels
What good looks like in six months
External agents call ServiceNow the way integrations always should have: through a governed, observable action plane. Otto routes intent; Action Fabric executes; Control Tower proves it was allowed. UK platform teams that treat MCP as "just another plugin" will spend 2027 cleaning up. Teams that treat it as a production API will own the agentic estate.
Action Fabric is not another chatbot channel — it is a governed action bus. Approve which external agents can call which ServiceNow tools in Control Tower before you advertise MCP endpoints to developers.