Chase · Capability

Chase Account and Customer Information API — Customers

Chase Account and Customer Information API — Customers. 1 operations. Lead operation: Get the current authenticated customer. Self-contained Naftiko capability covering one Chase business surface.

Run with Naftiko ChaseCustomers

What You Can Do

GET
Getcurrentcustomer — Get the current authenticated customer
/v1/customers/current

MCP Tools

get-current-authenticated-customer

Get the current authenticated customer

read-only idempotent

Capability Spec

account-and-customer-information-customers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Chase Account and Customer Information API — Customers
  description: 'Chase Account and Customer Information API — Customers. 1 operations. Lead operation: Get the current authenticated
    customer. Self-contained Naftiko capability covering one Chase business surface.'
  tags:
  - Chase
  - Customers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CHASE_API_KEY: CHASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: account-and-customer-information-customers
    baseUri: https://api.chase.com/aggregation/fdx
    description: Chase Account and Customer Information API — Customers business capability. Self-contained, no shared references.
    resources:
    - name: customers-current
      path: /customers/current
      operations:
      - name: getcurrentcustomer
        method: GET
        description: Get the current authenticated customer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CHASE_API_KEY}}'
  exposes:
  - type: rest
    namespace: account-and-customer-information-customers-rest
    port: 8080
    description: REST adapter for Chase Account and Customer Information API — Customers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/customers/current
      name: customers-current
      description: REST surface for customers-current.
      operations:
      - method: GET
        name: getcurrentcustomer
        description: Get the current authenticated customer
        call: account-and-customer-information-customers.getcurrentcustomer
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: account-and-customer-information-customers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Chase Account and Customer Information API — Customers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-current-authenticated-customer
      description: Get the current authenticated customer
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: account-and-customer-information-customers.getcurrentcustomer
      outputParameters:
      - type: object
        mapping: $.