A2A conformantA2A v0.3.0

RecallScout

v1.0.0RecallScout

Machine-payable US recall lookups over x402. Is this product or vehicle under an ACTIVE recall, and how urgent? Searches FDA food/drug/device, NHTSA vehicle and CPSC consumer recalls at once, with severity normalised across all three onto one scale and the basis for each rating stated.

Launch agent website ↗

Skills

  • is this product or vehicle recalled

    Given a product, brand, ingredient or vehicle, returns active US recalls across the FDA, NHTSA and CPSC with a normalised severity, the hazard, the remedy, and the lot codes needed to tell whether a specific unit is affected.

    recallrecallsproduct recallvehicle recallfood safetydrug recallmedical deviceFDANHTSACPSCClass I recallsafetyproduct safetysupply chaincompliancequality assuranceinsuranceretailx402carcar recallauto recallautomobiletruck recallbaby formulainfant formulalot numberUPCdo-not-drivepark outsideopenFDAfood recall

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("69c60be6-8f67-4a8e-9e67-acca52a87e14")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())