{
  "name": "title-check",
  "description": "Pre-purchase report for VIN/HIN titled assets (boats, RVs, trucks, heavy equipment): open NHTSA recalls + complaints + investigations + decode + lien/title-brand sources.",
  "transport": "http",
  "endpoint": "https://titlecheck.dropwatchhq.com/mcp",
  "tools": [
    {
      "name": "vehicle_report",
      "description": "Generate a pre-purchase report for a titled asset by VIN (cars, trucks, RVs, trailers, heavy equipment) or HIN (recreational boats). Returns open federal NHTSA recalls (severity-ranked), consumer-complaint crash/fire/injury/death counts, open investigations, VIN check-digit + factory decode, and the exact next-step sources for lien & title-brand. Public NHTSA/USCG data — not an official title record; lien/salvage need a state/NMVTIS check, which the report links.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "vin": {
            "type": "string",
            "description": "17-character VIN (cars/trucks/RVs/trailers/equipment)."
          },
          "hin": {
            "type": "string",
            "description": "12-character Hull Identification Number (recreational boats)."
          }
        }
      }
    }
  ],
  "config": {
    "mcpServers": {
      "title-check": {
        "url": "https://titlecheck.dropwatchhq.com/mcp"
      }
    }
  }
}