mcpbeat Sign in

ipvolt Proxy Toolkit MCP Server

answering

ipvolt Proxy Toolkit is answering right now. Last checked 15 min ago. 93 installs a week from npm. It exposes 4 tools. Last commit 14 Sep 2026.

Proxy guides, tested configurations and error diagnostics, with an optional local route check.

Installs per day peak 81 · avg 3
a month agotoday
Uptime history 4 days of history · worst day 99%
4 days agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
50 ms
Response time
average over 24h
93
Installs / week
npm and PyPI

What the code does

We read the source, 14 h ago · tools taken from the live server · 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.

        result = subprocess.run([node, str(ROOT / "registry/hosted/check-remote.mjs")], cwd=ROOT,

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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add proxy-toolkit --transport http https://mcp.ipvolt.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "proxy-toolkit": {
      "url": "https://mcp.ipvolt.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.proxy-toolkit]
url = "https://mcp.ipvolt.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "proxy-toolkit": {
      "url": "https://mcp.ipvolt.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "proxy-toolkit": {
      "url": "https://mcp.ipvolt.com/mcp"
    }
  }
}

This one needs environment variables set before it will start: IPVOLT_ENABLE_ROUTE_CHECK (Optional local route diagnostic. Set 1 only when you want the extra tool to make a bounded request through your configured proxy.), IPVOLT_PROXY_URL (Private HTTP proxy URL, required only when the local route diagnostic is enabled. Supply through the client's local secret environment; never as a tool argument.). The author declared them in the registry entry; get the values from the project itself.

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

proxy
get_proxy_doc
Read a bounded chunk or named section using a document ID returned by search_proxy_docs. Follow nextCursor to continue; cursors are bound to the content revision.
search_proxy_docs
Find reviewed ipvolt public guides and articles. Returns canonical document IDs, excerpts and content revision. Submit a short topic query, never credentials or logs.
diagnose
diagnose_proxy_error
Use structured client/version, phase, status or exception observations to identify possible causes and the next check. Returns uncertainty and retry boundaries. Do not send raw logs, URLs or credentials.
generate
generate_proxy_config
Generate an HTTPS GET example for an exact tested curl, Requests, HTTPX or Playwright APIRequestContext version. Credentials and target are local environment placeholders. It does not execute the example or configure other agent tools.

Endpoints

URLTransportStateLatencyChecked
https://mcp.ipvolt.com/mcp streamable-http answering 57 ms 15 min ago

Alternatives to ipvolt Proxy Toolkit

same job, measured the same way
Email Spam Tester
by serg-tanichev

Test an email before it goes out: a disposable address, 41 checks with RFC citations, a fix plan.

4 tools answering
PepEvolution Peptide Sources
by pepevolution

Find where to buy peptides from vetted, COA-tested vendors and check if a peptide vendor is legit.

3 tools answering
gha-doctor
by linnea-bakshi

Diagnose GitHub Actions CI: lint, flaky tests, wasted minutes, health score. Read-only MCP tools.

local only
Keel
by seayniclabs

Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing.

69 installs/wk local only
Sounio Compiler
by agourakis82

Check, compile, run, and test Sounio programs locally.

45 installs/wk local only
Code Factory
by zrk222

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

2 646 installs/wk local only
OrangePro
by orangeproai

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

474 installs/wk local only
OrangePro
by orangepro

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

local only

ipvolt Proxy Toolkit — questions

Answers built from our own checks of this server.

What can ipvolt Proxy Toolkit do?
It exposes 4 tools, read directly from the server on our last check. Among them: diagnose_proxy_error, generate_proxy_config, get_proxy_doc, search_proxy_docs. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is ipvolt Proxy Toolkit working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 50 ms. The bar chart above shows every period we have measured.
How do I connect ipvolt Proxy Toolkit?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does ipvolt Proxy Toolkit need an API key?
No. ipvolt Proxy Toolkit completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is ipvolt Proxy Toolkit?
It answers our handshake in 50 ms on average, which is faster than 88% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use ipvolt Proxy Toolkit?
The npm package @ipvolt/proxy-toolkit-mcp was installed 93 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ipvolt Proxy Toolkit open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.