quantumproxies-mcp
OfficialQuantumProxies MCP 서버
QuantumProxies를 Claude, Cursor 및 모든 MCP 클라이언트에 연결합니다. AI 에이전트에게 실제 브라우저 TLS 핑거프린트를 사용하는 리지덴셜 프록시를 통해 라이브 웹 액세스(스크래핑, 검색, 매핑, 크롤링)를 제공하므로 일반 봇을 차단하는 페이지도 깨끗하게 가져옵니다. 또한 활성 플랜의 모든 유형(리지덴셜, 모바일, 데이터센터, ISP, IPv6)의 원시 프록시 엔드포인트를 에이전트에 제공하여 모든 HTTP 클라이언트에 바로 연결할 수 있습니다.
자체 qp_live_ 키로 공개 QuantumProxies Scraper API를 호출하므로 내부 비밀이 없으며 로컬에서 실행됩니다.
도구
도구 | 기능 |
| 하나의 URL을 스크래핑하여 Markdown/HTML/텍스트( PDF/Office 문서 포함)로 변환합니다. 다중 형식 출력, 절대 링크 수집, JSON-LD 메타데이터, 구조화된 CSS 추출, AI 프롬프트/JSON 스키마 추출 및 |
| URL을 JS 없는 봇으로 그리고 완전히 렌더링된 상태로 가져와 두 SEO 뷰와 차이점(JS 전용 콘텐츠, 변경된 title/description, 누락된 canonical) 및 봇 대상 메타(robots, OG, JSON-LD)를 모두 반환합니다. |
| 구조화된 Google/Bing/DuckDuckGo 결과입니다. Google AI Overview, PAA, Knowledge Graph 및 기타 JS 강화 기능을 위해 |
| SERP → 상위 페이지 가져오기 → 번호가 매겨진 인용 가능한 소스와 AI 프롬프트에 바로 사용할 수 있는 하나의 토큰 제한 컨텍스트 문자열을 생성합니다. |
| 병합된 유기적 결과와 1페이지 AI/제로클릭 강화 기능을 갖춘 비동기 다중 페이지 페이지네이션입니다. |
| 빠른 URL 검색(사이트맵 + 홈페이지 링크), 전체 크롤링 없음. 기본적으로 간결함: 최대 |
| 비동기 BFS 사이트 크롤링 → 페이지별 Markdown; 진행 상황 폴링. |
| 여러 URL을 비동기적으로 스크래핑합니다. |
| 예산 및 행 제한이 있는 프롬프트 기반 구조화된 데이터셋 수집입니다. |
| 기성 Collectors: URL 대신 의미론적 입력(키워드 + 위치, 장소 ID, 제품 ID, 도메인 등)으로 버전 관리되는 스크래퍼를 실행합니다 — Google Maps 장소, 장소 리뷰, Google Jobs/News/Shopping, 제품 오퍼, 호텔, 지역 비즈니스 리드, 사이트 연락처, 회사 프로필. 전달된 행당 과금; 비동기 실행은 |
| 모든 유형의 프록시 서비스(리지덴셜 Basic/Premium/Private, 모바일, 모바일 V2, 데이터센터, ISP, IPv6)를 남은 대역폭, 만료일 및 생성에 사용된 |
| 모든 활성 플랜에서 바로 사용 가능한 프록시 문자열(자격 증명 포함): 지리적 타겟팅(국가/주/도시/ISP/ASN), 회전 또는 고정 세션, HTTP 또는 SOCKS5, 여러 출력 형식. |
| 플랜 유형별 유효한 지리적 타겟팅 값: 국가, 주, 도시, ASN 또는 ISP 코드가 포함된 전체 위치 트리. |
| 이를 지원하는 플랜(모바일 V2 IP 인증 프록시 목록 포함)에 대한 IP 인증 화이트리스트 관리(추가/목록/제거). |
Related MCP server: ProxyClaw MCP Server
빠른 시작
설치 불필요 — npx가 quantumproxies-mcp를 요청 시 가져옵니다(Node.js 18+).
Claude Code (단일 명령):
claude mcp add quantumproxies \
-e QUANTUMPROXIES_API_KEY=qp_live_your_key_here \
-- npx -y quantumproxies-mcpClaude Desktop / Cursor / 모든 MCP 클라이언트 (claude_desktop_config.json, .cursor/mcp.json 또는 .mcp.json):
{
"mcpServers": {
"quantumproxies": {
"command": "npx",
"args": ["-y", "quantumproxies-mcp"],
"env": { "QUANTUMPROXIES_API_KEY": "qp_live_your_key_here" }
}
}
}호스팅 엔드포인트(원격 MCP)
동일한 서버가 로컬 패키지보다 URL을 선호하는 클라이언트를 위해 호스팅 Streamable HTTP 엔드포인트로도 실행됩니다:
https://api.quantumproxies.io/mcp키는 요청별로 Authorization 헤더에 포함되어 전송되므로 서버 측에 저장되는 것이 없으며 하나의 엔드포인트가 모든 계정에 서비스를 제공합니다:
curl -X POST https://api.quantumproxies.io/mcp \
-H "Authorization: Bearer qp_live_your_key_here" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'원격 MCP 서버를 지원하는 클라이언트에서 해당 URL과 bearer 토큰을 사용하여 HTTP 서버로 추가하세요. initialize 및 tools/list는 키 없이 응답하므로 디렉토리와 인스펙터가 서버를 검사할 수 있습니다. 도구 호출에는 키가 필요합니다.
엔드포인트 자체 호스팅은 이 동일한 패키지의 두 번째 바이너리입니다:
QUANTUMPROXIES_API_KEY=qp_live_… PORT=9310 npx -y quantumproxies-mcp-remote소스에서 실행(개발)
npm install
npm run build그런 다음 npx 대신 클라이언트를 로컬 빌드로 지정하세요:
{
"mcpServers": {
"quantumproxies": {
"command": "node",
"args": ["/absolute/path/to/scraper-mcp/dist/index.js"],
"env": {
"QUANTUMPROXIES_API_KEY": "qp_live_your_key_here"
}
}
}
}환경 변수
변수 | 기본값 | 참고 |
| — | 필수. |
|
| 스테이징/자체 호스팅용 재정의. |
예시 프롬프트
"example.com의 가격 페이지를 스크래핑해서 플랜과 가격을 알려줘."
"미국에서 'nintendo switch oled'를 Google Shopping에서 검색하고 가장 저렴한 5개를 나열해줘."
"docs.example.com을 매핑한 다음 /guides/ 페이지만 크롤링해서 요약해줘."
"내 프록시 플랜을 나열하고 고정 US 리지덴셜 프록시 5개를 socks5 URL로 생성해줘."
"독일 회전 모바일 프록시를 가져오고 내 서버 IP 203.0.113.7을 화이트리스트에 추가해줘."
Maintenance
Related MCP Servers
- AlicenseAqualityFmaintenanceProvides AI agents with access to a global residential proxy network covering over 190 countries for web fetching and scraping. It enables pay-per-request transactions using USDC on the Base network via the x402 protocol.3882MIT
- AlicenseAqualityDmaintenanceRoutes web requests through 175M+ residential IPs across 195+ countries, enabling AI to bypass geo-restrictions and anti-bot systems.4621MIT

Novada Proxyofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to route HTTP requests through millions of real residential IPs, bypassing anti-bot systems and geo-targeting by country or city.4MIT- AlicenseNot gradedqualityDmaintenanceA geo-distributed HTTP proxy for AI agents, enabling web fetching from multiple global regions (Frankfurt, Sydney, New York, San Francisco) with support for screenshots, scraping, and JS rendering.MIT
Related MCP Connectors
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
Turn the web into structured, reliable, actionable enterprise data for AI Agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quantumproxies/quantumproxies-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server