Skip to content
VS Code

license verify mcp for VS Code

io.github.lmaniraruta/license-verify-mcp

Verify US contractor license + surety bond + insurance from official state data. WA live, CA beta.

client:VS Code transport:stdio runtime:npm

Install license verify mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "license-verify-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "license-verify-mcp"
      ]
    }
  }
}

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

license verify mcp in other clients