Skip to main content
GET
/
mcp
Hosted MCP transport (streamable HTTP)
curl --request GET \
  --url https://api.omnibrief.app/mcp \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "invalid_request",
    "code": "<string>",
    "message": "<string>",
    "request_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

SSE stream with MCP transport information.