Register a remote MCP server
Registers a remote MCP server as a connector. Merge completes the MCP handshake against the server before anything is written, so either a connector exists with its tools discovered or nothing does.
auth.type accepts none and secret. OAuth is not yet supported.
Authentication
Token-based authentication with required prefix “Bearer”
Request
Identifier for the connector. Lowercase letters, digits and underscores. Derived from name when omitted.
Additional non-secret headers sent on every request. Write-only: the caller is the system of record for header state.
Defaults to {"type": "none"}.
Response
List of available tools for this connector. By default each tool includes only name, description, and credit_type; pass include_tool_details=true on the detail endpoint to also include input_schema, output_schema, annotations, scopes, and endpoints.