Skip to main content
Glama

Web Proxy MCP Server

by mako10k
pac-proxy-setup.pac738 B
function FindProxyForURL(url, host) { host = host.toLowerCase(); // Proxy specific domains through our proxy server if (host === "httpbin.org" || host.endsWith(".httpbin.org")) return "PROXY 172.21.255.3:8080"; if (host === "jsonplaceholder.typicode.com" || host.endsWith(".jsonplaceholder.typicode.com")) return "PROXY 172.21.255.3:8080"; if (host === "example.com" || host.endsWith(".example.com")) return "PROXY 172.21.255.3:8080"; if (host === "wiki.sp-viewer.net" || host.endsWith(".wiki.sp-viewer.net")) return "PROXY 172.21.255.3:8080"; // All other traffic goes direct return "DIRECT"; } // Generated by Web Proxy MCP Server // Last updated: 2025-07-24T10:48:59.703Z // Active targets: 4

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