HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
docker.io/andrasfe/vulnicheck:main · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.andrasfe/vulnicheck",
"description": "HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.",
"repository": {
"url": "https://github.com/andrasfe/vulnicheck",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/andrasfe/vulnicheck:main",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
},
"environmentVariables": [
{
"description": "API key for NIST National Vulnerability Database (increases rate limit from 5 to 50 requests per 30 seconds)",
"format": "string",
"isSecret": true,
"name": "NVD_API_KEY"
},
{
"description": "GitHub token for Advisory Database access (increases rate limit to 5000 requests per hour)",
"format": "string",
"isSecret": true,
"name": "GITHUB_TOKEN"
},
{
"description": "OpenAI API key for LLM-based risk assessment in MCP passthrough operations",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Anthropic API key for LLM-based risk assessment (alternative to OpenAI)",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Port for MCP HTTP server (default: 3000)",
"format": "number",
"name": "MCP_PORT"
},
{
"description": "Cache time-to-live in seconds for vulnerability data (default: 900)",
"format": "number",
"name": "CACHE_TTL"
},
{
"description": "Enable HTTP-only mode with MCP client delegation (true/false, default: auto-detect)",
"format": "string",
"name": "VULNICHECK_HTTP_ONLY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2025-09-19T18:01:49.485418Z",
"publishedAt": "2025-09-19T18:01:49.485418Z",
"updatedAt": "2025-09-19T18:01:49.485418Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.