Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_generate_setup

Generate browser and system proxy setup scripts for HTTP/HTTPS proxy connections. Automates configuration for Chrome, Firefox, cURL, and system-wide settings, including PAC files, using specified host and port.

Instructions

Generate browser and system proxy setup scripts

Input Schema

NameRequiredDescriptionDefault
browsersNoBrowser types to generate setup for
proxyHostNoProxy server hostlocalhost
proxyPortNoProxy server port

Input Schema (JSON Schema)

{ "properties": { "browsers": { "default": [ "chrome", "firefox", "pac" ], "description": "Browser types to generate setup for", "items": { "enum": [ "chrome", "firefox", "curl", "system", "pac" ], "type": "string" }, "type": "array" }, "proxyHost": { "default": "localhost", "description": "Proxy server host", "type": "string" }, "proxyPort": { "default": 8080, "description": "Proxy server port", "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