Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Firewall Management Service MCP Config

<p>This is the <i>Firewall Manager API Reference</i>. This guide is for developers who need detailed information about the Firewall Manager API actions, data types, and errors. For detailed information about Firewall Manager features, see the <a href="https://docs.aws.amazon.com/waf/latest/developer

Config URL

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

https://mcpbridge.org/config/amazonaws-com-fms.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-fms": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-fms"
      ],
      "env": {
        "FIREWALL_MANAGEMENT_SERVICE_API_KEY": "your_firewall_management_service_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-fms": {
      "url": "https://mcpbridge.org/config/amazonaws-com-fms.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-fms": {
      "url": "https://mcpbridge.org/config/amazonaws-com-fms.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-fms.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-fms": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-fms"],
      "env": {
      "FIREWALL_MANAGEMENT_SERVICE_API_KEY": "your_firewall_management_service_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://mcpbridge.org/config/amazonaws-com-fms.json

Environment Variables

FIREWALL_MANAGEMENT_SERVICE_API_KEY

Replace your_firewall_management_service_api_key with your actual firewall management service api key

Endpoints

POST/#X-Amz-Target=AWSFMS_20180101.AssociateAdminAccount

AssociateAdminAccount

POST/#X-Amz-Target=AWSFMS_20180101.AssociateThirdPartyFirewall

AssociateThirdPartyFirewall

POST/#X-Amz-Target=AWSFMS_20180101.BatchAssociateResource

BatchAssociateResource

POST/#X-Amz-Target=AWSFMS_20180101.BatchDisassociateResource

BatchDisassociateResource

POST/#X-Amz-Target=AWSFMS_20180101.DeleteAppsList

DeleteAppsList

POST/#X-Amz-Target=AWSFMS_20180101.DeleteNotificationChannel

DeleteNotificationChannel

POST/#X-Amz-Target=AWSFMS_20180101.DeletePolicy

DeletePolicy

POST/#X-Amz-Target=AWSFMS_20180101.DeleteProtocolsList

DeleteProtocolsList

POST/#X-Amz-Target=AWSFMS_20180101.DeleteResourceSet

DeleteResourceSet

POST/#X-Amz-Target=AWSFMS_20180101.DisassociateAdminAccount

DisassociateAdminAccount