Skip to main content
POST
/
mcp
curl --request POST \ --url https://api.omnibrief.app/mcp \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolVersion": "2025-11-05" } } '
{
  "jsonrpc": "2.0",
  "id": null,
  "result": {},
  "error": {
    "code": 123,
    "message": "<string>",
    "data": {}
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
method
string
required
jsonrpc
string
default:2.0
Allowed value: "2.0"
id
unknown
params
Params · object

Response

JSON-RPC response (success or error).

jsonrpc
string
default:2.0
Allowed value: "2.0"
id
unknown
result
Result · object
error
JsonRpcErrorDetail · object