Skip to main content
Glama
quantumproxies

QuanticData MCP server

QuanticData MCP サーバー — Claude、Cursor、および任意の MCP クライアントにライブ Web アクセスを提供

QuanticData データ API を AI エージェントの前に配置する、単一ファイル・依存関係ゼロの MCP サーバー: ページのスクレイピング、Google/Bing/DuckDuckGo/Yandex 検索の実行、サイトのマッピングまたはクロール、URL の SEO 監査、およびセマンティック入力を用いた 31 種類の既製 Collector の実行が可能です。

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 に対応するクライアントであればどれでも動作します: サーバーは initializetools/listtools/callping を実装しており、これがツールのみのサーバーとしての完全なインターフェースです。

Related MCP server: The Web MCP

ツール

ツール

エージェントが受け取るもの

価格

scrape

1 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 の JS なし表示とレンダリング表示の差分、およびボット向けメタ情報

$0.0012

list_collectors

カタログ: スキーマ、例、ヘルスステータス、単価

無料

run_collector

セマンティック入力を用いて 1 つの Collector を実行

$0.0004/行 から

collector_run_status

1 回の実行とその配信された行

無料

すべて従量課金制: 呼び出しが失敗した場合の料金は発生しません。

クライアントなしで試す

node smoke-test.mjs           # handshake + tools/list, no API key needed

または手動で直接操作 — stdin で改行区切りの 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

うまく機能するプロンプト例

  • "Map quanticdata.io, then scrape the five most recent blog posts and summarise the themes."

  • "Search for serp api pricing in the US and Germany and tell me how the top ten differ."

  • "Run an SEO audit on our pricing page — is it indexable without JavaScript?"

  • "Use list_collectors, then pull 40 dental clinics in Austin with local_business_leads."

最後のパターンは覚えておく価値があります: エージェントにまずカタログを読ませてから、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