Skip to main content
POST
/
v1
/
mcp
MCP server (stateless Streamable HTTP, JSON-RPC 2.0). Send Accept= application/json, text/event-stream.
curl --request POST \
  --url https://api.sydium.com/v1/mcp \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Opaque API key (sk_live_... / sk_test_...)

Body

application/json

JSON-RPC 2.0 request (tools/list, tools/call)

Response

JSON-RPC result

The response is of type object.