Mixpanel · Capability

Mixpanel Data Pipelines API — Pipelines

Mixpanel Data Pipelines API — Pipelines. 6 operations. Lead operation: Mixpanel Create a pipeline. Self-contained Naftiko capability covering one Mixpanel business surface.

Run with Naftiko MixpanelPipelines

What You Can Do

POST
Createpipeline — Mixpanel Create a pipeline
/v1/nessie/pipeline/create
POST
Deletepipeline — Mixpanel Delete a pipeline
/v1/nessie/pipeline/delete
GET
Listpipelines — Mixpanel List pipelines
/v1/nessie/pipeline/list
POST
Pausepipeline — Mixpanel Pause a pipeline
/v1/nessie/pipeline/pause
POST
Unpausepipeline — Mixpanel Resume a pipeline
/v1/nessie/pipeline/unpause
POST
Updatepipeline — Mixpanel Update a pipeline
/v1/nessie/pipeline/update

MCP Tools

mixpanel-create-pipeline

Mixpanel Create a pipeline

mixpanel-delete-pipeline

Mixpanel Delete a pipeline

mixpanel-list-pipelines

Mixpanel List pipelines

read-only idempotent
mixpanel-pause-pipeline

Mixpanel Pause a pipeline

mixpanel-resume-pipeline

Mixpanel Resume a pipeline

mixpanel-update-pipeline

Mixpanel Update a pipeline

Capability Spec

data-pipelines-pipelines.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mixpanel Data Pipelines API — Pipelines
  description: 'Mixpanel Data Pipelines API — Pipelines. 6 operations. Lead operation: Mixpanel Create a pipeline. Self-contained
    Naftiko capability covering one Mixpanel business surface.'
  tags:
  - Mixpanel
  - Pipelines
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MIXPANEL_API_KEY: MIXPANEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-pipelines-pipelines
    baseUri: https://data.mixpanel.com/api/2.0
    description: Mixpanel Data Pipelines API — Pipelines business capability. Self-contained, no shared references.
    resources:
    - name: nessie-pipeline-create
      path: /nessie/pipeline/create
      operations:
      - name: createpipeline
        method: POST
        description: Mixpanel Create a pipeline
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: nessie-pipeline-delete
      path: /nessie/pipeline/delete
      operations:
      - name: deletepipeline
        method: POST
        description: Mixpanel Delete a pipeline
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: nessie-pipeline-list
      path: /nessie/pipeline/list
      operations:
      - name: listpipelines
        method: GET
        description: Mixpanel List pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: nessie-pipeline-pause
      path: /nessie/pipeline/pause
      operations:
      - name: pausepipeline
        method: POST
        description: Mixpanel Pause a pipeline
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: nessie-pipeline-unpause
      path: /nessie/pipeline/unpause
      operations:
      - name: unpausepipeline
        method: POST
        description: Mixpanel Resume a pipeline
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: nessie-pipeline-update
      path: /nessie/pipeline/update
      operations:
      - name: updatepipeline
        method: POST
        description: Mixpanel Update a pipeline
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.MIXPANEL_USER}}'
      password: '{{env.MIXPANEL_PASS}}'
  exposes:
  - type: rest
    namespace: data-pipelines-pipelines-rest
    port: 8080
    description: REST adapter for Mixpanel Data Pipelines API — Pipelines. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/nessie/pipeline/create
      name: nessie-pipeline-create
      description: REST surface for nessie-pipeline-create.
      operations:
      - method: POST
        name: createpipeline
        description: Mixpanel Create a pipeline
        call: data-pipelines-pipelines.createpipeline
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/nessie/pipeline/delete
      name: nessie-pipeline-delete
      description: REST surface for nessie-pipeline-delete.
      operations:
      - method: POST
        name: deletepipeline
        description: Mixpanel Delete a pipeline
        call: data-pipelines-pipelines.deletepipeline
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/nessie/pipeline/list
      name: nessie-pipeline-list
      description: REST surface for nessie-pipeline-list.
      operations:
      - method: GET
        name: listpipelines
        description: Mixpanel List pipelines
        call: data-pipelines-pipelines.listpipelines
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/nessie/pipeline/pause
      name: nessie-pipeline-pause
      description: REST surface for nessie-pipeline-pause.
      operations:
      - method: POST
        name: pausepipeline
        description: Mixpanel Pause a pipeline
        call: data-pipelines-pipelines.pausepipeline
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/nessie/pipeline/unpause
      name: nessie-pipeline-unpause
      description: REST surface for nessie-pipeline-unpause.
      operations:
      - method: POST
        name: unpausepipeline
        description: Mixpanel Resume a pipeline
        call: data-pipelines-pipelines.unpausepipeline
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/nessie/pipeline/update
      name: nessie-pipeline-update
      description: REST surface for nessie-pipeline-update.
      operations:
      - method: POST
        name: updatepipeline
        description: Mixpanel Update a pipeline
        call: data-pipelines-pipelines.updatepipeline
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-pipelines-pipelines-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mixpanel Data Pipelines API — Pipelines. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: mixpanel-create-pipeline
      description: Mixpanel Create a pipeline
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-pipelines-pipelines.createpipeline
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: mixpanel-delete-pipeline
      description: Mixpanel Delete a pipeline
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-pipelines-pipelines.deletepipeline
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: mixpanel-list-pipelines
      description: Mixpanel List pipelines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-pipelines-pipelines.listpipelines
      outputParameters:
      - type: object
        mapping: $.
    - name: mixpanel-pause-pipeline
      description: Mixpanel Pause a pipeline
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-pipelines-pipelines.pausepipeline
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: mixpanel-resume-pipeline
      description: Mixpanel Resume a pipeline
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-pipelines-pipelines.unpausepipeline
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: mixpanel-update-pipeline
      description: Mixpanel Update a pipeline
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: data-pipelines-pipelines.updatepipeline
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.