← Back to Plugins
MCP Server MCP

io.github.Goldentrii/proxy-veil

github By github 👁 1 views ▲ 0 votes

Residential proxy MCP server for AI agents — geo-targeting, sticky sessions, anti-bot bypass.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "proxy-veil",
      "version": "1.5.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Novada residential proxy username",
          "isSecret": true,
          "name": "NOVADA_PROXY_USER"
        },
        {
          "description": "Novada residential proxy password",
          "isSecret": true,
          "name": "NOVADA_PROXY_PASS"
        },
        {
          "description": "Novada Scraper API key for search tool",
          "isSecret": true,
          "name": "NOVADA_API_KEY"
        },
        {
          "description": "BrightData full username including zone",
          "isSecret": true,
          "name": "BRIGHTDATA_USER"
        },
        {
          "description": "BrightData proxy password",
          "isSecret": true,
          "name": "BRIGHTDATA_PASS"
        },
        {
          "description": "Smartproxy username",
          "isSecret": true,
          "name": "SMARTPROXY_USER"
        },
        {
          "description": "Smartproxy password",
          "isSecret": true,
          "name": "SMARTPROXY_PASS"
        },
        {
          "description": "Oxylabs username",
          "isSecret": true,
          "name": "OXYLABS_USER"
        },
        {
          "description": "Oxylabs password",
          "isSecret": true,
          "name": "OXYLABS_PASS"
        },
        {
          "description": "Generic HTTP proxy URL (http://user:pass@host:port)",
          "isSecret": true,
          "name": "PROXY_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...