MCP API
Model Context Protocol tools
REST API endpoints for MCP. 2 operations.
List MCP tools
plaintext
GET /api/v1/mcpReturns the MCP tool definitions available to the caller.
Auth: Bearer API key
Responses
| Status | Description |
|---|---|
200 | Tool definitions |
401 | Missing or invalid API key |
500 | Internal error |
operationId: listMcpTools
Call an MCP tool
plaintext
POST /api/v1/mcp/callInvokes an MCP tool and returns its result.
Auth: Bearer API key
Responses
| Status | Description |
|---|---|
200 | Tool result |
401 | Missing or invalid API key |
500 | Internal error |
operationId: callMcpTool