Skip to main content
GET
/
mcp-server
/
strata
/
{strataId}
Get
curl --request GET \
  --url https://api.klavis.ai/mcp-server/strata/{strataId} \
  --header 'Authorization: Bearer <token>'
{
  "strataServerUrl": "<string>",
  "strataId": "<string>",
  "connectedServers": [
    "<string>"
  ],
  "connectedExternalServers": [
    {
      "name": "<string>",
      "url": "<string>",
      "headers": {}
    }
  ],
  "oauthUrls": {},
  "apiKeyUrls": {}
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

strataId
string
required

Response

Successful Response

strataServerUrl
string
required

URL to connect to the Strata MCP server

strataId
string
required

The strata server ID

connectedServers
string[]
required

List of available integration currently connected to this strata

connectedExternalServers
ExternalServerInfo · object[]
required

List of external servers with name and URL currently connected to this strata

oauthUrls
object

Map of connected integration to OAuth URL, supports white labeling if configured

apiKeyUrls
object

Map of connected integration to API key setup URL

I