Skip to content

nhtsa vehicle safety mcp server for VS Code

io.github.cyanheads/nhtsa-vehicle-safety-mcp-server

Decode VINs, search recalls, complaints, crash ratings, and investigations.

client:VS Code transport:streamable-http runtime:npm tools:7

Install nhtsa vehicle safety mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "nhtsa-vehicle-safety-mcp-server": {
      "type": "http",
      "url": "https://nhtsa.caseyjhand.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

nhtsa vehicle safety mcp server in other clients