Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ipvolt Proxy Toolkit

NPM · @IPVOLT/PROXY-TOOLKIT-MCP · 2 COMPONENTS · SCANNED SEP 25

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

+5 this week 73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 5 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 426 tokens (~106/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 42% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the ipvolt Proxy Toolkit MCP server?

ipvolt Proxy Toolkit runs locally as an npm package, launched with npx -y @ipvolt/proxy-toolkit-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @ipvolt/proxy-toolkit-mcp

# add to Claude Code
claude mcp add ipvolt-proxy-toolkit -- npx -y @ipvolt/proxy-toolkit-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "ipvolt-proxy-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@ipvolt/proxy-toolkit-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ipvolt-proxy-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@ipvolt/proxy-toolkit-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ipvolt-proxy-toolkit -- npx -y @ipvolt/proxy-toolkit-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ipvolt-proxy-toolkit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ipvolt/proxy-toolkit-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ipvolt-proxy-toolkit --command npx --arg -y --arg @ipvolt/proxy-toolkit-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ipvolt-proxy-toolkit:
    command: "npx"
    args: ["-y", "@ipvolt/proxy-toolkit-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ipvolt-proxy-toolkit": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@ipvolt/proxy-toolkit-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ipvolt-proxy-toolkit -t stdio -c npx -a -y @ipvolt/proxy-toolkit-mcp
// mcp.json
{
  "mcpServers": {
    "ipvolt-proxy-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@ipvolt/proxy-toolkit-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 Sept 26 +4
    • Stability: unverified → 0.27 ▲ functional
  • 15 Sept 26 +15
    • Malware scan: unverified → pass ▲ security
  • 14 Sept 26 53

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/@ipvolt/proxy-toolkit-mcp@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 5 packages
Packages resolved 5
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~426 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
diagnose_proxy_error ~192

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.

NameTypeReqDescription
clientstringyes–
exceptionstring–Normalized category, not raw exception text. HTTPX ConnectError alone does not establish a TLS error.
methodstring––
phasestringyes–
requestMayHaveBeenSentboolean–Whether this target request may already have reached the application. Omit when unknown.
responseSourcestring–Use target/proxy only when established by response provenance, not merely the status code.
retryAfterSecondsinteger–Parsed bounded Retry-After delay, if actually observed. Never submit the raw header.
statusinteger–Observed HTTP status; identify its responding layer separately.
versionstringyes–
NameTypeReqDescription
candidatesarrayyes–
clientstringyes–
evidenceobjectyes–
retryobjectyes–
rulesRevisionstringyes–
sourcesarrayyes–
summarystringyes–
uncertaintyarrayyes–
versionstringyes–

No examples provided.

generate_proxy_config ~111

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.

NameTypeReqDescription
clientstringyesClient whose exact tested configuration to generate.
protocolstring–HTTP proxy with HTTPS CONNECT. Other proxy protocols are not tested.
timeoutSecondsinteger––
versionstringyesExact tested version matching the client. Other versions are unsupported.
NameTypeReqDescription
behaviorobjectyes–
clientstringyes–
codestringyes–
environmentarrayyes–
interfacestringyes–
languagestringyes–
limitationsarrayyes–
protocolstringyes–
sourcesarrayyes–
summarystringyes–
templateRevisionstringyes–
testedRuntimestringyes–
versionstringyes–

No examples provided.

get_proxy_doc ~63

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.

NameTypeReqDescription
cursorstring––
documentIdstringyes–
sectionstring––
NameTypeReqDescription
chunknumberyes–
documentobjectyes–
markdownstringyes–
nextCursorstring|nullyes–
provenanceobjectyes–
sectionsarrayyes–
totalChunksnumberyes–

No examples provided.

search_proxy_docs ~60

Find reviewed ipvolt public guides and articles. Returns canonical document IDs, excerpts and content revision. Submit a short topic query, never credentials or logs.

NameTypeReqDescription
limitinteger––
querystringyes–
topicstring––
NameTypeReqDescription
provenanceobjectyes–
resultsarrayyes–

No examples provided.

Common questions

What is the ipvolt Proxy Toolkit MCP server?

ipvolt Proxy Toolkit is an MCP server listed in the public MCP registry as io.github.ipvolt/proxy-toolkit. Proxy guides, tested configurations and error diagnostics, with an optional local route check. This page covers its npm package (@ipvolt/proxy-toolkit-mcp).

Is the ipvolt Proxy Toolkit MCP server safe to use?

ipvolt Proxy Toolkit scores 73 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ipvolt Proxy Toolkit MCP server expose?

ipvolt Proxy Toolkit exposes 4 tools: search_proxy_docs, get_proxy_doc, generate_proxy_config, diagnose_proxy_error. Their descriptions and schemas cost roughly 426 tokens of context every time the server is loaded.

Is the ipvolt Proxy Toolkit MCP server still maintained?

ipvolt Proxy Toolkit is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the ipvolt Proxy Toolkit MCP server under?

ipvolt Proxy Toolkit declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.