- okta.resourceServers.virtualMcpServers.read
- SUPER_ADMIN
Lists all virtual MCP servers
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 MCP servers with a filtering expression. This supports the following operators:
eqoperator for thestatuspropertysw,coandeqoperator for theprofile.displayNameproperty
Note: This operation requires URL encoding. See Special characters.
If specified, additional data is included on each item under an _embedded attribute. The parameter accepts multiple values; repeat the parameter to request more than one (e.g. ?expand=connectedResources&expand=attachedAgents).
Supported values:
connectedResources: Adds_embedded.connectedResourceswith a summary of the resource connections currently bound to the virtual MCP server. Full details are available at the connections list endpoint.attachedAgents: Adds_embedded.attachedAgentswith a summary of the AI agents allow-listed to call the virtual MCP server. Full agent details are available at the AI agent get endpoint.
curl -i -X GET \
'https://subdomain.okta.com/resource-servers/api/v1/virtual-mcp-servers?after=string&limit=20&filter=profile.displayName%20sw%20%22Production%22%20and%20status%20eq%20%22ACTIVE%22&expand=connectedResources'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": { … } } }