openFDA API — Animal & Veterinary

openFDA API — Animal & Veterinary. 1 operations. Lead operation: Animal & veterinary adverse events. Self-contained Naftiko capability covering one Food And Drug Administration business surface.

Run with Naftiko Food And Drug AdministrationAnimal & Veterinary

What You Can Do

GET
Searchanimalvetevents — Animal & veterinary adverse events
/v1/animalandveterinary/event-json

MCP Tools

animal-veterinary-adverse-events

Animal & veterinary adverse events

read-only idempotent

Capability Spec

openfda-animal-veterinary.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: openFDA API — Animal & Veterinary
  description: 'openFDA API — Animal & Veterinary. 1 operations. Lead operation: Animal & veterinary adverse events. Self-contained
    Naftiko capability covering one Food And Drug Administration business surface.'
  tags:
  - Food And Drug Administration
  - Animal & Veterinary
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FOOD_AND_DRUG_ADMINISTRATION_API_KEY: FOOD_AND_DRUG_ADMINISTRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: openfda-animal-veterinary
    baseUri: https://api.fda.gov
    description: openFDA API — Animal & Veterinary business capability. Self-contained, no shared references.
    resources:
    - name: animalandveterinary-event.json
      path: /animalandveterinary/event.json
      operations:
      - name: searchanimalvetevents
        method: GET
        description: Animal & veterinary adverse events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: api_key
      value: '{{env.FOOD_AND_DRUG_ADMINISTRATION_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: openfda-animal-veterinary-rest
    port: 8080
    description: REST adapter for openFDA API — Animal & Veterinary. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/animalandveterinary/event-json
      name: animalandveterinary-event-json
      description: REST surface for animalandveterinary-event.json.
      operations:
      - method: GET
        name: searchanimalvetevents
        description: Animal & veterinary adverse events
        call: openfda-animal-veterinary.searchanimalvetevents
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openfda-animal-veterinary-mcp
    port: 9090
    transport: http
    description: MCP adapter for openFDA API — Animal & Veterinary. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: animal-veterinary-adverse-events
      description: Animal & veterinary adverse events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openfda-animal-veterinary.searchanimalvetevents
      outputParameters:
      - type: object
        mapping: $.