Skip to main content
Glama
quantumproxies

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.mjs

app.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.mjs

Claude Desktopclaude_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

도구

도구

에이전트가 얻는 것

가격

scrape

하나의 URL → Markdown / HTML / 텍스트, CSS 또는 AI 추출, 선택적 렌더링

$0.0002

search

자연 검색 결과 + 관련 검색어, 4개 엔진, 18개 세로 분야

$0.0005부터

map

사이트맵 + 홈페이지 링크의 모든 URL, 합계 포함

$0.0005

crawl / crawl_status

비동기 BFS 크롤링 → 페이지별 Markdown

페이지당 $0.0003

seo_audit

URL의 no-JS vs 렌더링된 뷰, 차이 비교, 봇 대상 메타 포함

$0.0012

list_collectors

카탈로그: 스키마, 예시, 상태, 단가

무료

run_collector

의미론적 입력으로 하나의 Collector 실행

행당 $0.0004부터

collector_run_status

하나의 실행과 전달된 행

무료

모든 것은 성공 시 지불 방식입니다: 실패한 호출은 비용이 들지 않습니다.

클라이언트 없이 사용해 보기

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를 선택하게 하세요. 스키마는 모델이 올바르게 선택할 수 있도록 정확히 게시된 것입니다.

구성

변수

기본값

참고

QUANTICDATA_API_KEY

필수; 키는 qd_live_… 형식

QUANTICDATA_API_BASE

https://api.quanticdata.io/v1

프록시 또는 스테이징 호스트를 위해 다른 곳을 지정

API의 오류는 프로토콜 오류가 아닌 isError: true가 포함된 도구 결과로 반환되므로, 모델이 대화가 중단되는 대신 메시지를 읽고 스스로 수정할 수 있습니다.

관련 자료

MIT 라이선스.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    4
    6,103
    6
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides 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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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