Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax

manage_blacklist

Control IP blocklist entries using add, remove, or list actions to enhance web application security via Fastly NGWAF MCP Server.

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