MCP
Authorizations
AuthorizationstringRequired
Enter JWT access token
Header parameters
AuthorizationstringOptional
Required. Pass the user's access token as a bearer token
AcceptstringRequiredDefault:
Must include both application/json and text/event-stream. The server may respond with either format.
application/json, text/event-streamBody
A JSON-RPC request object for the Universal MCP endpoint
jsonrpcstring · enumRequiredExample:
JSON-RPC protocol version
2.0Possible values: methodstringRequiredExample:
The name of the method to be invoked
tools/callparamsone ofOptionalExample:
Parameters for the method call, can be an object or array
{"name":"use-agent","arguments":{"prompt":"What's on my Google Calendar today?"}}or
object[]Optional
idone ofRequiredExample:
Unique identifier for the request, can be string, number, or null (discouraged)
req-123stringOptional
numberOptional
nullOptional
Responses
200
JSON-RPC response
application/json, text/event-stream
401
Unauthorized. Missing or invalid account access token.
application/json
406
Client must accept both application/json and text/event-stream
429
Insufficient credits to process request
500
Internal server error
application/json
post
/mcpLast updated

