Skip to main content

Create MCP Server

POST 

/v1/mcp-servers

Create a new MCP server with enhanced authentication and validation.

⚠️ BETA FEATURES: The following fields are in beta and may change in future releases:

  • configuration.healthCheck - Health check configuration structure
  • validationMode: async - Async validation behavior and scheduling

Stable Features (backward compatible):

  • Core server properties: name, url, description
  • Authentication: auth (OIDC, API Key)
  • visibility, validationMode: skip|immediate

Status Codes:

  • 201: Server created successfully
  • 400: Invalid input (validation errors, bad auth config)
  • 403: Forbidden (attempting to create public server)
  • 409: Conflict (duplicate name or URL in environment)
  • 500: Internal server error

Request

Responses

MCP server created successfully