Plaid · Capability

Plaid fdx/ — Plaid

Plaid fdx/ — Plaid. 1 operations. Lead operation: Plaid Webhook receiver for fdx notifications. Self-contained Naftiko capability covering one Plaid business surface.

Run with Naftiko Plaid

What You Can Do

POST
Fdxnotifications — Plaid Webhook receiver for fdx notifications
/v1/fdx/notifications

MCP Tools

plaid-webhook-receiver-fdx-notifications

Plaid Webhook receiver for fdx notifications

Capability Spec

fdx--plaid.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Plaid fdx/ — Plaid
  description: 'Plaid fdx/ — Plaid. 1 operations. Lead operation: Plaid Webhook receiver for fdx notifications. 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: fdx--plaid
    baseUri: https://production.plaid.com
    description: Plaid fdx/ — Plaid business capability. Self-contained, no shared references.
    resources:
    - name: fdx-notifications
      path: /fdx/notifications
      operations:
      - name: fdxnotifications
        method: POST
        description: Plaid Webhook receiver for fdx notifications
        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: fdx--plaid-rest
    port: 8080
    description: REST adapter for Plaid fdx/ — Plaid. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/fdx/notifications
      name: fdx-notifications
      description: REST surface for fdx-notifications.
      operations:
      - method: POST
        name: fdxnotifications
        description: Plaid Webhook receiver for fdx notifications
        call: fdx--plaid.fdxnotifications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fdx--plaid-mcp
    port: 9090
    transport: http
    description: MCP adapter for Plaid fdx/ — Plaid. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: plaid-webhook-receiver-fdx-notifications
      description: Plaid Webhook receiver for fdx notifications
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fdx--plaid.fdxnotifications
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.