Back to Browse

Job Verify MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.8
Use Caution4.8High Risk

JobVerify is a legitimate OSINT-focused MCP server for detecting recruiter/job-offer scams. The codebase demonstrates sound security practices with proper authentication scoping (no API keys required, only free public sources), appropriate use of async/await patterns, and input validation through Pydantic models. Permissions align well with its purpose: network access for public APIs and data sources, file I/O for caching blocklists, and environment variable access for configuration. Minor code quality observations exist (broad exception handling, potential for missing error context in some collectors) but do not materially impact security posture. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

5 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-yessglory17-jobverify": {
      "args": [
        "jobverify-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Job Verify MCP Server - Detect fake-recruiter and job-offer scams using free OSINT. | MCP Marketplace