Administrative Office of the U.S. Courts PACER Authentication API — Services

Administrative Office of the U.S. Courts PACER Authentication API — Services. 2 operations. Lead operation: Administrative Office of the U.S. Courts Authenticate a user. Self-contained Naftiko capability covering one Administrative Office Of The U S Courts business surface.

Run with Naftiko Administrative Office Of The U S CourtsServices

What You Can Do

POST
Post — Administrative Office of the U.S. Courts Authenticate a user
/v1/services/cso-auth
POST
Post — Administrative Office of the U.S. Courts Logout a user
/v1/services/cso-logout

MCP Tools

administrative-office-u-s-courts-authenticate

Administrative Office of the U.S. Courts Authenticate a user

administrative-office-u-s-courts-logout

Administrative Office of the U.S. Courts Logout a user

Capability Spec

pacer-authentication-services.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Administrative Office of the U.S. Courts PACER Authentication API — Services
  description: 'Administrative Office of the U.S. Courts PACER Authentication API — Services. 2 operations. Lead operation:
    Administrative Office of the U.S. Courts Authenticate a user. Self-contained Naftiko capability covering one Administrative
    Office Of The U S Courts business surface.'
  tags:
  - Administrative Office Of The U S Courts
  - Services
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADMINISTRATIVE_OFFICE_OF_THE_U_S_COURTS_API_KEY: ADMINISTRATIVE_OFFICE_OF_THE_U_S_COURTS_API_KEY
capability:
  consumes:
  - type: http
    namespace: pacer-authentication-services
    baseUri: https://{environment}.uscourts.gov
    description: Administrative Office of the U.S. Courts PACER Authentication API — Services business capability. Self-contained,
      no shared references.
    resources:
    - name: services-cso-auth
      path: /services/cso-auth
      operations:
      - name: post
        method: POST
        description: Administrative Office of the U.S. Courts Authenticate a user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: services-cso-logout
      path: /services/cso-logout
      operations:
      - name: post
        method: POST
        description: Administrative Office of the U.S. Courts Logout a user
        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: pacer-authentication-services-rest
    port: 8080
    description: REST adapter for Administrative Office of the U.S. Courts PACER Authentication API — Services. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/services/cso-auth
      name: services-cso-auth
      description: REST surface for services-cso-auth.
      operations:
      - method: POST
        name: post
        description: Administrative Office of the U.S. Courts Authenticate a user
        call: pacer-authentication-services.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/cso-logout
      name: services-cso-logout
      description: REST surface for services-cso-logout.
      operations:
      - method: POST
        name: post
        description: Administrative Office of the U.S. Courts Logout a user
        call: pacer-authentication-services.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pacer-authentication-services-mcp
    port: 9090
    transport: http
    description: MCP adapter for Administrative Office of the U.S. Courts PACER Authentication API — Services. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: administrative-office-u-s-courts-authenticate
      description: Administrative Office of the U.S. Courts Authenticate a user
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pacer-authentication-services.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: administrative-office-u-s-courts-logout
      description: Administrative Office of the U.S. Courts Logout a user
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pacer-authentication-services.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.