Skip to content
VS Code

Nhtsa for VS Code

io.github.pipeworx-io/nhtsa

NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth)

client:VS Code transport:streamable-http

Install Nhtsa in VS Code

.vscode/mcp.json

{
  "servers": {
    "nhtsa": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/nhtsa/mcp"
    }
  }
}

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

Nhtsa in other clients