Skip to main content
POST
MCP JSON-RPC endpoint
Invokes MCP tools such as listResources, ask, addResource, and sync. The hosted endpoint supports request/response MCP tool calls over POST /api/mcp. Long-lived SSE notification streams are disabled on the cloud deployment.

Authorizations

Authorization
string
header
required

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

Body

application/json
jsonrpc
any
required
id
required
method
string
required
params
object
required

Response

Tool call response

result
object
required