Create a new MCP server instance

Creates a new instance for a Model Control Protocol (MCP) server. This endpoint validates that the user has connected accounts for all auth configurations associated with the MCP server before creating the instance.

Path parameters

serverIdstringRequired
The ID of the MCP server

Headers

x-api-keystringRequired

Request

This endpoint expects an object.
user_idstringRequired>=1 character

The user ID (entity ID) that will be used as both the user identifier and instance ID

Response

Successfully created MCP server instance. Returns the created instance details.
idstring
UUID of the instance record
instance_idstring

The instance identifier (same as the user_id)

mcp_server_idstring
UUID of the parent MCP server
created_atstring
Date and time when this instance was created
updated_atstring
Date and time when this instance was last modified

Errors