Skip to main content
POST
Streamable HTTP JSON-RPC endpoint for remote MCP clients.

Authorizations

Authorization
string
header
required

Short-lived OAuth access token issued by traxy for the MCP resource.

Headers

Accept
string
required
Example:

"application/json, text/event-stream"

MCP-Protocol-Version
string

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.

Example:

"2025-11-25"

Origin
string

Browser origins must match CUSTOMER_API_MCP_ALLOWED_ORIGINS.

Body

application/json
jsonrpc
enum<string>
required
Available options:
2.0
method
string
required

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

id
params
object

Response

JSON-RPC response.

jsonrpc
enum<string>
required
Available options:
2.0
id
result
object
error
object