Plaid · Capability

Plaid statements/ — Plaid

Plaid statements/ — Plaid. 3 operations. Lead operation: Plaid Retrieve a single statement.. Self-contained Naftiko capability covering one Plaid business surface.

Run with Naftiko Plaid

What You Can Do

POST
Statementsdownload — Plaid Retrieve a single statement.
/v1/statements/download
POST
Statementslist — Plaid Retrieve a list of all statements associated with an item.
/v1/statements/list
POST
Statementsrefresh — Plaid Refresh statements data.
/v1/statements/refresh

MCP Tools

plaid-retrieve-single-statement

Plaid Retrieve a single statement.

read-only
plaid-retrieve-list-all-statements

Plaid Retrieve a list of all statements associated with an item.

read-only
plaid-refresh-statements-data

Plaid Refresh statements data.

Capability Spec

statements--plaid.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Plaid statements/ — Plaid
  description: 'Plaid statements/ — Plaid. 3 operations. Lead operation: Plaid Retrieve a single statement.. 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: statements--plaid
    baseUri: https://production.plaid.com
    description: Plaid statements/ — Plaid business capability. Self-contained, no shared references.
    resources:
    - name: statements-download
      path: /statements/download
      operations:
      - name: statementsdownload
        method: POST
        description: Plaid Retrieve a single statement.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: statements-list
      path: /statements/list
      operations:
      - name: statementslist
        method: POST
        description: Plaid Retrieve a list of all statements associated with an item.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: statements-refresh
      path: /statements/refresh
      operations:
      - name: statementsrefresh
        method: POST
        description: Plaid Refresh statements 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: statements--plaid-rest
    port: 8080
    description: REST adapter for Plaid statements/ — Plaid. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/statements/download
      name: statements-download
      description: REST surface for statements-download.
      operations:
      - method: POST
        name: statementsdownload
        description: Plaid Retrieve a single statement.
        call: statements--plaid.statementsdownload
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/statements/list
      name: statements-list
      description: REST surface for statements-list.
      operations:
      - method: POST
        name: statementslist
        description: Plaid Retrieve a list of all statements associated with an item.
        call: statements--plaid.statementslist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/statements/refresh
      name: statements-refresh
      description: REST surface for statements-refresh.
      operations:
      - method: POST
        name: statementsrefresh
        description: Plaid Refresh statements data.
        call: statements--plaid.statementsrefresh
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: statements--plaid-mcp
    port: 9090
    transport: http
    description: MCP adapter for Plaid statements/ — Plaid. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: plaid-retrieve-single-statement
      description: Plaid Retrieve a single statement.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: statements--plaid.statementsdownload
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: plaid-retrieve-list-all-statements
      description: Plaid Retrieve a list of all statements associated with an item.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: statements--plaid.statementslist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: plaid-refresh-statements-data
      description: Plaid Refresh statements data.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: statements--plaid.statementsrefresh
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.