{
  "name": "cassandra-recall",
  "description": "Pre-recall risk signals from public complaint velocity (CPSC/openFDA/NHTSA).",
  "transport": "http",
  "endpoint": "https://cassandra.dropwatchhq.com/mcp",
  "tools": [
    {
      "name": "recall_risk",
      "description": "Get the current complaint-velocity recall-risk signal for a tracked product/brand/model. Returns a 0-100 risk score, band, complaint velocity & acceleration, and severe-hazard share. This is a RISK SIGNAL from public complaint data, NOT an official recall or a claim the product is defective.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "entity": {
            "type": "string",
            "description": "Product/brand/model name or tracked id (e.g. 'Ford Mustang Mach-E', 'Dexcom G7', 'veh-tesla-modely-2023')."
          }
        },
        "required": [
          "entity"
        ]
      }
    }
  ],
  "config": {
    "mcpServers": {
      "cassandra-recall": {
        "url": "https://cassandra.dropwatchhq.com/mcp"
      }
    }
  }
}