← Registry

Data Collection

quantumproxies.io

Scrapes web pages and generates reusable CSS selectors (parsers) for extracting structured data.

1 endpoint25 known toolsFirst detected August 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.quantumproxies.io/mcp

No auth detected

MCP server metadata

Name
quantumproxies
Version
0.9.0
Capabilities
tools.listChanged

Known tools 25

scrape

Scrape a single web page through a residential proxy and return it as clean Markdown (or HTML/text).

Inferred read-only
generate_parser

Look at a page ONCE with an LLM and get back CSS selectors that extract the fields you asked for.

Inferred read-only
save_parser_preset

Store a generated parser under a name so it can be reused by id.

Inferred read-only
list_parser_presets

List your stored parser presets with their version, health stats and changelog.

Inferred read-only
parser_preset_stats

How well a stored parser is still working: success rate per field, mean coverage over the recent runs, and whether it now counts as decayed (i.e.

Inferred read-only
heal_parser_preset

Regenerate a preset's selectors now (the manual trigger for the automatic repair).

Inferred read-only
seo_audit

Audit a URL's SEO in one call: fetches it twice — as a pure HTTP bot (no JS) and fully rendered — and returns both views (title, description, canonical, h1, word count) plus the diff (JS-only content, changed title/description, canonical missing without JS) and bot-facing meta (robots, Open Graph, JSON-LD types).

Inferred read-only
search

Run structured Google, Bing or DuckDuckGo searches through a residential proxy.

Inferred read-only
search_and_read

Search the live web, fetch the top organic pages as clean Markdown, and return citation-ready numbered sources plus one token-bounded `context` string ready for an AI prompt.

Inferred read-only
map

Discover a site's URLs fast (robots.txt sitemaps + /sitemap.xml + homepage links) without a full crawl.

Inferred read-only
crawl

Start an asynchronous BFS crawl of a site from a seed URL, converting each page to Markdown.

Inferred read-only
crawl_status

Poll a crawl job for progress and the pages crawled so far.

Inferred read-only
batch

Scrape many URLs asynchronously with shared options.

Inferred read-only
batch_status

Poll a batch job for progress and per-URL results.

Inferred read-only
search_bulk

Paginate ONE search query asynchronously and merge deduplicated organic results.

Inferred read-only
search_bulk_status

Poll a bulk search job for progress and merged organic results.

Inferred read-only
create_dataset

Build a structured dataset from a plain-language prompt.

Inferred read-only
dataset_status

Poll a dataset job for progress, the collection trace (steps) and the rows so far.

Inferred read-only
list_proxies

List the account's proxy services of every type — Residential Basic/Premium/Private, Mobile, Mobile V2, Datacenter (static or traffic-based), ISP, IPv6 — with plan type, bandwidth left, expiry, whitelisted IPs and the orderId to pass to generate_proxies.

Inferred read-only
generate_proxies

Generate ready-to-use proxy endpoint strings (credentials included) from one of the account's active proxy services — any type: residential, mobile, datacenter, ISP, IPv6.

Inferred read-only
proxy_locations

Discover valid geo-targeting values for a proxy plan type before calling generate_proxies: countries, states, cities, ASNs, or the full location tree (countries → regions → cities → ISPs).

Inferred read-only
whitelist_ip

Manage IP-auth whitelisting on a proxy service (Residential Basic, Datacenter, ISP, IPv6, Mobile): add or remove an IP, or list the current entries.

Potential side effects
list_collectors

List the ready-made Collectors: paid, versioned scrapers you run with a semantic input (keyword + location, place id, product id, domain…) instead of URLs — e.g.

Inferred read-only
run_collector

Run a Collector by slug with a semantic input (see list_collectors for each collector's inputSchema and example).

Inferred read-only
collector_run_status

Fetch a Collector run by run_id: status (queued|running|done|failed), result count, cost, partial flag and the result rows.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.quantumproxies]
url = "https://api.quantumproxies.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quantumproxies": {
      "type": "http",
      "url": "https://api.quantumproxies.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quantumproxies
Remote MCP URL: https://api.quantumproxies.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "quantumproxies": {
      "url": "https://api.quantumproxies.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quantumproxies": {
      "type": "http",
      "url": "https://api.quantumproxies.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quantumproxies",
  "transport": "streamable-http",
  "url": "https://api.quantumproxies.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.