mcpbeat Sign in

Proxy Veil MCP Server

local only

Proxy Veil runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 10 Apr 2026.

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

Installs per day peak 26 · avg 10 · -20% w/w
a month agotoday
65
Installs / week
npm · proxy-veil
1
Stars
0 open issues
10 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository goldentrii/proxy-veil
пакет proxy-veil ссылается на goldentrii/proxy4agent

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add proxy-veil -- npx -y proxy-veil
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "proxy-veil": {
      "args": [
        "-y",
        "proxy-veil"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.proxy-veil]
command = "npx"
args = ["-y", "proxy-veil"]
.cursor/mcp.json
{
  "mcpServers": {
    "proxy-veil": {
      "args": [
        "-y",
        "proxy-veil"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "proxy-veil": {
      "args": [
        "-y",
        "proxy-veil"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NOVADA_PROXY_USER (Novada residential proxy username), NOVADA_PROXY_PASS (Novada residential proxy password), NOVADA_API_KEY (Novada Scraper API key for search tool), BRIGHTDATA_USER (BrightData full username including zone), BRIGHTDATA_PASS (BrightData proxy password), SMARTPROXY_USER (Smartproxy username), SMARTPROXY_PASS (Smartproxy password), OXYLABS_USER (Oxylabs username), OXYLABS_PASS (Oxylabs password), PROXY_URL (Generic HTTP proxy URL (http://user:pass@host:port)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Proxy Veil

same job, measured the same way
Proxy4agents MCP
by novadalabs

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

35 installs/wk local only
Location and Timezone MCP Server by RoxyAPI
by roxyapi

City geocoding and timezone resolution for birth data, for AI agents, one API key.

3 tools answering
dns-cache
by weiseer

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

37 installs/wk local only
tierproxy
by tierproxy

Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.

51 installs/wk local only
Geojp
by 55tarkun

MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.

37 installs/wk answering
Frostbyte
by ozorown

MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more

local only
AI SEO
by automatelab-tech

MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites

81 installs/wk local only
naia GEO Autopilot
by naia

Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.

41 installs/wk answering

Proxy Veil — questions

Answers built from our own checks of this server.

Why is there no uptime for Proxy Veil?
Proxy Veil runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package proxy-veil was installed 65 times last week.
How do I connect Proxy Veil?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls proxy-veil straight from npm; nothing to host, nothing to sign up for.
How many people use Proxy Veil?
The npm package proxy-veil was installed 65 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Proxy Veil open source?
We cannot say either way: written in JavaScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.