Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_get_pac_file

Retrieve the Proxy Auto-Configuration (PAC) file content for automated browser proxy setup, specifying the proxy server host and port for integration with Web Proxy MCP Server.

Instructions

Get the current PAC (Proxy Auto-Configuration) file content

Input Schema

NameRequiredDescriptionDefault
proxyHostNoProxy server hostlocalhost
proxyPortNoProxy server port

Input Schema (JSON Schema)

{ "properties": { "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