Fastly NGWAF MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_credentialsC | Set Fastly NGWAF API credentials (email and access token) |
| test_connectionA | Test the API connection and validate credentials |
| set_contextB | Set the default corporation and site context for subsequent operations |
| get_contextB | Get the current context (corp and site names) |
| discover_environmentC | Discover available corporations and sites for the authenticated user |
| list_corpsB | List all corporations accessible to the authenticated user |
| get_corp_overviewC | Get attack overview for a corporation |
| list_sitesC | List sites in a corporation |
| get_siteC | Get details of a specific site |
| create_siteC | Create a new site in a corporation |
| update_siteC | Update site configuration |
| delete_siteC | Delete a site |
| list_corp_rulesC | List rules at corporation level |
| list_site_rulesC | List rules for a specific site |
| create_corp_ruleC | Create a corporation-level rule |
| create_site_ruleC | Create a site-level rule |
| delete_corp_ruleC | Delete a corporation-level rule |
| delete_site_ruleC | Delete a site-level rule |
| search_requestsC | Search requests with advanced filtering |
| list_eventsC | List security events (attacks, blocks, etc.) |
| expire_eventC | Manually expire an event (unblock IP) |
| get_suspicious_ipsC | Get list of suspicious IP addresses |
| manage_whitelistC | Manage IP whitelist (allowlist) |
| manage_blacklistC | Manage IP blacklist (blocklist) |
| manage_listsC | Manage custom lists (IP, country, string, etc.) |
| manage_alertsC | Manage alerts for monitoring attack patterns |
| get_analyticsC | Get analytics data (top attacks, timeseries, etc.) |
| manage_cloudwafC | Manage CloudWAF instances |
| manage_usersC | Manage corporation users |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 29 tools
Most tools have distinct purposes targeting specific resources (sites, rules, events, lists, etc.), but some overlap exists: manage_blacklist and manage_whitelist are clear opposites, but manage_lists (custom lists) could be confused with them. Tools like manage_alerts and manage_cloudwaf are distinct but their boundaries with other monitoring/configuration tools might require careful reading of descriptions.
Tool names follow a highly consistent verb_noun pattern throughout (e.g., create_corp_rule, list_sites, get_analytics, manage_users). All use snake_case with clear action prefixes (create, delete, get, list, manage, set, etc.), making them predictable and easy to parse for an agent.
With 29 tools, the count is borderline high for a WAF management server. While it covers many aspects (rules, sites, events, analytics, configuration), it risks being overwhelming. A typical well-scoped server might have 15-25 tools; this is slightly above that range but not extreme.
The toolset provides comprehensive coverage for WAF management: CRUD for sites and rules (create, get, list, update, delete), event handling (list, expire), analytics, context management, credential setup, and utilities like testing connections. No obvious gaps are present; agents can perform full lifecycle operations.