Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_start_server

Start a customizable proxy server for HTTP/HTTPS traffic with optional SSL bumping to intercept and analyze encrypted traffic on specified host and port.

Instructions

Start the proxy server with optional SSL bumping

Input Schema

NameRequiredDescriptionDefault
enableSSLBumpingNoEnable SSL bumping for HTTPS traffic interception
hostNoHost to bind proxy server tolocalhost
portNoPort to run proxy server on

Input Schema (JSON Schema)

{ "properties": { "enableSSLBumping": { "default": false, "description": "Enable SSL bumping for HTTPS traffic interception", "type": "boolean" }, "host": { "default": "localhost", "description": "Host to bind proxy server to", "type": "string" }, "port": { "default": 8080, "description": "Port to run proxy server on", "type": "number" } }, "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