Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_export_har

Export HTTP/HTTPS traffic logs in HAR format for analysis, filtering by domain or timestamp, and specifying the output filename.

Instructions

Export traffic log as HAR (HTTP Archive) format

Input Schema

NameRequiredDescriptionDefault
domainNoFilter by specific domain
filenameNoOutput filename (without .har extension)
sinceNoISO timestamp to export entries since

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Filter by specific domain", "type": "string" }, "filename": { "description": "Output filename (without .har extension)", "type": "string" }, "since": { "description": "ISO timestamp to export 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