|docs
Start Trial

MCP Endpoint

The root MCP path for all JSON-RPC requests.

Header Parameters

Content-Type*"application/json"
Default"application/json"

Value in

  • "application/json"
Authorization*string

Should contain the API key or OAuth token to authorize the request. Format: Token token=<token> or Bearer <token>

Match^(Token token=[A-Za-z0-9]+|Bearer [A-Za-z0-9]+)$
Accept*"application/json, text/event-stream"

MCP clients must accept both application/json and text/event-stream.

Value in

  • "application/json, text/event-stream"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

MCP JSON-RPC request object.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json