Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_update_target

Modify domain configurations in the Web Proxy MCP Server to enable/disable targets, capture headers, or capture body data for monitoring and analysis.

Instructions

Update target domain configuration

Input Schema

NameRequiredDescriptionDefault
captureBodyNoEnable/disable body capture
captureHeadersNoEnable/disable header capture
descriptionNoNew description
domainYesDomain to update
enabledNoEnable/disable target

Input Schema (JSON Schema)

{ "properties": { "captureBody": { "description": "Enable/disable body capture", "type": "boolean" }, "captureHeaders": { "description": "Enable/disable header capture", "type": "boolean" }, "description": { "description": "New description", "type": "string" }, "domain": { "description": "Domain to update", "type": "string" }, "enabled": { "description": "Enable/disable target", "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