Skip to main content
GET
/
api
/
v1
/
mcp
cURL
curl -sS \
  -H 'Authorization: Bearer $OXI_SK' \
  'https://api.0xinsider.com/api/v1/mcp'
"<string>"
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.
curl -N \
  -H "Authorization: Bearer $OXINSIDER_API_KEY" \
  -H "Mcp-Session-Id: $SESSION_ID" \
  https://api.0xinsider.com/api/v1/mcp
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: Authorization: Bearer oxi_sk_live_... for live data (requires an active Insider subscription), or oxi_sk_test_... for sandbox/test mode (free account, deterministic fixture data, no live rows). Both key classes use the same paths; the prefix selects live vs sandbox.

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.