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
pac-proxy-setup.pac•738 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