com.dropwatchhq/title-check
Official1 toolVIN/HIN pre-purchase report: open NHTSA recalls, complaints, investigations, title-brand & liens.
Provides pre-purchase vehicle reports including NHTSA recalls, complaints, title brands and liens.
Captured live from the server via tools/list.
vehicle_report
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.
Parameters (2)
- vinstring
17-character VIN (cars/trucks/RVs/trailers/equipment).
- hinstring
12-character Hull Identification Number (recreational boats).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"title-check": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://titlecheck.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.