Skip to content
MCP-Bridge
AI & ML

Amazon GuardDuty MCP Config

<p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, and Amazon EBS volume data. It uses threat intelligenc

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AMAZON_GUARDDUTY_API_KEY

Replace your_amazon_guardduty_api_key with your actual amazon guardduty api key

Endpoints

GET/detector/{detectorId}/administrator

GetAdministratorAccount

POST/detector/{detectorId}/administrator

AcceptAdministratorInvitation

GET/detector/{detectorId}/master

GetMasterAccount

POST/detector/{detectorId}/master

AcceptInvitation

POST/detector/{detectorId}/findings/archive

ArchiveFindings

GET/detector

ListDetectors

POST/detector

CreateDetector

GET/detector/{detectorId}/filter

ListFilters

POST/detector/{detectorId}/filter

CreateFilter

GET/detector/{detectorId}/ipset

ListIPSets