Pet And Veterinary Products Recall

Created By
agentprolabs23 minutes ago
An open-source MCP server that makes government pet-food and veterinary-drug recall data queryable by AI assistants. Search and filter active recalls, fuzzy-match a specific product, and subscribe to email alerts — sourced daily from the Government of Canada (CFIA) and the US FDA (OpenFDA). Zero config: just npx.
Overview

Description

Pet Recall Watcher ingests public government recall datasets daily and exposes them over the Model Context Protocol, so an AI assistant can answer recall questions on a vet clinic’s behalf — no more scrambling through distributor emails and listservs.

Tools

  • query_active_recalls: Search and filter active recalls by species, category, region, and date range. Supports pagination.
  • lookup_product_status: Fuzzy-match a product name or brand against the recall database. Handles partial names and misspellings via PostgreSQL pg_trgm.
  • subscribe_recall_alerts: Register an email for filtered recall alerts.

Resources and Prompts

Resource: recall-feed://recent — Returns the 20 most recent recalls.

Prompt:* check-product-safety* — Generates a guided plain-language safety summary for a product.

Runtime Notes

Runs as a local stdio server via npx with zero configuration. It is a thin client over the hosted Pet Recall API, so there are no API keys or database credentials to set.

Claude Config Block

 {
    "mcpServers": {
      "pet-recall-watcher": {
        "command": "npx",
        "args": ["-y", "@agentprolabs/pet-recall-mcp"]
      }
    }
  }

Built by AgentProLabs and open source under the MIT license.

Server Config

{
  "mcpServers": {
    "pet-recall-watcher": {
      "command": "npx",
      "args": [
        "-y",
        "@agentprolabs/pet-recall-mcp"
      ]
    }
  }
}
Project Info
Created At
23 minutes ago
Updated At
15 minutes ago
Author Name
agentprolabs
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Traveltype Mcp Server

32 minutes ago