How to Use the NHTSA Vehicle Safety MCP in Windsurf
Give Windsurf direct access to federal vehicle safety data to automatically check recalls and crash ratings in your codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NHTSA Vehicle Safety MCP to Windsurf
Create your Vinkius account to connect NHTSA Vehicle Safety to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Windsurf audits fleet safety data instantly
You don't need to manually check safety records for a list of vehicles. This MCP Server takes your list of VINs and runs them through `decode_vin` to pull the exact specs. Cascade figures out the make, model, and year without you writing a single API request. Once it has the vehicle details, the agent automatically chains into `get_recalls_by_vehicle` and `get_complaints_by_vehicle`. It builds a specific risk profile for every car in your database and drops the formatted report right into your editor.
Build car seat locators fast
Building a family safety app usually means hunting down messy public datasets. Your AI client lets you query live inspection stations directly. You just tell Windsurf to find local checks. It uses `get_car_seat_stations_by_zip` or `get_car_seat_stations_by_location` to pull station names, operating hours, and distance metrics. Cascade can then write the exact React components needed to display this data on a map.
Deep dive into crash ratings
Crash test data is complicated. You have frontal impacts, side barriers, and rollover metrics to parse. Cascade handles the heavy lifting by calling `get_safety_ratings` to pull the raw numbers. If you need specifics on a single car, it hits `get_safety_rating_by_vehicle_id`. Windsurf formats these complex nested JSON responses into clean TypeScript interfaces so you can start building your UI immediately.
Set up NHTSA Vehicle Safety MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the NHTSA Vehicle Safety MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my NHTSA Vehicle Safety payment history." If connected, Cascade will call the NHTSA Vehicle Safety tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"nhtsa-vehicle-safety-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NHTSA. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NHTSA Vehicle Safety MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NHTSA Vehicle Safety MCP today
We host it, we monitor it, we maintain it. You just paste one token.