Skip to main content
GET
/
api
/
v1
/
mcp
Open MCP server-to-client stream
curl --request GET \
  --url https://api.0xinsider.com/api/v1/mcp \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt

Use this file to discover all available pages before exploring further.

Open the server-to-client stream with the Mcp-Session-Id returned by initialize. Use Authorization: Bearer <token> when the client supports headers.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer oxi_sk_live_...

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.