Skip to content
MCP-Bridge
Cloud Infrastructure

AWS SecurityHub MCP Config

<p>Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. It also provides you with the readiness status of your environment based on controls from supported security standards. Security Hub collects security data from Amazon

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-securityhub.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-securityhub.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-securityhub": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-securityhub"],
      "env": {
      "AWS_SECURITYHUB_API_KEY": "your_aws_securityhub_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-securityhub.json

Environment Variables

AWS_SECURITYHUB_API_KEY

Replace your_aws_securityhub_api_key with your actual aws securityhub api key

Endpoints

GET/administrator

GetAdministratorAccount

POST/administrator

AcceptAdministratorInvitation

GET/master

GetMasterAccount

POST/master

AcceptInvitation

POST/standards/deregister

BatchDisableStandards

POST/standards/register

BatchEnableStandards

POST/securityControls/batchGet

BatchGetSecurityControls

POST/associations/batchGet

BatchGetStandardsControlAssociations

POST/findings/import

BatchImportFindings

PATCH/findings/batchupdate

BatchUpdateFindings