Model Context Protocol actions in Webex contact centre AI
Verified 2026-09-05 · 73 claims · sources tier 2–4 · 7 disputed
Also known as MCP, MCP Scanner, Streamable HTTP.
Model Context Protocol (MCP) in Webex contact centre artificial intelligence connects AI agents directly to tools and services without custom-built interfaces 28. Cisco positions MCP alongside representational state transfer (REST) interfaces as complementary, with REST serving low-latency, precise control and MCP providing natural-language agent access 21.
Connectivity directions and architecture
Cisco explicitly names the two Model Context Protocol integration directions as "Connect Webex MCP Servers to External Clients" and "Connect External MCP Servers to Webex AI," warning against informal "inbound" and "outbound" labels because their meaning depends on perspective 66. In the server direction the flow is an external artificial intelligence agent to a Webex MCP server to Webex services 58. In the client direction the flow is a caller or customer to a Webex Contact Center artificial intelligence agent to an external MCP server to an external business system 29.
In the server direction, an external AI agent calls a Webex MCP server to access Webex services, functioning as a bridge to Webex functionality 5870. In the client direction, a caller or customer interacts with a Webex Contact Center AI agent, which routes through an external MCP server to an external business system 29. In practice, MCP servers often execute REST calls behind the scenes, and agent-to-agent (A2A) flows can operate alongside MCP in the same solution 60. Cisco distinguishes A2A from MCP: MCP connects an individual agent to external capabilities, whereas A2A connects multiple agents to one another 11.
Through published Webex MCP servers, external AI clients can consume Webex contact centre data, specifically queue states, call transcripts, agent status, and routing context alongside meeting, messaging, and device context 30. The phrase "routing context" in this list includes a footnote marker in Cisco's documentation, but the article provides no corresponding footnote text 55. The specific actions an external agent can execute through a Webex MCP server depend on five factors: the selected server, the authenticated user's permissions, granted scopes, organisation settings, and tool-specific controls 24.
Between May and August 2026, Cisco made five Webex MCP servers publicly available: Meetings, Messaging, Vidcast, Cisco Workspaces, and Webex Connect 6937. Cisco has also published Webex MCP servers to external AI platforms, including Claude in July 2026 (Meetings), Gemini Enterprise in August 2026 (Meetings and Workspaces), and Circuit in August 2026 (Meetings and Webex Suite) 61. For external MCP servers consumed by Webex agents, Cisco catalogs categories covering customer relationship management, ticketing, knowledge base, and business tools; however, Cisco states that onboarding for some of these remains in progress and they are not yet available in Webex App Hub 36.
Agent execution and lifecycle
With an MCP client configured, an autonomous AI agent can invoke third-party tools during live conversations, pull real-time data from external platforms, and take actions without human intervention 19. WarmTransfer's reading of the sources is that MCP client actions are restricted to autonomous agents, as they appear exclusively in the autonomous agent documentation and are absent from scripted agent workflows 23.
Enabling an MCP client action follows a three-stage pipeline: register the application on the Webex developer portal, authorise it in Control Hub for the organisation, and configure the action in AI Agent Studio 64. When configuring an MCP tool in Studio, the tool name, description, and input entities (including required fields and data types) populate automatically from the server definition 65.
Once created in Studio, an MCP action's configuration is strictly read-only, meaning changes to its settings require creating a new action 15. WarmTransfer's reading of the sources is that this read-only restriction applies strictly to the Studio action configuration and does not limit the underlying tool from performing mutating business operations 52. This Studio setting differs from the protocol's definition of an MCP "resource," which describes a read-only data entity (such as a document or database view) exposed to an agent 54. If the server's definition changes at the registration or provisioning stage, Cisco states that updates to the tool name, description, or input entities synchronise automatically to AI Agent Studio 57.
Sources disagree on agent action limits, with one section of the AI Agent Studio guide stating a flat maximum of ten actions across MCP client actions, fulfilment actions, and custom transfer actions combined 63, while another section states that the maximum number of actions is defined by organisation configuration and gives no number 46.
Onboarding, authentication, and governance
Onboarding an external MCP server requires that the server is reachable over HTTPS 59. Application registration on the developer portal requires selecting the MCP module, specifying a transport type (streamable HTTP or server-sent events), and providing a name, description, logo, public secure endpoint, and authentication type 53. The module selector displays MCP, while marking agent-to-agent registration as coming soon 13.
Sources disagree on supported authentication types between the developer portal and Studio flows 4962:
- The developer portal registration flow supports five authentication types: OAuth2 authorization code (user level), OAuth2 client credentials (organisation level), application key (organisation level), user token (individual user session), and custom header authentication (organisation or user level) 49. In the registration interface, these appear as
OAuth2_clientCredentials,OAuth2_authorizationCode,ApiKey,UserToken, andCustomHeaderAuth48. - In contrast, sources disagree because Cisco states that Webex AI Agent Studio supports only three authentication types for a Model Context Protocol client action: OAuth2 client credentials, application key, and custom header based authentication 62.
Registration does not include an immediate approval gate; separate steps are required to request public App Hub listing or obtain administrator authorisation for organisation or user deployment 22. Cisco defines an "agentic application" as an underlying protocol-agnostic service exposing actions, data, or prompts 18. Cisco's blog describes AGNTCY as a Linux Foundation project founded by Outshift by Cisco, which integrates into Webex's Agent Central Service for directory, discovery, and verification functions 2017. Cisco's developer blog describes four trust classifications for agentic applications 38:
- Cisco official and certified by Cisco 38
- Cisco onboarded 38
- Developer or partner onboarded and reviewed by Cisco 38
- Federated through an external registry 38
Cisco's blog notes that policy-based automatic federation from external registries is a future roadmap item, as is Webex A2A client support and agent registration 3514. Cisco explicitly labels A2A onboarding and connectivity as beta, whereas MCP onboarding lacks a beta label 12. WarmTransfer's reading of the sources is that MCP itself is not labelled as beta or preview across developer documentation or the Studio guide; the closest references to release status are announcements noting individual servers as publicly available 44. A separate Webex developer beta programme page covers general early interface access but does not reference MCP 25.
For ongoing governance, administrators manage agentic applications in Control Hub across four tabs: an overview tab for discovery, a tools tab displaying metadata and enabling/disabling servers at organisation or group scope, an authentication configuration tab for per-server tool enablement and user restrictions, and a custom parameters tab 31. Administrators can inspect schemas, reauthorise updates, and control tool access 16. However, within AI Agent Studio itself, group-level access control is not supported for MCP tools; tool permissions are enforced only at the organisation level 40. Cisco states that every tool invocation is inspected by an MCP Scanner component for threat and policy violations within its ecosystem layer 56.
Cross-referencing documentation reveals minor naming discrepancies: the Studio guide directs administrators to sections titled "Onboard your Agent App" and "Provision on Control Hub," whereas the actual pages are titled "Onboard Your MCP Server" and link to "Provision Agentic Apps in Control Hub" 32. Developer documentation embeds complete text inside escaped markup payload states, allowing plain textual extraction without dynamic rendering engines 34.
Observability, privacy, and compliance
For each Model Context Protocol action Cisco exposes operational and execution metrics 47:
- Tool name, description, and server details 47
- Input parameters sent and output returned 47
- Execution state (success or failure) 47
- Latency in milliseconds 47
- Server name, server identifier, and transaction identifier 47
WarmTransfer's reading of the sources is that the AI Agent Studio guide documents no timeout, retry count or agent fallback behaviour for a failed Model Context Protocol call, while documenting several timeouts for other action types 43.
Accessing AI Agent Studio change logs requires an administrator role, an AI agent developer role, or a custom role with audit log permissions 27. Studio access is available through Control Hub or Webex Connect; voice previews for agents function only when accessing Studio through Control Hub 67.
Regarding privacy, Cisco documents that customer inputs are not retained after inference and that Microsoft does not monitor, access, or store customer data; however, this guarantee covers the underlying language model provider and does not extend to external third-party MCP servers invoked by an agent 50. WarmTransfer's reading of the sources is that no source read states what data leaves Webex during a Model Context Protocol tool call, how long a third party retains it, or any residency logging or audit commitment specific to those calls 42. Furthermore, while Cisco states that autonomous agent fulfilment actions cannot handle debit or credit cards under payment card industry (PCI) compliance rules, documentation does not clarify whether this restriction applies to MCP client actions 45.
Applicability
The features described apply to cloud deployments current as of 2026-09-05 66. WarmTransfer's reading of the sources is that the AI Agent Studio guide does not explicitly state which specific contact centre products support MCP client actions, listing agent types against five platforms without an itemised feature grid 51.
Platform prerequisites documented by Cisco cover Enterprise and CCX environments 2668:
- Using AI Agent Studio with Contact Center Enterprise requires Unified Customer Voice Portal, Cisco Virtualized Voice Browser, and Cloud Connect on release 15.0(1) ES202511 or later 26.
- Support for AI agents on Unified CCX is currently an alpha release 68.
What remains uncertain
WarmTransfer's reading of the sources is that no numeric rate limits are published for Webex MCP servers or MCP client actions 41. WarmTransfer's reading of the sources is that neither the developer documentation pages nor the Webex help article titled "What's New for Agentic Apps" carry publication or update dates 3339. Whether PCI compliance restrictions on payment card data extend from fulfilment actions to MCP client actions is not covered by any claim in this article 45. Additionally, specific timeout parameters, retry limits, and fallback routines for failed MCP tool calls are not covered by any claim in this article, as WarmTransfer's reading of the sources is that none are documented 43. Data residency, third-party retention windows, and external audit guarantees for third-party MCP servers are not covered by any claim in this article, as WarmTransfer's reading of the sources is that no source read provides them 42.
See also
Counterpart of
- Webex published MCP servers for external AI clients — The two directions of one protocol
Extends
- Webex AI Agent Studio scripted and autonomous agents — MCP actions are one of three autonomous agent action types
Governed by
- Agentic apps registration approval and identity badges — Registration approval and identity badges sit above the protocol
Referenced by
- The Webex App Hub as a marketplacestub — Federated servers are listed there and cannot be selected in AI Agent Studio
- Tool schema signature monitoring and drift handling — A third-party tool can change what it does after approval
- Webex AI Agent Studio scripted and autonomous agents — Autonomous agents can call third-party MCP servers as actions
Claims
| # | Claim | Status | Confidence | Verified |
|---|---|---|---|---|
| 1 | Cisco states that agent-to-agent registration is currently available only in beta and that a developer must sign up for the beta programme to access it. Onboard Your Agent · opening callout | disputed | 0.90 | 2026-09-05 |
| 2 | The developer portal repeats that the maximum number of actions per agent is defined by the organisation's configuration and publishes no number. MCP in AI Agent Studio · Limitations | inference | 0.60 | 2026-09-05 |
| 3 | Cisco defines an agentic app as a service exposing structured capabilities that an artificial intelligence agent can invoke, not tied to a protocol, and analogous to a Model Context Protocol server when that standard is used. Provisioning on Control Hub · the agentic apps overview referenced from the provisioning documentation | fact | 0.60 | 2026-09-05 |
| 4 | Federated servers cannot currently be added as AI Agent Studio actions, because AI Agent Studio does not display tools configured with OAuth2 authorization code and every federated server uses that method. MCP in AI Agent Studio · note under the browse actions step, read together with the federated registry page's authentication lines | inference | 0.60 | 2026-09-05 |
| 5 | Control Hub presents 5 authentication methods for an agentic app: OAuth2 client credentials, OAuth2 authorization code, user token, application key and custom headers. Provisioning on Control Hub · Authentication table | fact | 0.90 | 2026-09-05 |
| 6 | The developer portal repeats that Model Context Protocol actions are read-only once created and that changing settings requires creating a new action. MCP in AI Agent Studio · note callout and Limitations | fact | 0.90 | 2026-09-05 |
| 7 | The Model Context Protocol registration form's module selector marks agent-to-agent as coming soon. Onboard your MCP server · Step-by-Step Registration Process, step 4, Module | disputed | 0.60 | 2026-09-05 |
| 8 | Cisco states that AI Agent Studio displays only tools using a supported authentication method and that tools configured with OAuth2 authorization code are not currently displayed in the available actions list. MCP in AI Agent Studio · note under the browse actions step | fact | 0.90 | 2026-09-05 |
| 9 | Cisco's Model Context Protocol documentation for AI Agent Studio states that group-level access control is not supported and that tool access is managed at the organisation level only. MCP in AI Agent Studio · Limitations | disputed | 0.90 | 2026-09-05 |
| 10 | For a Model Context Protocol server Control Hub presents 3 capability tabs, 1 each for tools, resources and prompts. Provisioning on Control Hub · Capabilities Configuration | fact | 0.90 | 2026-09-05 |
| 11 | Cisco distinguishes agent-to-agent connectivity from Model Context Protocol: the protocol connects 1 agent to external capabilities and agent-to-agent connects multiple agents to each other. Agentic Apps: Getting Started · Agentic Apps Overview, Terminology | fact | 0.90 | 2026-09-05 |
| 12 | Cisco labels agent-to-agent connectivity as currently in beta on its developer overview and marks the agent-to-agent onboarding flow as beta while the Model Context Protocol server onboarding flow carries no such qualifier. AI in Webex Overview · AI in Webex Overview, MCP is one part of the picture table and the Agentic Apps governance link list | fact | 0.90 | 2026-09-05 |
| 13 | The registration form's module selector offers Model Context Protocol and marks agent-to-agent registration as coming soon. Onboard your MCP server · Onboard Your MCP Server, Step-by-Step Registration Process, step 4, Module | fact | 0.90 | 2026-09-05 |
| 14 | Cisco's developer blog states that Webex is looking to add agent-to-agent client support and agent registration in addition to the Model Context Protocol server support it has today. Webex Leverages AGNTCY Directory and Identity for Agentic Apps · blog body, Future Outlook, closing sentence | fact | 0.60 | 2026-09-05 |
| 15 | Cisco states that Model Context Protocol actions are read-only once created and that changing an action's settings requires creating a new action. Webex AI Agent Studio Administration guide · Configure MCP client action, note before the numbered steps and repeated under Limitations | fact | 0.90 | 2026-09-05 |
| 16 | An organisation administrator can review an agentic application's authentication, enable or block its access, select which tools are allowed, inspect schemas and reauthorise changes. AI in Webex Overview · AI in Webex Overview, Agentic Apps provide the governance layer | fact | 0.90 | 2026-09-05 |
| 17 | Cisco's developer blog states that its Agent Central Service integrates AGNTCY directory and identity components for registration, discovery and verification of internal and external MCP servers. Webex Leverages AGNTCY Directory and Identity for Agentic Apps · blog body, Agent Central Service section | fact | 0.60 | 2026-09-05 |
| 18 | Cisco defines an agentic application as a service exposing structured capabilities such as actions data sources or prompts that an artificial intelligence agent can invoke, not tied to a protocol and analogous to a Model Context Protocol server when that standard is used. Agentic Apps: Getting Started · Agentic Apps Overview, Terminology | fact | 0.90 | 2026-09-05 |
| 19 | Cisco states that with a Model Context Protocol client configured an agent can automatically invoke third-party tools during live conversations, retrieve real-time data from external systems, and perform actions without human intervention. Webex AI Agent Studio Administration guide · Configure MCP client action, capability bullet list | fact | 0.90 | 2026-09-05 |
| 20 | Cisco's developer blog describes AGNTCY as a Linux Foundation project founded by Outshift by Cisco. Webex Leverages AGNTCY Directory and Identity for Agentic Apps · blog body, second paragraph | fact | 0.60 | 2026-09-05 |
| 21 | Cisco frames representational state transfer interfaces and Model Context Protocol as complementary rather than competing, recommending interfaces for precise control and low latency and the protocol for natural-language agent access. AI in Webex: Webex MCP Server Overview · AI in Webex Overview, Webex APIs vs MCP | fact | 0.90 | 2026-09-05 |
| 22 | Registration itself carries no stated approval gate; a separate request is required to list an application publicly on the Webex App Hub and another to obtain administrator approval for organisation or user level use. Onboard your MCP server · Onboard Your MCP Server, Managing Your Agentic App | fact | 0.60 | 2026-09-05 |
| 23 | Model Context Protocol client actions appear only under the autonomous agent branch of the AI Agent Studio guide and nowhere in the scripted agent workflow or its contents. Webex AI Agent Studio Administration guide · table of contents and the scripted agent sections Configure scripts through Configure fulfillment | inference | 0.60 | 2026-09-05 |
| 24 | Which actions an external agent can take through a Webex MCP server depends on the server selected, the authenticated user's permissions, the granted scopes, organisation settings and tool-specific controls. AI in Webex Overview · AI in Webex Overview, Connect Webex MCP Servers to External Clients | fact | 0.90 | 2026-09-05 |
| 25 | The Webex developer beta programme page describes general early access to interfaces and development kits and says nothing about Model Context Protocol. Webex Developer Beta Program · Beta Program Overview, whole page | fact | 0.60 | 2026-09-05 |
| 26 | Using AI Agent Studio with Contact Center Enterprise requires Unified Customer Voice Portal, Cisco Virtualized Voice Browser and Cloud Connect on release 15.0(1) ES202511 or later. Webex AI Agent Studio Administration guide · Prerequisites, Webex Contact Center Enterprise and Contact Center Enterprise | fact | 0.90 | 2026-09-05 |
| 27 | Access to the AI Agent Studio change logs requires an administrator or artificial intelligence agent developer role, or a custom role carrying the audit log permission. Webex AI Agent Studio Administration guide · History, Change logs | fact | 0.90 | 2026-09-05 |
| 28 | The Model Context Protocol client capability lets autonomous artificial intelligence agents connect directly to third-party tools and services without custom-built interface integrations. Webex AI Agent Studio Administration guide · Configure MCP client action, heading paragraph | fact | 0.90 | 2026-09-05 |
| 29 | In the client direction the flow is a caller or customer to a Webex Contact Center artificial intelligence agent to an external MCP server to an external business system. AI in Webex Overview · AI in Webex Overview, Two ways MCP connects to Webex, second pattern | fact | 0.90 | 2026-09-05 |
| 30 | Cisco lists contact centre data among what Webex MCP servers expose to external agents, naming queue states, call transcripts, agent status and routing context alongside meeting context, messaging history and device intelligence. What's New for Agentic Apps · What's New for Agentic Apps, Webex MCP Servers for External Agents | fact | 0.90 | 2026-09-05 |
| 31 | Cisco's developer blog describes Control Hub provisioning for an agentic application across 4 tabs: an overview to discover public and organisation-private servers, a tools tab showing metadata and inventory and enabling or disabling a server at organisation or group scope, an authentication configuration tab selecting enabled tools per server and limiting the set of users, and a custom parameters tab. Webex Leverages AGNTCY Directory and Identity for Agentic Apps · blog body, How it works, Provisioning through Control Hub | fact | 0.60 | 2026-09-05 |
| 32 | The AI Agent Studio guide sends the reader to sections named Onboard your Agent App and Provision on Control Hub, and no page retrieved carries either title; the nearest are pages titled Onboard Your MCP Server and a link labelled Provision Agentic Apps in Control Hub. Webex AI Agent Studio Administration guide · Configure MCP client action, Before you begin, against the developer portal page titles | fact | 0.60 | 2026-09-05 |
| 33 | None of the 6 Webex developer pages read carries a publication or update date, in the rendered page or in its embedded state. AI in Webex: Webex MCP Server Overview · all six developer pages, rendered text and embedded page state | inference | 0.60 | 2026-09-05 |
| 34 | Every Webex developer page read embeds its full documentation prose in the initial hypertext markup payload as escaped markup inside the page state, so the content is retrievable with a plain request and an unescape rather than requiring a rendering engine. AI in Webex: Webex MCP Server Overview · raw body of all six developer pages, verified by locating extracted prose inside the embedded payload | fact | 0.90 | 2026-09-05 |
| 35 | Cisco's developer blog describes policy-based automatic federation of agent records from external registries as a future plan rather than a current capability. Webex Leverages AGNTCY Directory and Identity for Agentic Apps · blog body, Future Outlook | fact | 0.60 | 2026-09-05 |
| 36 | Cisco lists external MCP servers Webex agents can consume by category, naming customer relationship management, ticketing, knowledge base and business tool products, and states that onboarding for some of them is still in progress and they are not yet available in the Webex App Hub. What's New for Agentic Apps · What's New for Agentic Apps, External MCP Servers for Webex Agents | fact | 0.90 | 2026-09-05 |
| 37 | Cisco records 5 Webex MCP servers as publicly available between May and August 2026: Meetings, Messaging, Vidcast, Cisco Workspaces and Webex Connect. AI in Webex: What's New · What's New, May June and August 2026 entries | fact | 0.90 | 2026-09-05 |
| 38 | Cisco's developer blog describes 4 trust classifications for agentic applications: Cisco official and certified by Cisco, Cisco onboarded, developer or partner onboarded and reviewed by Cisco, and federated through an external registry. Webex Leverages AGNTCY Directory and Identity for Agentic Apps · blog body, Agent Central Service section, badge list | fact | 0.60 | 2026-09-05 |
| 39 | The Webex help centre article titled What's New for Agentic Apps carries no dated entries in its body, unlike the developer portal's monthly what's new page. What's New for Agentic Apps · What's New for Agentic Apps, whole article | inference | 0.60 | 2026-09-05 |
| 40 | Cisco states that group-level access control is not supported for Model Context Protocol tools and that tool access is managed at the organisation level only. Webex AI Agent Studio Administration guide · Configure MCP client action, Limitations | fact | 0.90 | 2026-09-05 |
| 41 | No source read publishes a numeric rate limit for any Webex MCP server or for Model Context Protocol client actions. AI in Webex Overview · all six developer pages, whole pages | inference | 0.60 | 2026-09-05 |
| 42 | No source read states what data leaves Webex during a Model Context Protocol tool call, how long a third party retains it, or any residency logging or audit commitment specific to those calls. Webex AI Agent Studio Administration guide · AI development, data privacy, security, and safety and Configure MCP client action, both whole sections | inference | 0.60 | 2026-09-05 |
| 43 | The AI Agent Studio guide documents no timeout, retry count or agent fallback behaviour for a failed Model Context Protocol call, while documenting several timeouts for other action types. Webex AI Agent Studio Administration guide · Configure MCP client action, whole section including Limitations | inference | 0.60 | 2026-09-05 |
| 44 | No page read applies a beta or preview label to Model Context Protocol itself in either direction, and the nearest statements to general availability are per-server announcements that a named server is now publicly available. AI in Webex Overview · cross-page absence across the six developer pages and the AI Agent Studio guide | inference | 0.60 | 2026-09-05 |
| 45 | Cisco states that autonomous agent fulfilment does not support debit or credit card handling for payment card compliance and does not say whether the same restriction applies to Model Context Protocol client actions. Webex AI Agent Studio Administration guide · Add actions to autonomous AI agent, Configure fulfillment | fact | 0.60 | 2026-09-05 |
| 46 | Cisco states that the maximum number of actions an agent can support is defined by the organisation's configuration and gives no number, telling the reader to contact their administrator. Webex AI Agent Studio Administration guide · Configure MCP client action, step 5 and Limitations | disputed | 0.90 | 2026-09-05 |
| 47 | For each Model Context Protocol action Cisco exposes the tool name description and server details, the input parameters sent, the output returned, an execution state of success or failure, latency in milliseconds, the server name and identifier, and a transaction identifier. Webex AI Agent Studio Administration guide · Configure MCP client action, Verify MCP tool status | fact | 0.90 | 2026-09-05 |
| 48 | The developer portal's registration form presents its authentication types as the values OAuth2_clientCredentials, OAuth2_authorizationCode, ApiKey, UserToken and CustomHeaderAuth, which differ in form from the spaced prose names on the same page. Onboard your MCP server · Onboard Your MCP Server, Step-by-Step Registration Process, step 4, Auth Type | fact | 0.60 | 2026-09-05 |
| 49 | The Webex developer portal registration flow supports 5 authentication types with stated scopes: OAuth2 authorization code at user level, OAuth2 client credentials at organisation level, an application key issued at organisation level, a user token representing an individual identity and session, and custom header authentication configurable at organisation or user level. Onboard your MCP server · Onboard Your MCP Server, Prerequisites | disputed | 0.90 | 2026-09-05 |
| 50 | Cisco's statement that it does not retain customer input after inference and that Microsoft does not access monitor or store Cisco customer data concerns the underlying language model provider and not the third-party servers an agent calls. Webex AI Agent Studio Administration guide · AI development, data privacy, security, and safety, Privacy and Security | fact | 0.90 | 2026-09-05 |
| 51 | The AI Agent Studio guide does not state which contact centre products support Model Context Protocol client actions specifically; its availability table lists agent types against 5 solutions without a per-cell grid. Webex AI Agent Studio Administration guide · table 1 Availability of Webex AI Agent, and the silence of the MCP section on product scope | inference | 0.30 | 2026-09-05 |
| 52 | Nothing in the AI Agent Studio guide restricts what an underlying Model Context Protocol tool may do; the read-only statement concerns the action's configuration rather than the operation it performs. Webex AI Agent Studio Administration guide · Configure MCP client action, whole section | inference | 0.60 | 2026-09-05 |
| 53 | Registering an agentic application requires selecting the Model Context Protocol module, a transport type of streamable hypertext transfer protocol or server-sent events, a name, a description, a logo, a public secure endpoint and an authentication type. Onboard your MCP server · Onboard Your MCP Server, Step-by-Step Registration Process, step 4 | fact | 0.90 | 2026-09-05 |
| 54 | In the protocol's own vocabulary a resource is a read-only data entity such as a document configuration or database-backed view that an agent can request or subscribe to, which is a different meaning of read-only from the configuration lock on an AI Agent Studio action. Agentic Apps: Getting Started · Agentic Apps Overview, What an MCP Server Provides | fact | 0.90 | 2026-09-05 |
| 55 | The phrase routing context in Cisco's list of contact centre data exposed to external agents carries a footnote marker and the article contains no footnote text anywhere. What's New for Agentic Apps · What's New for Agentic Apps, Webex MCP Servers for External Agents, contact centre bullet | fact | 0.60 | 2026-09-05 |
| 56 | Cisco states that every tool invocation is scanned by a component named MCP Scanner for threats and policy violations, within an ecosystem layer that also names an agent registry, unified governance and a marketplace. What's New for Agentic Apps · What's New for Agentic Apps, AGNTCY Ecosystem Layer | fact | 0.60 | 2026-09-05 |
| 57 | Modifying a Model Context Protocol action's automatically populated name, description or input entities requires updating the server definition at the registration or provisioning stage, and Cisco states those changes synchronise automatically to AI Agent Studio. Webex AI Agent Studio Administration guide · Configure MCP client action, What to do next | fact | 0.90 | 2026-09-05 |
| 58 | In the server direction the flow is an external artificial intelligence agent to a Webex MCP server to Webex services. AI in Webex Overview · AI in Webex Overview, Two ways MCP connects to Webex, first pattern | fact | 0.90 | 2026-09-05 |
| 59 | A Model Context Protocol server being onboarded to Webex must be deployed and reachable over secure hypertext transfer protocol. Onboard your MCP server · Onboard Your MCP Server, Prerequisites | fact | 0.90 | 2026-09-05 |
| 60 | Cisco states that MCP servers often call representational state transfer interfaces behind the scenes and that agent-to-agent and Model Context Protocol connectivity can work together in 1 solution. AI in Webex Overview · AI in Webex Overview, MCP is one part of the picture | fact | 0.90 | 2026-09-05 |
| 61 | Cisco records publishing Webex MCP servers to external artificial intelligence platforms: Meetings and Workspaces to Gemini Enterprise and Meetings and Webex Suite to a platform named Circuit in August 2026, and Meetings to Claude in July 2026. AI in Webex: What's New · What's New, August 2026 and July 2026 | fact | 0.60 | 2026-09-05 |
| 62 | Cisco states that Webex AI Agent Studio supports only 3 authentication types for a Model Context Protocol client action: OAuth2 client credentials, application key, and custom header based authentication. Webex AI Agent Studio Administration guide · Configure MCP client action, Before you begin, second prerequisite | disputed | 0.90 | 2026-09-05 |
| 63 | A different section of the same AI Agent Studio guide states a flat maximum of 10 actions for an artificial intelligence agent, covering Model Context Protocol client actions, fulfilment actions and custom transfer actions together. Webex AI Agent Studio Administration guide · Add actions to autonomous AI agent, step 3 | disputed | 0.90 | 2026-09-05 |
| 64 | Enabling a Model Context Protocol action is a 3-stage pipeline: register the application on the Webex developer portal, authorise it in Control Hub for the organisation, then configure the action in AI Agent Studio. Webex AI Agent Studio Administration guide · Configure MCP client action, Before you begin | fact | 0.90 | 2026-09-05 |
| 65 | Adding a Model Context Protocol tool automatically populates the action name from the tool name, its description, and its input entities including required fields and data types, from the server definition. Webex AI Agent Studio Administration guide · Configure MCP client action, What to do next | fact | 0.90 | 2026-09-05 |
| 66 | Cisco names the 2 Model Context Protocol directions Connect Webex MCP Servers to External Clients and Connect External MCP Servers to Webex AI, and warns against the informal inbound and outbound labels because they are ambiguous depending on point of view. AI in Webex Overview · AI in Webex Overview, Two ways MCP connects to Webex | fact | 0.90 | 2026-09-05 |
| 67 | AI Agent Studio is reached from either Control Hub or Webex Connect, and voice preview for agents is available only through the Control Hub path. Webex AI Agent Studio Administration guide · Access Webex AI Agent Studio, both sign-in sections | fact | 0.90 | 2026-09-05 |
| 68 | Artificial intelligence agent support on Unified CCX is stated to be an alpha release. Webex AI Agent Studio Administration guide · table 1, footnote under Unified CCX | fact | 0.90 | 2026-09-05 |
| 69 | Cisco announced in August 2026 that the Webex Connect MCP server is publicly available. AI in Webex: What's New · What's New, August 2026 | fact | 0.90 | 2026-09-05 |
| 70 | Cisco publishes MCP servers that let artificial intelligence agents access Webex functionality, acting as a bridge between an external client and Webex services. AI in Webex: Webex MCP Server Overview · AI in Webex Overview, What is Webex MCP | fact | 0.90 | 2026-09-05 |
| 71 | Cisco publishes a second contact centre server, the Contact Center Operation MCP server, covering reporting, agent activity, configuration, routing, flow definitions, contact journeys, recordings and artificial intelligence data, and it is in beta. Contact Center Operation MCP Server · What is Contact Center Operation MCP Server | fact | 0.90 | 2026-09-05 |
| 72 | Cisco publishes a Webex Contact Center MCP server that lets artificial intelligence agents and automation tools work with contact centre capabilities on behalf of authenticated users, and it is in beta. Contact Center MCP Server · What is Contact Center MCP Server | fact | 0.90 | 2026-09-05 |
| 73 | 8 of the 9 Cisco onboarded servers use the authorization code method and PagerDuty uses a user token instead. Cisco Onboarded MCP Servers · per-server authentication type lines | fact | 0.90 | 2026-09-05 |
Sources
Agentic Apps: Getting Started
AI in Webex Overview
AI in Webex: Webex MCP Server Overview
AI in Webex: What's New
Cisco Onboarded MCP Servers
Contact Center MCP Server
Contact Center Operation MCP Server
MCP in AI Agent Studio
Onboard Your Agent
Onboard your MCP server
Provisioning on Control Hub
Webex AI Agent Studio Administration guide
Webex Developer Beta Program
What's New for Agentic Apps
Webex Leverages AGNTCY Directory and Identity for Agentic Apps
Cite this page
APA
WarmTransfer. (2026, September 5). Model Context Protocol actions in Webex contact centre AI. WarmTransfer. https://warmtransfer.net/knowledge/webex-cc-mcp-tool-calling
BibTeX
@misc{warmtransfer-webex-cc-mcp-tool-calling,
title = {Model Context Protocol actions in Webex contact centre AI},
author = {{WarmTransfer}},
year = {2026},
url = {https://warmtransfer.net/knowledge/webex-cc-mcp-tool-calling},
note = {Verified 2026-09-05}
}