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.
Server Config
{
"mcpServers": {
"pet-recall-watcher": {
"command": "npx",
"args": [
"-y",
"@agentprolabs/pet-recall-mcp"
]
}
}
}