The Virtual MCP Connections API provides connection management operations between virtual MCP servers and downstream resource servers. See Virtual MCP Settings for supported connection types and 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.
OAuth 2.0 scope:
- okta.resourceServers.virtualMcpServers.read
Admin roles:
- SUPER_ADMIN
Lists all connections for the virtual MCP
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.
GET
curl -i -X GET \
'https://subdomain.okta.com/workload-principals/api/v1/virtual-mcp-servers/wlp1aB2cD3eF4gH5iJ6k/connections?after=string&limit=20'Response
- APP_INSTANCE
- MCP_SERVER
- API_SERVER
{ "data": [ { … }, { … } ], "_links": { "self": { … } } }