Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_add_target

Add a new domain to monitor for HTTP/HTTPS traffic, optionally capture headers and body, and manage its active status via the Web Proxy MCP Server.

Instructions

Add a new target domain for proxy monitoring

Input Schema

NameRequiredDescriptionDefault
captureBodyNoCapture request/response body
captureHeadersNoCapture request/response headers
descriptionNoOptional description of the target
domainYesDomain to monitor (e.g., example.com)
enabledNoWhether the target is active

Input Schema (JSON Schema)

{ "properties": { "captureBody": { "default": false, "description": "Capture request/response body", "type": "boolean" }, "captureHeaders": { "default": true, "description": "Capture request/response headers", "type": "boolean" }, "description": { "description": "Optional description of the target", "type": "string" }, "domain": { "description": "Domain to monitor (e.g., example.com)", "type": "string" }, "enabled": { "default": true, "description": "Whether the target is active", "type": "boolean" } }, "required": [ "domain" ], "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