HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.
If you already use Vulnicheck, the vulnicheck mcp server is the piece that lets your assistant work with it directly. HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.
VulniCheck provides comprehensive security analysis for Python projects and GitHub repositories using AI-powered vulnerability detection. It runs as a Docker-based HTTP MCP server with standard HTTP streaming (no SSE required), providing secure containerized deployment with comprehensive vulnerability scanning capabilities.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
check_package_vulnerabilities — Check a specific Python package for vulnerabilitiesscan_dependencies — Scan dependency files (requirements.txt, pyproject.toml, etc.)scan_installed_packages — Scan currently installed Python packagesget_cve_details — Get detailed information about a specific CVEscan_for_secrets — Detect exposed secrets and credentials in codescan_dockerfile — Analyze Dockerfiles for vulnerable Python dependenciesscan_github_repo — Comprehensive security scan of GitHub repositoriesassess_operation_safety — AI-powered risk assessment for operationsvalidate_mcp_security — Validate MCP server security configurationscomprehensive_security_check — Interactive AI-powered security assessmentConfiguration is passed through the environment: FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_ID, FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_SECRET, FASTMCP_SERVER_BASE_URL, OPENAI_API_KEY, ANTHROPIC_API_KEY, GITHUB_TOKEN, NVD_API_KEY, GOOGLE_CLIENT_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Vulnicheck's toolset — check_package_vulnerabilities, scan_dependencies, scan_installed_packages and 7 more — is a fair guide to whether it matches your workflow. It is maintained by andrasfe; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| check_package_vulnerabilities | Check a specific Python package for vulnerabilities |
| scan_dependencies | Scan dependency files (requirements.txt, pyproject.toml, etc.) |
| scan_installed_packages | Scan currently installed Python packages |
| get_cve_details | Get detailed information about a specific CVE |
| scan_for_secrets | Detect exposed secrets and credentials in code |
| scan_dockerfile | Analyze Dockerfiles for vulnerable Python dependencies |
| scan_github_repo | Comprehensive security scan of GitHub repositories |
| assess_operation_safety | AI-powered risk assessment for operations |
| validate_mcp_security | Validate MCP server security configurations |
| comprehensive_security_check | Interactive AI-powered security assessment |
| Variable | Description | Required |
|---|---|---|
| FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_ID | Configuration value read at startup. | Optional |
| FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| FASTMCP_SERVER_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
| GITHUB_TOKEN | Credential the server authenticates with. | Yes |
| NVD_API_KEY | Credential the server authenticates with. | Yes |
| GOOGLE_CLIENT_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.