Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_get_traffic_log

Retrieve and filter captured HTTP/HTTPS traffic logs by domain, method, or timestamp for efficient monitoring and analysis.

Instructions

Get captured traffic log with filtering options

Input Schema

NameRequiredDescriptionDefault
domainNoFilter by specific domain
limitNoMaximum number of entries to return
methodNoFilter by HTTP method (GET, POST, etc.)
sinceNoISO timestamp to get entries since

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Filter by specific domain", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of entries to return", "type": "number" }, "method": { "description": "Filter by HTTP method (GET, POST, etc.)", "type": "string" }, "since": { "description": "ISO timestamp to get entries since", "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