← quantumproxies.io

INDIVIDUAL MCP TOOL

heal_parser_preset

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

quantumproxies.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://api.quantumproxies.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for heal_parser_preset and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

quantumproxies.io

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.

Related tools

  • scrape — Scrape a single web page through a residential proxy and return it as clean Markdown (or HTML/text).
  • generate_parser — Look at a page ONCE with an LLM and get back CSS selectors that extract the fields you asked for.
  • save_parser_preset — Store a generated parser under a name so it can be reused by id.
  • list_parser_presets — List your stored parser presets with their version, health stats and changelog.
  • 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.
  • 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).
  • search — Run structured Google, Bing or DuckDuckGo searches through a residential proxy.
  • 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.