Skip to content
VS Code

jobverify for VS Code

io.github.yessglory17/jobverify

Detect fake-recruiter and job-offer scams using free OSINT. No API keys.

client:VS Code transport:stdio runtime:pypi

Install jobverify in VS Code

.vscode/mcp.json

{
  "servers": {
    "jobverify": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jobverify-mcp"
      ]
    }
  }
}

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

jobverify in other clients