Web data for AI agents: scraping, SERP, crawl/map, 74 Collectors, datasets and proxies. 25 tools.
MCPpedia last refreshed this data
io.github.quantumproxies/quanticdata-mcp is an MCP server that web data for AI agents: scraping, SERP, crawl/map, 74 Collectors, datasets and proxies. 25 tools. Its tool list has not been published yet over stdio, requires no API key, and scores 38/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-quantumproxies-quanticdata-mcp": {
"command": "npx",
"args": [
"-y",
"quanticdata-mcp"
]
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Web data for AI agents: scraping, SERP, crawl/map, 74 Collectors, datasets and proxies. 25 tools.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'quanticdata-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked quanticdata-mcp against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / ai-ml
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
An autonomous agent that conducts deep research on any data using any LLM providers
The official MCP server implementation for the Perplexity API Platform
Chrome DevTools for coding agents
MCP Security Weekly
Get CVE alerts and security updates for io.github.quantumproxies/quanticdata-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect QuanticData to Claude, Cursor, and any MCP client. Gives an AI agent live web access — scrape, search, map, and crawl — through residential proxies with real-browser TLS fingerprints, so pages that block ordinary bots come back clean. It also hands the agent raw proxy endpoints of every type (residential, mobile, datacenter, ISP, IPv6) from your active plans, ready to plug into any HTTP client.
It calls the public QuanticData Scraper API with your own qd_live_ key,
so there are no internal secrets and you run it locally.
| Tool | What it does |
|---|---|
scrape | Scrape one URL → Markdown/HTML/text, including PDF/Office documents. Supports multi-format output, absolute link collection, JSON-LD metadata, structured CSS extraction, AI prompt/JSON-schema extraction, and mode: summary. |
seo_audit | Fetch a URL as a no-JS bot and fully rendered, return both SEO views + the diff (JS-only content, changed title/description, missing canonical) and bot-facing meta (robots, OG, JSON-LD). |
search | Structured Google/Bing/DuckDuckGo results. Set render: true for Google AI Overview, PAA, Knowledge Graph and other JS enrichments. |
search_and_read | SERP → fetch top pages → numbered citation-ready sources and one token-bounded context string ready for an AI prompt. |
search_bulk / search_bulk_status | Async multi-page pagination with merged organic results and page-one AI/zero-click enrichments. |
map | Fast URL discovery (sitemaps + homepage links), no full crawl. Compact by default: up to limit URLs (100) plus site-wide total and per-section summary; group_by: path for the path tree. |
crawl / crawl_status | Async BFS site crawl → Markdown per page; poll for progress. |
batch / batch_status | Scrape many URLs asynchronously; mode: summary for metadata-only items. Incremental polling via since cursor; page content only with include_content. |
create_dataset / dataset_status | Prompt-driven structured dataset collection with budget and row limits. |
list_collectors / run_collector / collector_run_status | Ready-made Collectors: run a versioned scraper with a semantic input (keyword + location, place id, product id, domain…) instead of URLs — Google Maps places, place reviews, Google Jobs/News/Shopping, product offers, hotels, local business leads, site contacts, company profile. Priced per delivered row; async runs poll by run_id, rows exportable as CSV. |
list_proxies | List your proxy services of every type — Residential Basic/Premium/Private, Mobile, Mobile V2, Datacenter, ISP, IPv6 — with bandwidth left, expiry and the orderId used to generate. |
generate_proxies | Ready-to-use proxy strings (credentials included) from any active plan: geo targeting (country/state/city/ISP/ASN), rotating or sticky sessions, HTTP or SOCKS5, several output formats. |
proxy_locations | Valid geo-targeting values per plan type: countries, states, cities, ASNs, or the full location tree with ISP codes. |
whitelist_ip | Manage IP-auth whitelisting (add/list/remove) for plans that support it, including the Mobile V2 IP-auth proxy list. |
No install needed — npx fetches quanticdata-mcp on demand (Node.js 18+).
Claude Code (one command):
claude mcp add quanticdata \
-e QUANTICDATA_API_KEY=qd_live_your_key_here \
-- npx -y quanticdata-mcp
Claude Desktop / Cursor / any MCP client (claude_desktop_config.json, .cursor/mcp.json, or .mcp.json):
{
"mcpServers": {
"quanticdata": {
"command": "npx",
"args": ["-y", "quanticdata-mcp"],
"env": { "QUANTICDATA_API_KEY": "qd_live_your_key_here" }
}
}
}
The same server also runs as a hosted Streamable HTTP endpoint, for clients that prefer a URL over a local packag