{ "$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.0", "packages": [ { "registryType": "pypi", "identifier": "stackhawk-mcp", "version": "1.1.0", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "StackHawk API key", "isRequired": true, "format": "string", "isSecret": true, "name": "STACKHAWK_API_KEY" } ] } ] }