MCP server exposing 7 tools for veterinary-fda.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/veterinary-fda/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
vet_adverse_events — Search FDA (openFDA Center for Veterinary Medicine) reports of side effects/adverse events in animals given a veterinary drug or parasite preventive — dogs, cats, horses, cattle. Answers "what side effects has Bravecto caused in dogs", "adverse events for fluralaner in cats", "has anyone reported seizures after ivermectin in dogs". Pass a brand/product name via "drug" OR a chemical active ingredient via "active_ingredient" (either works — the tool resolves brand names against the ingredient field, since that is where product names are actually recorded upstream). Reports are spontaneous submissions, not a validated causal or incidence study.vet_adverse_event_summary — Count FDA (openFDA Center for Veterinary Medicine) animal adverse-event reports for a drug/species pair, broken down by reaction (top 20), outcome (recovered/died/euthanized/ongoing), and by year. Answers "how many adverse events for Bravecto in dogs", "what are the most common side effects of fluralaner", "has fluralaner caused deaths in dogs". Pass a brand/product name via "drug" OR a chemical active ingredient via "active_ingredient".vet_product_recalls — Search FDA Enforcement Report recalls for a pet food, animal food, or veterinary drug product or manufacturer. Answers "has Blue Buffalo dog food been recalled", "dog food recalls", "veterinary drug recalls". Source: openFDA food/enforcement.json and drug/enforcement.json — there is no dedicated animal-food recall feed, and coverage of pet-food recalls specifically is uneven (some well-known FDA-confirmed pet-food recalls are not in this dataset at all). A zero-result answer means no FDA Enforcement Report record was found under this name, not that the product was never recalled — check fda.gov/animal-veterinary/safety-health/recalls-withdrawals for the fuller picture the tool states this in its response.animal_drug_search — Search FDA-APPROVED animal drugs — the FDA Green Book (Animal Drugs @ FDA), the official list of approved new animal drug applications. Answers "what FDA-approved drugs contain carprofen", "what drugs are approved for dogs", "what is approved for osteoarthritis in dogs", "what animal drugs does Zoetis market", "which animal drugs have been withdrawn". This is APPROVAL status, not adverse events (see vet_adverse_events) and not recalls (see vet_product_recalls). Pass free text via "query", OR one or more of the structured filters — see the note on "query" for why they do not combine.animal_drug_detail — Full FDA Green Book detail for one approved animal drug application, by application_id (from animal_drug_search). Returns the sponsor, every marketed product under the application with its species, dose form, route, strength and approved dosage/indications, plus the FOI approval summaries — FDA's own plain-English statement of what each original approval and supplement was FOR, with a PDF link. Answers "what was Rimadyl approved for", "what does application 141053 cover", "show me the approval history of this animal drug".animal_drug_monthly_updates — List the FDA Green Book monthly update publications — the monthly PDF index of what changed in the approved-animal-drug list (new approvals, withdrawals, sponsor/labelling changes). Answers "what animal drug approvals changed recently", "give me the latest Green Book update". Returns year, month and a direct PDF URL per issue.pet_services_near — Find veterinary clinics, emergency vets, dog parks, pet stores, or animal shelters near a place, via OpenStreetMap. Answers "emergency vet near Austin TX", "dog parks near me", "pet stores in Denver", "animal shelters near Chicago". Pass a place name (city, address, or landmark) — it is geocoded automatically.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/veterinary-fda/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io