Create a new MCP server scoped to the authenticated user’s personal group. The server is automatically linked to the user’s company and personal group — users cannot create servers for other companies or groups.
authentication_method determines how the server authenticates requests. Possible values:
none: no authentication requiredurl: credentials are appended to the url as the apiKey query parameterbearer_token: credentials are sent as a Bearer token in the Authorization header (provide the token in the credentials field)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.