Plaid · Capability

Plaid auth/ — Plaid

Plaid auth/ — Plaid. 3 operations. Lead operation: Plaid Retrieve auth data. Self-contained Naftiko capability covering one Plaid business surface.

Run with Naftiko Plaid

What You Can Do

POST
Authget — Plaid Retrieve auth data
/v1/auth/get
POST
Investmentsauthget — Plaid Get data needed to authorize an investments transfer
/v1/investments/auth/get
POST
Processorauthget — Plaid Retrieve Auth data
/v1/processor/auth/get

MCP Tools

plaid-retrieve-auth-data

Plaid Retrieve auth data

read-only
plaid-get-data-needed-authorize

Plaid Get data needed to authorize an investments transfer

read-only
plaid-retrieve-auth-data-2

Plaid Retrieve Auth data

read-only

Capability Spec

auth--plaid.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Plaid auth/ — Plaid
  description: 'Plaid auth/ — Plaid. 3 operations. Lead operation: Plaid Retrieve auth data. Self-contained Naftiko capability
    covering one Plaid business surface.'
  tags:
  - Plaid
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PLAID_API_KEY: PLAID_API_KEY
capability:
  consumes:
  - type: http
    namespace: auth--plaid
    baseUri: https://production.plaid.com
    description: Plaid auth/ — Plaid business capability. Self-contained, no shared references.
    resources:
    - name: auth-get
      path: /auth/get
      operations:
      - name: authget
        method: POST
        description: Plaid Retrieve auth data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: investments-auth-get
      path: /investments/auth/get
      operations:
      - name: investmentsauthget
        method: POST
        description: Plaid Get data needed to authorize an investments transfer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: processor-auth-get
      path: /processor/auth/get
      operations:
      - name: processorauthget
        method: POST
        description: Plaid Retrieve Auth data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: auth--plaid-rest
    port: 8080
    description: REST adapter for Plaid auth/ — Plaid. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/auth/get
      name: auth-get
      description: REST surface for auth-get.
      operations:
      - method: POST
        name: authget
        description: Plaid Retrieve auth data
        call: auth--plaid.authget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/investments/auth/get
      name: investments-auth-get
      description: REST surface for investments-auth-get.
      operations:
      - method: POST
        name: investmentsauthget
        description: Plaid Get data needed to authorize an investments transfer
        call: auth--plaid.investmentsauthget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/processor/auth/get
      name: processor-auth-get
      description: REST surface for processor-auth-get.
      operations:
      - method: POST
        name: processorauthget
        description: Plaid Retrieve Auth data
        call: auth--plaid.processorauthget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: auth--plaid-mcp
    port: 9090
    transport: http
    description: MCP adapter for Plaid auth/ — Plaid. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: plaid-retrieve-auth-data
      description: Plaid Retrieve auth data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: auth--plaid.authget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: plaid-get-data-needed-authorize
      description: Plaid Get data needed to authorize an investments transfer
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: auth--plaid.investmentsauthget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: plaid-retrieve-auth-data-2
      description: Plaid Retrieve Auth data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: auth--plaid.processorauthget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.