TIAA · Capability

TIAA Financial Data Exchange API — Transactions

TIAA Financial Data Exchange API — Transactions. 1 operations. Lead operation: List Account Transactions. Self-contained Naftiko capability covering one Tiaa business surface.

Run with Naftiko TiaaTransactions

What You Can Do

GET
Listtransactions — List Account Transactions
/v1/accounts/{accountid}/transactions

MCP Tools

list-account-transactions

List Account Transactions

read-only idempotent

Capability Spec

fdx-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TIAA Financial Data Exchange API — Transactions
  description: 'TIAA Financial Data Exchange API — Transactions. 1 operations. Lead operation: List Account Transactions.
    Self-contained Naftiko capability covering one Tiaa business surface.'
  tags:
  - Tiaa
  - Transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TIAA_API_KEY: TIAA_API_KEY
capability:
  consumes:
  - type: http
    namespace: fdx-transactions
    baseUri: https://api.tiaa.org/fdx/v6
    description: TIAA Financial Data Exchange API — Transactions business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-transactions
      path: /accounts/{accountId}/transactions
      operations:
      - name: listtransactions
        method: GET
        description: List Account Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
        - name: startTime
          in: query
          type: string
          description: Start of transaction date range (ISO 8601)
        - name: endTime
          in: query
          type: string
          description: End of transaction date range (ISO 8601)
        - name: offset
          in: query
          type: integer
        - name: limit
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.TIAA_API_KEY}}'
  exposes:
  - type: rest
    namespace: fdx-transactions-rest
    port: 8080
    description: REST adapter for TIAA Financial Data Exchange API — Transactions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/transactions
      name: accounts-accountid-transactions
      description: REST surface for accounts-accountId-transactions.
      operations:
      - method: GET
        name: listtransactions
        description: List Account Transactions
        call: fdx-transactions.listtransactions
        with:
          accountId: rest.accountId
          startTime: rest.startTime
          endTime: rest.endTime
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fdx-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for TIAA Financial Data Exchange API — Transactions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-account-transactions
      description: List Account Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fdx-transactions.listtransactions
      with:
        accountId: tools.accountId
        startTime: tools.startTime
        endTime: tools.endTime
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.