Create MCP Server
POST/v1/mcp-servers
Create a new MCP server with enhanced authentication and validation.
Status Codes:
201: Server created successfully400: 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
- 201
- 400
- 403
- 409
- 500
MCP server created successfully
Validation Error
Forbidden - Not authorized to create public servers
Conflict - Server with this ID, name or URL already exists in your environment
Internal Server Error - Unexpected server failure