jobverify for Cursor
io.github.yessglory17/jobverify
Detect fake-recruiter and job-offer scams using free OSINT. No API keys.
client:Cursor
transport:stdio
runtime:pypi
Install jobverify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jobverify": {
"type": "stdio",
"command": "uvx",
"args": [
"jobverify-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs