Mixpanel · Capability

Mixpanel Ingestion API — User Profiles

Mixpanel Ingestion API — User Profiles. 1 operations. Lead operation: Mixpanel Update user profile. Self-contained Naftiko capability covering one Mixpanel business surface.

Run with Naftiko MixpanelUser Profiles

What You Can Do

POST
Updateuserprofile — Mixpanel Update user profile
/v1/engage

MCP Tools

mixpanel-update-user-profile

Mixpanel Update user profile

Capability Spec

ingestion-user-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mixpanel Ingestion API — User Profiles
  description: 'Mixpanel Ingestion API — User Profiles. 1 operations. Lead operation: Mixpanel Update user profile. Self-contained
    Naftiko capability covering one Mixpanel business surface.'
  tags:
  - Mixpanel
  - User Profiles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MIXPANEL_API_KEY: MIXPANEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: ingestion-user-profiles
    baseUri: https://api.mixpanel.com
    description: Mixpanel Ingestion API — User Profiles business capability. Self-contained, no shared references.
    resources:
    - name: engage
      path: /engage
      operations:
      - name: updateuserprofile
        method: POST
        description: Mixpanel Update user profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: token
      value: '{{env.MIXPANEL_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: ingestion-user-profiles-rest
    port: 8080
    description: REST adapter for Mixpanel Ingestion API — User Profiles. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/engage
      name: engage
      description: REST surface for engage.
      operations:
      - method: POST
        name: updateuserprofile
        description: Mixpanel Update user profile
        call: ingestion-user-profiles.updateuserprofile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ingestion-user-profiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mixpanel Ingestion API — User Profiles. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: mixpanel-update-user-profile
      description: Mixpanel Update user profile
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ingestion-user-profiles.updateuserprofile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.