ScalixScalix Docs

MCP API

Model Context Protocol tools

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