Skip to main content
POST
Connect MCP Server

Authorizations

Authorization
string
header
required

Your SLNG consumer API key.

Path Parameters

server_id
string<uuid>
required

UUID of the MCP server to probe. A server in another organisation or one that is soft-deleted returns 404.

Response

The connection probe result.

Outcome of a live connection probe, including the connection status, round-trip latency, reported server info and protocol version, discovered capabilities, an ordered event log, and any error. Secret values are scrubbed.

status
enum<string>
required
Available options:
connected,
failed
latency_ms
integer
required
server_info
Server Info · object | null
protocol_version
string | null
capabilities
McpCapabilities · object | null

Tools discovered from the MCP server, with flags for whether discovery was truncated and how many pages were fetched.

events
McpEvent · object[]
error
string | null