x-cpod-domain: mcp
MCP
MCP tool proxy — register, manage, and invoke LLM-facing tools through the tenant-scoped audited proxy.
Try in explorer
client.mcpMcpTool
An MCP tool registered for LLM agent invocation via the platform proxy.
REST path
/api/v1/apps/{appId}/mcp/toolsOperations
registerlistunregistercallproxyInfotoMcpServerSDK
// list — returns only your records; add filters/search:
await client.mcp.list()| Field | Type | Description |
|---|---|---|
| name* | string | Tool name (unique per app). |
| description* | string | Tool description for LLM consumption. |
| endpoint* | string | REST endpoint this tool proxies. |
| method* | enum | HTTP method.GETPOSTPUTPATCHDELETE |
| input_schema | json | JSON Schema for tool input arguments. |
| requires_approval | boolean | Whether the tool requires HITL approval before invocation. |