Dust · Capability

Dust MCP API — MCP

Dust MCP API — MCP. 5 operations. Lead operation: Update Heartbeat for a Client-Side MCP Server. Self-contained Naftiko capability covering one Dust business surface.

Dust MCP API — MCP is a Naftiko capability published by Dust, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the POST and GET methods rooted at /v1/api/v1/w/{…}.

The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: Update Heartbeat for a Client-Side MCP Server. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dust and MCP.

Run with Naftiko DustMCP

What You Can Do

POST
Post api v1 w mcp heartbeat — Update Heartbeat for a Client-Side MCP Server
/v1/api/v1/w/{wId}/mcp/heartbeat
POST
Post api v1 w mcp register — Register a Client-Side MCP Server
/v1/api/v1/w/{wId}/mcp/register
GET
Get api v1 w mcp requests — Stream MCP Tool Requests for a Workspace
/v1/api/v1/w/{wId}/mcp/requests
POST
Post api v1 w mcp results — Submit MCP Tool Execution Results
/v1/api/v1/w/{wId}/mcp/results
GET
Get api v1 w spaces mcp server views — List Available MCP Server Views.
/v1/api/v1/w/{wId}/spaces/{spaceId}/mcp_server_views

MCP Tools

dust-post-api-v1-w-mcp-heartbeat

Update Heartbeat for a Client-Side MCP Server

dust-post-api-v1-w-mcp-register

Register a Client-Side MCP Server

dust-get-api-v1-w-mcp-requests

Stream MCP Tool Requests for a Workspace

read-only idempotent
dust-post-api-v1-w-mcp-results

Submit MCP Tool Execution Results

dust-get-api-v1-w-spaces-mcp-server-views

List Available MCP Server Views.

read-only idempotent

Capability Spec

mcp-mcp.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dust MCP API — MCP
  description: 'Dust MCP API — MCP. 5 operations. Lead operation: Update Heartbeat for a Client-Side MCP Server. Self-contained
    Naftiko capability covering one Dust business surface.'
  tags:
  - Dust
  - MCP
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
- namespace: env
  keys:
    DUST_API_KEY: DUST_API_KEY
    DUST_WORKSPACE_ID: DUST_WORKSPACE_ID
capability:
  consumes:
  - type: http
    namespace: mcp-mcp
    baseUri: https://dust.tt
    description: Dust MCP API — MCP business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-w-wid-mcp-heartbeat
      path: /api/v1/w/{wId}/mcp/heartbeat
      operations:
      - name: post-api-v1-w-mcp-heartbeat
        method: POST
        description: Update Heartbeat for a Client-Side MCP Server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-w-wid-mcp-register
      path: /api/v1/w/{wId}/mcp/register
      operations:
      - name: post-api-v1-w-mcp-register
        method: POST
        description: Register a Client-Side MCP Server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-w-wid-mcp-requests
      path: /api/v1/w/{wId}/mcp/requests
      operations:
      - name: get-api-v1-w-mcp-requests
        method: GET
        description: Stream MCP Tool Requests for a Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
    - name: api-v1-w-wid-mcp-results
      path: /api/v1/w/{wId}/mcp/results
      operations:
      - name: post-api-v1-w-mcp-results
        method: POST
        description: Submit MCP Tool Execution Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-w-wid-spaces-spaceid-mcp-server-views
      path: /api/v1/w/{wId}/spaces/{spaceId}/mcp_server_views
      operations:
      - name: get-api-v1-w-spaces-mcp-server-views
        method: GET
        description: List Available MCP Server Views.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
    authentication:
      type: bearer
      value: '{{env.DUST_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: mcp-mcp-rest
    port: 8080
    description: REST adapter for Dust MCP API — MCP. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/api/v1/w/{wId}/mcp/heartbeat
      name: api-v1-w-wid-mcp-heartbeat
      description: REST surface for /api/v1/w/{wId}/mcp/heartbeat.
      operations:
      - method: POST
        name: post-api-v1-w-mcp-heartbeat
        description: Update Heartbeat for a Client-Side MCP Server
        call: mcp-mcp.post-api-v1-w-mcp-heartbeat
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/w/{wId}/mcp/register
      name: api-v1-w-wid-mcp-register
      description: REST surface for /api/v1/w/{wId}/mcp/register.
      operations:
      - method: POST
        name: post-api-v1-w-mcp-register
        description: Register a Client-Side MCP Server
        call: mcp-mcp.post-api-v1-w-mcp-register
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/w/{wId}/mcp/requests
      name: api-v1-w-wid-mcp-requests
      description: REST surface for /api/v1/w/{wId}/mcp/requests.
      operations:
      - method: GET
        name: get-api-v1-w-mcp-requests
        description: Stream MCP Tool Requests for a Workspace
        call: mcp-mcp.get-api-v1-w-mcp-requests
        with: {}
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/w/{wId}/mcp/results
      name: api-v1-w-wid-mcp-results
      description: REST surface for /api/v1/w/{wId}/mcp/results.
      operations:
      - method: POST
        name: post-api-v1-w-mcp-results
        description: Submit MCP Tool Execution Results
        call: mcp-mcp.post-api-v1-w-mcp-results
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/w/{wId}/spaces/{spaceId}/mcp_server_views
      name: api-v1-w-wid-spaces-spaceid-mcp-server-views
      description: REST surface for /api/v1/w/{wId}/spaces/{spaceId}/mcp_server_views.
      operations:
      - method: GET
        name: get-api-v1-w-spaces-mcp-server-views
        description: List Available MCP Server Views.
        call: mcp-mcp.get-api-v1-w-spaces-mcp-server-views
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mcp-mcp-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dust MCP API — MCP. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: dust-post-api-v1-w-mcp-heartbeat
      description: Update Heartbeat for a Client-Side MCP Server
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: mcp-mcp.post-api-v1-w-mcp-heartbeat
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: dust-post-api-v1-w-mcp-register
      description: Register a Client-Side MCP Server
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: mcp-mcp.post-api-v1-w-mcp-register
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: dust-get-api-v1-w-mcp-requests
      description: Stream MCP Tool Requests for a Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mcp-mcp.get-api-v1-w-mcp-requests
      with: {}
      outputParameters:
      - type: object
        mapping: $.
    - name: dust-post-api-v1-w-mcp-results
      description: Submit MCP Tool Execution Results
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: mcp-mcp.post-api-v1-w-mcp-results
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: dust-get-api-v1-w-spaces-mcp-server-views
      description: List Available MCP Server Views.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mcp-mcp.get-api-v1-w-spaces-mcp-server-views
      with: {}
      outputParameters:
      - type: object
        mapping: $.