Data Collection
quantumproxies.io
Scrapes web pages and generates reusable CSS selectors (parsers) for extracting structured data.
ENDPOINT 1
https://api.quantumproxies.io/mcp
MCP server metadata
- Name
- quantumproxies
- Version
- 0.9.0
Known tools 25
scrapeScrape a single web page through a residential proxy and return it as clean Markdown (or HTML/text).
Inferred read-onlygenerate_parserLook at a page ONCE with an LLM and get back CSS selectors that extract the fields you asked for.
Inferred read-onlysave_parser_presetStore a generated parser under a name so it can be reused by id.
Inferred read-onlylist_parser_presetsList your stored parser presets with their version, health stats and changelog.
Inferred read-onlyparser_preset_statsHow 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-onlyheal_parser_presetRegenerate a preset's selectors now (the manual trigger for the automatic repair).
Inferred read-onlyseo_auditAudit 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-onlysearchRun structured Google, Bing or DuckDuckGo searches through a residential proxy.
Inferred read-onlysearch_and_readSearch 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-onlymapDiscover a site's URLs fast (robots.txt sitemaps + /sitemap.xml + homepage links) without a full crawl.
Inferred read-onlycrawlStart an asynchronous BFS crawl of a site from a seed URL, converting each page to Markdown.
Inferred read-onlysearch_bulkPaginate ONE search query asynchronously and merge deduplicated organic results.
Inferred read-onlydataset_statusPoll a dataset job for progress, the collection trace (steps) and the rows so far.
Inferred read-onlylist_proxiesList 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-onlygenerate_proxiesGenerate 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-onlyproxy_locationsDiscover 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-onlywhitelist_ipManage 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 effectslist_collectorsList 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-onlyrun_collectorRun a Collector by slug with a semantic input (see list_collectors for each collector's inputSchema and example).
Inferred read-onlycollector_run_statusFetch a Collector run by run_id: status (queued|running|done|failed), result count, cost, partial flag and the result rows.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.