Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax

manage_whitelist

Add, remove, or list IP addresses in a whitelist to control access for web applications using Fastly NGWAF. Specify actions like 'add' or 'remove' with IP details, notes, and expiration dates for secure traffic management.

Instructions

Manage IP whitelist (allowlist)

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
corpNameNoCorporation name (uses context default if not provided)
entryIdNoEntry ID (for remove action)
expiresNoExpiration date (RFC3339 format)
ipNoIP address (for add action)
noteNoNote for IP (for add action)
siteNameNoSite name (uses context default if not provided)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "list", "add", "remove" ], "type": "string" }, "corpName": { "description": "Corporation name (uses context default if not provided)", "type": "string" }, "entryId": { "description": "Entry ID (for remove action)", "type": "string" }, "expires": { "description": "Expiration date (RFC3339 format)", "type": "string" }, "ip": { "description": "IP address (for add action)", "type": "string" }, "note": { "description": "Note for IP (for add action)", "type": "string" }, "siteName": { "description": "Site name (uses context default if not provided)", "type": "string" } }, "required": [ "action" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/purpleax/FastlyMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server