Synaptic.Dev.VinDeepSearchDemo (synaptic v0.3.0-alpha.8)
View SourceDemo workflow that uses the browser-use MCP sidecar to perform a deep VIN (Vehicle Identification Number) lookup. Uses Google first to discover relevant links, then visits VIN-specific sites (NHTSA, NICB, VinCheck, etc.) for specs, recalls, damage history, accidents, theft/salvage records, and title status.
Prerequisites
cd sidecar/browser-use
# fill in OPENAI_API_KEY in .env
./start.shUsage
iex -S mix
# Deep search for a VIN
Synaptic.Dev.VinDeepSearchDemo.run(vin: "3MW53CM00S8F06846")
# With custom MCP base URL
Synaptic.Dev.VinDeepSearchDemo.run(vin: "3MW53CM00S8F06846", base_url: "http://localhost:8989/mcp")
Summary
Functions
Run the VIN deep search workflow.
Functions
Run the VIN deep search workflow.
Options:
:vin- 17-character VIN (required):base_url- MCP server URL override (default: http://localhost:8989/mcp)