v9

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01391555.5 KB
MCP

Streamable HTTP JSON-RPC endpoint for remote MCP clients.

post/mcp

Headers

Acceptstring required
Example:application/json, text/event-stream
MCP-Protocol-Versionstring
Example:2025-11-25

Use 2025-11-25 for current clients. 2025-06-18 remains supported for compatibility. The header may be omitted for legacy client compatibility; any supplied value must be supported.

Originstring

Browser origins must match CUSTOMER_API_MCP_ALLOWED_ORIGINS.

Request body

jsonrpc'2.0' required
methodstring required

MCP request or notification method, including initialize, tools/list, tools/call, and notifications/initialized.

paramsobject

Response

JSON-RPC response.

jsonrpc'2.0' required
resultobject
errorobject