Skip to main content
Glama

firewalla-mcp-server

MIT License
16
6
  • Apple

get_flow_data

Retrieve and analyze network traffic flows from Firewalla firewall, enabling filtering by region, protocol, domain, or category, and grouping or sorting results for detailed insights.

Instructions

Query network traffic flows from Firewalla firewall

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor from previous response
groupByNoGroup flows by specified values (e.g., "domain,box")
limitNoMaximum results (optional, default: 200, API maximum: 500)
queryNoSearch query for flows. Supports region:US for geographic filtering, protocol:tcp, blocked:true, domain:*, category:social, etc.
sortByNoSort flows (default: "ts:desc")

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor from previous response", "type": "string" }, "groupBy": { "description": "Group flows by specified values (e.g., \"domain,box\")", "type": "string" }, "limit": { "default": 200, "description": "Maximum results (optional, default: 200, API maximum: 500)", "maximum": 500, "minimum": 1, "type": "number" }, "query": { "description": "Search query for flows. Supports region:US for geographic filtering, protocol:tcp, blocked:true, domain:*, category:social, etc.", "type": "string" }, "sortBy": { "description": "Sort flows (default: \"ts:desc\")", "type": "string" } }, "required": [], "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/amittell/firewalla-mcp-server'

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