Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Shield MCP Config

<fullname>Shield Advanced</fullname> <p>This is the <i>Shield Advanced API Reference</i>. This guide is for developers who need detailed information about the Shield Advanced API actions, data types, and errors. For detailed information about WAF and Shield Advanced features and an overview of how t

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-shield": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-shield"],
      "env": {
      "AWS_SHIELD_API_KEY": "your_aws_shield_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-shield.json

Environment Variables

AWS_SHIELD_API_KEY

Replace your_aws_shield_api_key with your actual aws shield api key

Endpoints

POST/#X-Amz-Target=AWSShield_20160616.AssociateDRTLogBucket

AssociateDRTLogBucket

POST/#X-Amz-Target=AWSShield_20160616.AssociateDRTRole

AssociateDRTRole

POST/#X-Amz-Target=AWSShield_20160616.AssociateHealthCheck

AssociateHealthCheck

POST/#X-Amz-Target=AWSShield_20160616.AssociateProactiveEngagementDetails

AssociateProactiveEngagementDetails

POST/#X-Amz-Target=AWSShield_20160616.CreateProtection

CreateProtection

POST/#X-Amz-Target=AWSShield_20160616.CreateProtectionGroup

CreateProtectionGroup

POST/#X-Amz-Target=AWSShield_20160616.CreateSubscription

CreateSubscription

POST/#X-Amz-Target=AWSShield_20160616.DeleteProtection

DeleteProtection

POST/#X-Amz-Target=AWSShield_20160616.DeleteProtectionGroup

DeleteProtectionGroup

POST/#X-Amz-Target=AWSShield_20160616.DeleteSubscription

DeleteSubscription