Skip to main content
Glama
quantumproxies

QuanticData MCP server

QuanticData MCP 服务器 — 让 Claude、Cursor 及任何 MCP 客户端获得实时网页访问能力

一个单文件、零依赖的 MCP 服务器,将 QuanticData 数据 API 置于 AI 代理之前:抓取页面、运行 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 的客户端均可使用:该服务器实现了 initializetools/listtools/callping,这构成了仅工具型服务器的完整接口。

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 的无 JS 视图与渲染视图对比,含差异,以及面向机器人的元信息

$0.0012

list_collectors

目录:模式、示例、健康状态、您的单价

免费

run_collector

在语义输入上运行一个 Collector

从 $0.0004/行

collector_run_status

一次运行及其交付的行

免费

一切按成功付费:失败的调用不产生任何费用。

无需客户端即可试用

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

效果良好的提示词

  • "绘制 quanticdata.io 的地图,然后抓取最近五篇博客文章并总结主题。"

  • "在美国和德国搜索 serp api pricing,告诉我前十名有何不同。"

  • "对我们的定价页面运行 SEO 审计 — 它是否可以在没有 JavaScript 的情况下被索引?"

  • "使用 list_collectors,然后用 local_business_leads 拉取奥斯汀的 40 家牙科诊所。"

最后一个值得内化的模式:先让代理阅读目录,然后选择收集器。发布模式正是为了让模型能够正确选择。

配置

变量

默认值

说明

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