Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax

manage_blacklist

Block or permit specific IP addresses using Fastly NGWAF MCP Server to enhance web application security. Perform actions like listing, adding, or removing entries from the IP blacklist.

Instructions

Manage IP blacklist (blocklist)

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