Skip to main content
POST
Create AI MCP server

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required

MCP server endpoint URL.

auth
object
required

Authentication configuration for connecting to the server.

name
string
required

AI MCP server name.

Minimum string length: 1
availableTools
object
required

Tools discovered on the server, keyed by tool name.

selectedTools
string[]
required

Names of the discovered tools the AI agent is allowed to call.

Response

OK

id
string
required
Pattern: ^\d+$
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
name
string
required
url
string
required
availableTools
object
required
selectedTools
string[]
required
workspaceId
string
required
Pattern: ^\d+$
auth
object
required