v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-01-027446226.6 KB
mcp-server

Create

Create a Strata MCP server.

Parameters:

  • servers: Can be 'ALL' to add all available MCP Handle integration, a list of specific server names, or null to add no servers
  • externalServers: Optional list of external MCP servers to validate and add
post/mcp-server/strata/create

Request body

userIdstring required

The unique identifier for the user. The server instance along with the all the authentication data will belong to that specific user only. It can be a UUID from the database, a unique email address from the user, etc.

enableAuthHandlingboolean

Whether to enable authentication handling. Default is True.

Response

Successful Response

strataServerUrlstring required

URL to connect to the Strata MCP server

strataIdstring required

The strata server ID

addedServersstring[] required

List of MCP Handle integration that were added

oauthUrlsobject

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

apiKeyUrlsobject

Map of connected integration to API key setup URL