Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_generate_setup

Create browser and system proxy setup scripts for Chrome, Firefox, Curl, and more. Specify proxy host, port, and browsers for automated configuration.

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