UnitedHealthcare · Capability

UnitedHealthcare Provider API — Prior Authorization

UnitedHealthcare Provider API — Prior Authorization. 1 operations. Lead operation: UnitedHealthcare Real Prior Auth Check. Self-contained Naftiko capability covering one Unitedhealthcare business surface.

Run with Naftiko UnitedhealthcarePrior Authorization

What You Can Do

POST
Checkpriorauth — UnitedHealthcare Real Prior Auth Check
/v1/prior-auth/v1/check

MCP Tools

unitedhealthcare-real-prior-auth-check

UnitedHealthcare Real Prior Auth Check

Capability Spec

provider-prior-authorization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: UnitedHealthcare Provider API — Prior Authorization
  description: 'UnitedHealthcare Provider API — Prior Authorization. 1 operations. Lead operation: UnitedHealthcare Real Prior
    Auth Check. Self-contained Naftiko capability covering one Unitedhealthcare business surface.'
  tags:
  - Unitedhealthcare
  - Prior Authorization
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNITEDHEALTHCARE_API_KEY: UNITEDHEALTHCARE_API_KEY
capability:
  consumes:
  - type: http
    namespace: provider-prior-authorization
    baseUri: https://api.uhcprovider.com
    description: UnitedHealthcare Provider API — Prior Authorization business capability. Self-contained, no shared references.
    resources:
    - name: prior-auth-v1-check
      path: /prior-auth/v1/check
      operations:
      - name: checkpriorauth
        method: POST
        description: UnitedHealthcare Real Prior Auth Check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.UNITEDHEALTHCARE_API_KEY}}'
  exposes:
  - type: rest
    namespace: provider-prior-authorization-rest
    port: 8080
    description: REST adapter for UnitedHealthcare Provider API — Prior Authorization. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/prior-auth/v1/check
      name: prior-auth-v1-check
      description: REST surface for prior-auth-v1-check.
      operations:
      - method: POST
        name: checkpriorauth
        description: UnitedHealthcare Real Prior Auth Check
        call: provider-prior-authorization.checkpriorauth
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: provider-prior-authorization-mcp
    port: 9090
    transport: http
    description: MCP adapter for UnitedHealthcare Provider API — Prior Authorization. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: unitedhealthcare-real-prior-auth-check
      description: UnitedHealthcare Real Prior Auth Check
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: provider-prior-authorization.checkpriorauth
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.