QuanticData MCP server
QuanticData MCP 서버 — Claude, Cursor 및 모든 MCP 클라이언트에 실시간 웹 액세스 제공
AI 에이전트 앞에 QuanticData Data API를 배치하는 단일 파일, 제로 의존성 MCP 서버입니다: 페이지 스크래핑, Google/Bing/DuckDuckGo/Yandex 검색 실행, 사이트 매핑 또는 크롤링, URL SEO 감사, 그리고 의미론적 입력으로 31개의 즉시 사용 가능한 Collectors 중 하나를 실행할 수 있습니다.
SDK 없음, 빌드 단계 없음, node_modules 없음. Node.js 18+ 및 파일 하나면 충분합니다.
git clone https://github.com/quantumproxies/quanticdata-mcp-server
cd quanticdata-mcp-server
QUANTICDATA_API_KEY=qd_live_your_key_here node server.mjsapp.quanticdata.io에서 키를 받으세요 — 무료 월별 할당량이 있으며 카드가 필요 없습니다. 현재 수치는 quanticdata.io의 가격을 참조하세요.
클라이언트에 설치하기
Claude Code
claude mcp add quanticdata \
-e QUANTICDATA_API_KEY=qd_live_your_key_here \
-- node /absolute/path/to/quanticdata-mcp-server/server.mjsClaude Desktop — claude_desktop_config.json
{
"mcpServers": {
"quanticdata": {
"command": "node",
"args": ["/absolute/path/to/quanticdata-mcp-server/server.mjs"],
"env": { "QUANTICDATA_API_KEY": "qd_live_your_key_here" }
}
}
}Cursor — .cursor/mcp.json, 위와 동일한 형식입니다.
stdio MCP를 지원하는 모든 클라이언트가 작동합니다: 서버는 initialize, tools/list, tools/call, ping을 구현하며, 이는 도구 전용 서버의 완전한 표면입니다.
Related MCP server: The Web MCP
도구
도구 | 에이전트가 얻는 것 | 가격 |
| 하나의 URL → Markdown / HTML / 텍스트, CSS 또는 AI 추출, 선택적 렌더링 | $0.0002 |
| 자연 검색 결과 + 관련 검색어, 4개 엔진, 18개 세로 분야 | $0.0005부터 |
| 사이트맵 + 홈페이지 링크의 모든 URL, 합계 포함 | $0.0005 |
| 비동기 BFS 크롤링 → 페이지별 Markdown | 페이지당 $0.0003 |
| URL의 no-JS vs 렌더링된 뷰, 차이 비교, 봇 대상 메타 포함 | $0.0012 |
| 카탈로그: 스키마, 예시, 상태, 단가 | 무료 |
| 의미론적 입력으로 하나의 Collector 실행 | 행당 $0.0004부터 |
| 하나의 실행과 전달된 행 | 무료 |
모든 것은 성공 시 지불 방식입니다: 실패한 호출은 비용이 들지 않습니다.
클라이언트 없이 사용해 보기
node smoke-test.mjs # handshake + tools/list, no API key needed또는 직접 조작해 보세요 — stdin에서 newline으로 구분된 JSON-RPC입니다:
printf '%s\n' \
'{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"cli","version":"1"}}}' \
'{"jsonrpc":"2.0","id":2,"method":"tools/list"}' \
| node server.mjs잘 작동하는 프롬프트
"quanticdata.io를 매핑한 다음, 가장 최근 블로그 게시물 5개를 스크래핑하고 주제를 요약해 줘."
"미국과 독일에서
serp api pricing을 검색하고 상위 10개 결과가 어떻게 다른지 알려줘.""우리 가격 페이지에 SEO 감사를 실행해 — JavaScript 없이도 인덱싱 가능한가?"
"
list_collectors를 사용한 다음,local_business_leads로 오스틴의 치과 클리닉 40곳을 가져와."
마지막 것이 내면화할 가치가 있는 패턴입니다: 에이전트가 먼저 카탈로그를 읽게 한 다음 Collector를 선택하게 하세요. 스키마는 모델이 올바르게 선택할 수 있도록 정확히 게시된 것입니다.
구성
변수 | 기본값 | 참고 |
| — | 필수; 키는 |
|
| 프록시 또는 스테이징 호스트를 위해 다른 곳을 지정 |
API의 오류는 프로토콜 오류가 아닌 isError: true가 포함된 도구 결과로 반환되므로, 모델이 대화가 중단되는 대신 메시지를 읽고 스스로 수정할 수 있습니다.
관련 자료
MCP 서버 페이지 · 문서
MIT 라이선스.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI agents and coding assistants with advanced web crawling and RAG capabilities, allowing them to scrape websites and leverage that knowledge through various retrieval strategies.2MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to access real-time web data through search, markdown scraping, and browser automation while bypassing anti-bot protections. It provides tools for web research, e-commerce monitoring, and data extraction from across the globe.46,1036MIT
- FlicenseNot gradedqualityCmaintenanceProvides 42+ MCP tools for browser automation, web scraping, and search, enabling AI agents like Claude and Cursor to browse, extract data, and run research agents on the live web.8
- AlicenseNot gradedqualityDmaintenanceProvides AI agents and assistants with advanced web crawling and RAG capabilities, enabling them to scrape websites and perform semantic search over crawled content.1MIT
Related MCP Connectors
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
The best web search for your AI Agent
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/quanticdata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server