Prudential Financial · Capability

Prudential Financial Developer API — Retirement

Prudential Financial Developer API — Retirement. 1 operations. Lead operation: Get Retirement Plans. Self-contained Naftiko capability covering one Prudential Financial business surface.

Run with Naftiko Prudential FinancialRetirement

What You Can Do

GET
Getretirementplans — Get Retirement Plans
/v1/retirement/plans

MCP Tools

get-retirement-plans

Get Retirement Plans

read-only idempotent

Capability Spec

developer-retirement.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Prudential Financial Developer API — Retirement
  description: 'Prudential Financial Developer API — Retirement. 1 operations. Lead operation: Get Retirement Plans. Self-contained
    Naftiko capability covering one Prudential Financial business surface.'
  tags:
  - Prudential Financial
  - Retirement
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PRUDENTIAL_FINANCIAL_API_KEY: PRUDENTIAL_FINANCIAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: developer-retirement
    baseUri: https://developer.apis.prudential.com
    description: Prudential Financial Developer API — Retirement business capability. Self-contained, no shared references.
    resources:
    - name: retirement-plans
      path: /retirement/plans
      operations:
      - name: getretirementplans
        method: GET
        description: Get Retirement Plans
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: developer-retirement-rest
    port: 8080
    description: REST adapter for Prudential Financial Developer API — Retirement. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/retirement/plans
      name: retirement-plans
      description: REST surface for retirement-plans.
      operations:
      - method: GET
        name: getretirementplans
        description: Get Retirement Plans
        call: developer-retirement.getretirementplans
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: developer-retirement-mcp
    port: 9090
    transport: http
    description: MCP adapter for Prudential Financial Developer API — Retirement. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-retirement-plans
      description: Get Retirement Plans
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: developer-retirement.getretirementplans
      outputParameters:
      - type: object
        mapping: $.