Skip to main content
GET
cURL
Open the server-to-client streaming channel for Remote MCP. Pass the Mcp-Session-Id from the initialize call to attach to your session, plus Authorization: Bearer ... if your client supports headers.
This is the stdio analog over HTTP. Hold the connection open to receive streamed tool responses, progress events, and resource updates.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Headers

Mcp-Session-Id
string

Session ID minted by the server on initialize.

Query Parameters

token
string

API key as query parameter (same contract as POST).

Response

SSE stream

The response is of type string.