Serverscom.stackhawk/stackhawk
S

com.stackhawk/stackhawk

com.stackhawk/stackhawk · v1.1.1
▦ pypi
v1.1.1pypi pypi: stackhawk-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "com.stackhawk/stackhawk",
  "description": "An MCP server that provides interaction with StackHawk's security scanning platform.",
  "repository": {
    "url": "https://github.com/stackhawk/stackhawk-mcp",
    "source": "github"
  },
  "version": "1.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "stackhawk-mcp",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "StackHawk API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "STACKHAWK_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}