Free tools · Open source

Proxy and scraping tools.

Measure the bytes your scraper moves, or get help configuring and debugging a proxy connection. Start with the tool for the job in front of you.

These tools work independently of ipvolt proxy access. You do not need an ipvolt account to use them.

By ipvolt · Reviewed Read as Markdown

Scraper bandwidth analysis

Scrapescope

Measure a scraper run locally, inspect hosts and resource types, and find responses that contain the value you need. Open an existing report or try the sample in your browser.

Free · open source · works with any provider

Start with
An existing report.json, or a proxy-aware scraper to run locally.
Get
A bandwidth report; browser-helper data adds resource attribution.

Transfer costs use a rate you supply. The result is an estimate, not a provider bill.

Proxy setup in your coding agent

Proxy Toolkit MCP

Generate proxy configuration templates, diagnose connection errors and search proxy documentation from an MCP-compatible coding agent. Connect to the hosted server or run the package locally.

Free · open source · works with any provider

Start with
Your client or library, configuration task, or connection error.
Get
Configuration templates and suggested checks with linked documentation.

The hosted tools do not connect to your proxy or route your agent’s traffic.

Choose by the task.

Use measurement when a job runs but moves too many bytes. Use configuration and diagnostics when the connection itself needs attention.

Choose a developer tool by task
Your taskToolFirst step
See which hosts and resource types use bandwidthScrapescopeOpen the sample report first, then measure your own run. Resource attribution needs an instrumented client.
Find a response that already contains a required valueScrapescope findUse the Chromium-based find command and inspect its ranked matches. Verify extraction before changing the job.
Configure a proxy client or investigate an errorProxy Toolkit MCPConnect your coding agent and request a template or a diagnostic check. Keep credentials out of prompts.

Need a walkthrough?

The Guides library covers client setup and troubleshooting step by step. The Blog explores measurement methods and tradeoffs.

Developer guidesWhat a proxy benchmark should measure