Free Law Project · Capability

Free Law Project / CourtListener REST API — Financial Disclosures

Free Law Project / CourtListener REST API — Financial Disclosures. 1 operations. Lead operation: List financial disclosures. Self-contained Naftiko capability covering one Free Law Project business surface.

Run with Naftiko Free Law ProjectFinancial Disclosures

What You Can Do

GET
Listfinancialdisclosures — List financial disclosures
/v1/financial-disclosures

MCP Tools

list-financial-disclosures

List financial disclosures

read-only idempotent

Capability Spec

free-law-project-financial-disclosures.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Free Law Project / CourtListener REST API — Financial Disclosures
  description: 'Free Law Project / CourtListener REST API — Financial Disclosures. 1 operations. Lead operation: List financial
    disclosures. Self-contained Naftiko capability covering one Free Law Project business surface.'
  tags:
  - Free Law Project
  - Financial Disclosures
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FREE_LAW_PROJECT_API_KEY: FREE_LAW_PROJECT_API_KEY
capability:
  consumes:
  - type: http
    namespace: free-law-project-financial-disclosures
    baseUri: https://www.courtlistener.com/api/rest/v4
    description: Free Law Project / CourtListener REST API — Financial Disclosures business capability. Self-contained, no
      shared references.
    resources:
    - name: financial-disclosures
      path: /financial-disclosures/
      operations:
      - name: listfinancialdisclosures
        method: GET
        description: List financial disclosures
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.FREE_LAW_PROJECT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: free-law-project-financial-disclosures-rest
    port: 8080
    description: REST adapter for Free Law Project / CourtListener REST API — Financial Disclosures. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/financial-disclosures
      name: financial-disclosures
      description: REST surface for financial-disclosures.
      operations:
      - method: GET
        name: listfinancialdisclosures
        description: List financial disclosures
        call: free-law-project-financial-disclosures.listfinancialdisclosures
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: free-law-project-financial-disclosures-mcp
    port: 9090
    transport: http
    description: MCP adapter for Free Law Project / CourtListener REST API — Financial Disclosures. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: list-financial-disclosures
      description: List financial disclosures
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: free-law-project-financial-disclosures.listfinancialdisclosures
      outputParameters:
      - type: object
        mapping: $.