USADF Grants Data API — Recipients

USADF Grants Data API — Recipients. 1 operations. Lead operation: USADF Get Grant Recipient. Self-contained Naftiko capability covering one Us African Development Foundation business surface.

Run with Naftiko Us African Development FoundationRecipients

What You Can Do

GET
Getrecipient — USADF Get Grant Recipient
/v1/api/v2/recipient/duns/{uei}

MCP Tools

usadf-get-grant-recipient

USADF Get Grant Recipient

read-only idempotent

Capability Spec

usadf-grants-recipients.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: USADF Grants Data API — Recipients
  description: 'USADF Grants Data API — Recipients. 1 operations. Lead operation: USADF Get Grant Recipient. Self-contained
    Naftiko capability covering one Us African Development Foundation business surface.'
  tags:
  - Us African Development Foundation
  - Recipients
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    US_AFRICAN_DEVELOPMENT_FOUNDATION_API_KEY: US_AFRICAN_DEVELOPMENT_FOUNDATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: usadf-grants-recipients
    baseUri: https://api.usaspending.gov
    description: USADF Grants Data API — Recipients business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-recipient-duns-uei
      path: /api/v2/recipient/duns/{uei}/
      operations:
      - name: getrecipient
        method: GET
        description: USADF Get Grant Recipient
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: uei
          in: path
          type: string
          description: Unique Entity Identifier (UEI) for the recipient organization
          required: true
        - name: year
          in: query
          type: string
          description: Fiscal year for award data context
  exposes:
  - type: rest
    namespace: usadf-grants-recipients-rest
    port: 8080
    description: REST adapter for USADF Grants Data API — Recipients. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/recipient/duns/{uei}
      name: api-v2-recipient-duns-uei
      description: REST surface for api-v2-recipient-duns-uei.
      operations:
      - method: GET
        name: getrecipient
        description: USADF Get Grant Recipient
        call: usadf-grants-recipients.getrecipient
        with:
          uei: rest.uei
          year: rest.year
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: usadf-grants-recipients-mcp
    port: 9090
    transport: http
    description: MCP adapter for USADF Grants Data API — Recipients. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: usadf-get-grant-recipient
      description: USADF Get Grant Recipient
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: usadf-grants-recipients.getrecipient
      with:
        uei: tools.uei
        year: tools.year
      outputParameters:
      - type: object
        mapping: $.