Docs

Docs

x-cpod-domain: mcp

MCP

MCP tool proxy — register, manage, and invoke LLM-facing tools through the tenant-scoped audited proxy.

McpTool

An MCP tool registered for LLM agent invocation via the platform proxy.

REST path/api/v1/apps/{appId}/mcp/tools
Operations
registerlistunregistercallproxyInfotoMcpServer
SDK
// list — returns only your records; add filters/search:
await client.mcp.list()
FieldTypeDescription
name*stringTool name (unique per app).
description*stringTool description for LLM consumption.
endpoint*stringREST endpoint this tool proxies.
method*enumHTTP method.GETPOSTPUTPATCHDELETE
input_schemajsonJSON Schema for tool input arguments.
requires_approvalbooleanWhether the tool requires HITL approval before invocation.