The Virtual Model Context Protocol (MCP) Server Registrations API provides registration and lifecycle management operations for virtual MCPs. A virtual MCP serves as a consolidated interface for multiple underlying resource servers as a single, unified MCP to an AI agent. See MCP Servers.
Note: This API, which is available as a Research Release, is only available if you're subscribed to Okta for AI Agents. Contact Okta Support for more information.
- okta.resourceServers.virtualMcpServers.read
- SUPER_ADMIN
Lists all virtual MCPs
The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the Link response header. See Pagination and Link header.
Filters virtual MCPs with a filtering expression. This supports the following operators:
eqoperator for thestatuspropertysw,co, andeqoperator for theprofile.displayNameproperty
Note: This operation requires URL encoding. See Special characters.
curl -i -X GET \
'https://subdomain.okta.com/workload-principals/api/v1/virtual-mcp-servers?after=string&limit=20&filter=profile.displayName%20sw%20%22Production%22%20and%20status%20eq%20%22ACTIVE%22'OK
Specifies link relations (see Web Linking) available using the JSON Hypertext Application Language specification. This object is used for dynamic discovery of related resources and lifecycle operations.
{ "data": [ { … }, { … }, { … } ], "_links": { "self": { … } } }