Plaid · Capability

Plaid link delivery/ — Plaid

Plaid link delivery/ — Plaid. 2 operations. Lead operation: Plaid Create Hosted Link session. Self-contained Naftiko capability covering one Plaid business surface.

Run with Naftiko Plaid

What You Can Do

POST
Linkdeliverycreate — Plaid Create Hosted Link session
/v1/link-delivery/create
POST
Linkdeliveryget — Plaid Get Hosted Link session
/v1/link-delivery/get

MCP Tools

plaid-create-hosted-link-session

Plaid Create Hosted Link session

plaid-get-hosted-link-session

Plaid Get Hosted Link session

read-only

Capability Spec

link-delivery--plaid.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Plaid link delivery/ — Plaid
  description: 'Plaid link delivery/ — Plaid. 2 operations. Lead operation: Plaid Create Hosted Link session. 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: link-delivery--plaid
    baseUri: https://production.plaid.com
    description: Plaid link delivery/ — Plaid business capability. Self-contained, no shared references.
    resources:
    - name: link_delivery-create
      path: /link_delivery/create
      operations:
      - name: linkdeliverycreate
        method: POST
        description: Plaid Create Hosted Link session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: link_delivery-get
      path: /link_delivery/get
      operations:
      - name: linkdeliveryget
        method: POST
        description: Plaid Get Hosted Link session
        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: link-delivery--plaid-rest
    port: 8080
    description: REST adapter for Plaid link delivery/ — Plaid. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/link-delivery/create
      name: link-delivery-create
      description: REST surface for link_delivery-create.
      operations:
      - method: POST
        name: linkdeliverycreate
        description: Plaid Create Hosted Link session
        call: link-delivery--plaid.linkdeliverycreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/link-delivery/get
      name: link-delivery-get
      description: REST surface for link_delivery-get.
      operations:
      - method: POST
        name: linkdeliveryget
        description: Plaid Get Hosted Link session
        call: link-delivery--plaid.linkdeliveryget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: link-delivery--plaid-mcp
    port: 9090
    transport: http
    description: MCP adapter for Plaid link delivery/ — Plaid. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: plaid-create-hosted-link-session
      description: Plaid Create Hosted Link session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: link-delivery--plaid.linkdeliverycreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: plaid-get-hosted-link-session
      description: Plaid Get Hosted Link session
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: link-delivery--plaid.linkdeliveryget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.