{ "opencollection": "1.0.0", "info": { "name": "Dust Agents MCP API", "version": "1.0.2" }, "items": [ { "info": { "name": "MCP", "type": "folder" }, "items": [ { "info": { "name": "Update Heartbeat for a Client-Side MCP Server", "type": "http" }, "http": { "method": "POST", "url": "https://dust.tt/api/v1/w/:wId/mcp/heartbeat", "params": [ { "name": "wId", "value": "", "type": "path", "description": "ID of the workspace" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "[Documentation](https://docs.dust.tt/docs/client-side-mcp-server)\nUpdate the heartbeat for a previously registered client-side MCP server.\nThis extends the TTL for the server registration.\n" }, { "info": { "name": "Register a Client-Side MCP Server", "type": "http" }, "http": { "method": "POST", "url": "https://dust.tt/api/v1/w/:wId/mcp/register", "params": [ { "name": "wId", "value": "", "type": "path", "description": "ID of the workspace" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "[Documentation](https://docs.dust.tt/docs/client-side-mcp-server)\nRegister a client-side MCP server to Dust.\nThe registration is scoped to the current user and workspace.\nA serverId identifier is generated and returned in the response.\n" }, { "info": { "name": "Stream MCP Tool Requests for a Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://dust.tt/api/v1/w/:wId/mcp/requests", "params": [ { "name": "wId", "value": "", "type": "path", "description": "ID of the workspace" }, { "name": "serverId", "value": "", "type": "query", "description": "ID of the MCP server to filter events for" }, { "name": "lastEventId", "value": "", "type": "query", "description": "ID of the last event to filter events for" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "[Documentation](https://docs.dust.tt/docs/client-side-mcp-server)\nServer-Sent Events (SSE) endpoint that streams MCP tool requests for a workspace.\nThis endpoint is used by client-side MCP servers to listen for tool requests in real-time.\nThe connection will remain open and events will be sent as new tool requests are made.\n" }, { "info": { "name": "Submit MCP Tool Execution Results", "type": "http" }, "http": { "method": "POST", "url": "https://dust.tt/api/v1/w/:wId/mcp/results", "params": [ { "name": "wId", "value": "", "type": "path", "description": "ID of the workspace" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "[Documentation](https://docs.dust.tt/docs/client-side-mcp-server)\nEndpoint for client-side MCP servers to submit the results of tool executions.\nThis endpoint accepts the output from tools that were executed locally.\n" } ] } ], "bundled": true }