Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax

get_analytics

Retrieve analytics data, such as top attacks or timeseries, from Fastly's NGWAF MCP Server using customizable filters like timestamps, grouping fields, and tags for detailed web application security insights.

Instructions

Get analytics data (top attacks, timeseries, etc.)

Input Schema

NameRequiredDescriptionDefault
corpNameNoCorporation name (uses context default if not provided)
fromNoUnix timestamp start
groupByNoGroup by field (for top attacks)
limitNoMaximum results
rollupNoRollup interval in seconds (for timeseries)
siteNameNoSite name (uses context default if not provided)
tagsNoFilter by tags (for timeseries)
typeYesAnalytics type
untilNoUnix timestamp end

Input Schema (JSON Schema)

{ "properties": { "corpName": { "description": "Corporation name (uses context default if not provided)", "type": "string" }, "from": { "description": "Unix timestamp start", "type": "number" }, "groupBy": { "description": "Group by field (for top attacks)", "enum": [ "remoteCountryCode", "remoteIP", "path", "userAgent" ], "type": "string" }, "limit": { "description": "Maximum results", "type": "number" }, "rollup": { "description": "Rollup interval in seconds (for timeseries)", "type": "number" }, "siteName": { "description": "Site name (uses context default if not provided)", "type": "string" }, "tags": { "description": "Filter by tags (for timeseries)", "type": "string" }, "type": { "description": "Analytics type", "enum": [ "top_attacks", "timeseries" ], "type": "string" }, "until": { "description": "Unix timestamp end", "type": "number" } }, "required": [ "type" ], "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