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.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
ツール
ツール | エージェントが受け取るもの | 価格 |
| 1 URL → Markdown / HTML / テキスト、CSS または AI 抽出、オプションでレンダリング | $0.0002 |
| オーガニック検索結果 + 関連検索、4 エンジン、18 カテゴリ | $0.0005 から |
| サイトマップ + ホームページリンクからの全 URL、合計数付き | $0.0005 |
| 非同期 BFS クロール → ページごとの Markdown | $0.0003/ページ |
| URL の JS なし表示とレンダリング表示の差分、およびボット向けメタ情報 | $0.0012 |
| カタログ: スキーマ、例、ヘルスステータス、単価 | 無料 |
| セマンティック入力を用いて 1 つの Collector を実行 | $0.0004/行 から |
| 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 pricingin 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 withlocal_business_leads."
最後のパターンは覚えておく価値があります: エージェントにまずカタログを読ませてから、Collector を選択させます。スキーマは、モデルが正しく選択できるように公開されています。
設定
変数 | デフォルト | 備考 |
| — | 必須。キーは |
|
| プロキシやステージングホスト用に別の場所を指定可能 |
API からのエラーはプロトコルエラーではなく、ツール結果として isError: true で返されます。これにより、モデルはメッセージを読んで、会話を終了させる代わりに自分で修正できます。
関連情報
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