Add MCP server with validation

Validates a server URL then adds it as an MCP server configuration.

Body Params

MCP server registration with validation. Name and URL are required. Name must be unique (max 50 characters) and URL must be a valid HTTP/HTTPS URL format. auto_connect defaults to true. The server URL is validated before registration, and connectivity is tested after registration.

string
required

Base URL of the MCP server to validate (must include protocol and host).

boolean

When true, performs a lightweight HTTP connectivity check to the URL in addition to format validation.

string

Unique name for the MCP server configuration to be created.

boolean

When true (default), the system attempts to connect to the server immediately after adding it.

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json