MCP server exposing 3 tools for aphis-animal-care.
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/aphis-animal-care/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
aphis_licensee_search — Find USDA Animal Welfare Act licence and registration holders — commercial dog breeders (Class A), animal dealers (Class B), exhibitors/zoos (Class C), carriers, intermediate handlers and research facilities. Answers "USDA licensed dog breeders in Missouri", "who holds an AWA exhibitor licence in Texas", "look up certificate 43-A-6814", "is this kennel USDA licensed". Returns the licensee name, certificate number, licence class, certificate status (Active / Cancelled / Revoked) and facility city/county/ZIP. Sourced from the USDA APHIS eFile Public Search Tool, the official federal register of AWA licensees. NOTE: most rows in any state are CANCELLED historical licences — pass status:"active" for currently licensed holders only.aphis_inspection_reports — Search USDA APHIS Animal Care inspection reports — the inspections behind Animal Welfare Act enforcement. Answers "inspection reports for USDA dog breeders in Missouri", "which breeders had critical violations", "show me inspections citing 3.1(a) housing", "inspection history for certificate 43-A-6814". Each report carries the inspection date, the licensee and facility location, counts of critical / direct / non-critical violations and teachable moments, and report_pdf_url — a direct link to the official signed inspection report. Sourced from the USDA APHIS eFile Public Search Tool. Filter by animal_category (e.g. "DOGS") or by the specific regulation cited; there is no date filter upstream, so narrow by inspection_date on the returned rows.aphis_inspection_filter_options — List the filter vocabularies aphis_inspection_reports accepts: the 34 animal categories (DOGS, CATS, NONHUMAN PRIMATES, MARINE MAMMALS, ...) and the 2,165 Animal Welfare Act citation section codes (e.g. "3.1(a) - Housing facilities, general"). Use this to find the exact citation string before filtering an inspection search. Sourced from the USDA APHIS eFile Public Search Tool.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/aphis-animal-care/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io