Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_analyze_traffic

Analyzes HTTP/HTTPS traffic patterns and statistics by domain, method, status, or hour, enabling detailed insights into web proxy activity for informed decision-making.

Instructions

Analyze captured traffic patterns and statistics

Input Schema

NameRequiredDescriptionDefault
domainNoAnalyze specific domain only
groupByNoGroup analysis results bydomain
timeframeNoTime frame for analysis24h

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Analyze specific domain only", "type": "string" }, "groupBy": { "default": "domain", "description": "Group analysis results by", "enum": [ "domain", "method", "status", "hour" ], "type": "string" }, "timeframe": { "default": "24h", "description": "Time frame for analysis", "enum": [ "1h", "24h", "7d", "30d", "all" ], "type": "string" } }, "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/mako10k/mcp-web-proxy'

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