ScalixScalix Docs
Sign up

MCP API

Model Context Protocol API to list and call the MCP tools your token unlocks, letting AI agents operate Scalix Cloud through tool calls.

REST API endpoints for MCP. 2 operations.

List MCP tools

plaintext
GET /api/v1/mcp

Returns the MCP tool definitions available to the caller.

Auth: Bearer API key

Responses

StatusDescription
200Tool definitions
401Missing or invalid API key
500Internal error

operationId: listMcpTools

Call an MCP tool

plaintext
POST /api/v1/mcp/call

Invokes an MCP tool and returns its result.

Auth: Bearer API key

Responses

StatusDescription
200Tool result
401Missing or invalid API key
500Internal error

operationId: callMcpTool