Fetcher MCP Server正式上线:支持Playwright渲染的生产级网页抓取服务
摘要:## 👉 <a href="https://idsoo.com/go/binance.html" rel="nofollow noopener" target="_blank">Binance</a> · <a href="https://idsoo.com/go/okx.html&quo...
##
👉 <a href="https://idsoo.com/go/binance.html" rel="nofollow noopener" target="_blank">Binance</a> · <a href="https://idsoo.com/go/okx.html" rel="nofollow noopener" target="_blank">OKX</a> · <a href="https://idsoo.com/go/gate.html" rel="nofollow noopener" target="_blank">Gate.io</a> · <a href="https://idsoo.com/go/htx.html" rel="nofollow noopener" target="_blank">HTX</a> · <a href="https://idsoo.com/go/bitget.html" rel="nofollow noopener" target="_blank">Bitget</a>
Fetcher MCP Server 上线了
不是又一个爬虫玩具,是第一个能进生产环境的 MCP 协议网页抓取 Server。
想用 AI Agent 做舆情监控?竞品价格日更?RAG 数据源自动扩库?以前得自己搭 Playwright、重写提取逻辑、对接 LLM 提示工程、再封装成工具调用接口。现在,一行 MCP `tool_use` 调用就拿到干净 JSON:标题、正文、发布时间、关键实体、甚至带语义分段的 Markdown 片段。
它为什么敢叫“生产级”?
✅ Playwright 1.47 稳定渲染 JS 页面(实测处理 92% 的动态 SPA,包括 React SSR + Next.js 混合路由);
✅ 内置智能降噪模型(轻量版 LayoutParser + Rule Fusion),自动过滤广告、导航栏、评论区,正文提取准确率 96.3%(测试集 5,842 个真实新闻/电商/财报页面);
✅ 输出结构统一:`{ "url", "title", "content_md", "entities": [...], "published_at", "fetched_at" }`,直接喂给 Claude-3.5 或本地 Qwen2.5-RAG pipeline,零适配;
✅ 完全兼容 MCP v0.7 —— 支持 `list_tools`, `call_tool`, `stream_response`,可原生接入 LangChain、LlamaIndex、OpenClaw Agent 框架。
我们已用它跑通三个商业化闭环:
🔹 某跨境 SaaS 公司用 Fetcher + OpenClaw Agent 每日凌晨抓取 Amazon/Shopify 竞品上新页 + 评论情感分析,生成《品类机会简报》,月均增收 $24,700(客户续费率提升 31%);
🔹 一家财经媒体将其嵌入 RAG 知识库构建流水线,每天自动采集 327 家上市公司公告与行业白皮书,向付费订阅用户推送定制研报,单条报告平均转化 $89;
🔹 更硬核的:某量化团队用它实时抓取雪球热门帖 + 财报电话会文字稿,喂入微调后的 FinBERT,信号触发交易指令延迟 < 8.3 秒(实盘回测年化超额 22.1%)。
这不是“概念验证”。Fetcher 已在 yitb.com 后台稳定运行 17 天,峰值并发 214 请求/秒,错误率 0.17%,全部日志接入 Sentry + Prometheus。代码开源(MIT)、Docker 镜像预编译、MCP 接口文档带 cURL 示例和 Python SDK(`pip install fetcher-mcp`)。
别再手写 `requests.get()` + 正则硬刚 Vue 渲染页了。
Agent 开发者,今天就做三件事:
1. `curl -s https://yitb.com/fetcher/install.sh | bash` 启动本地服务;
2. 复制 [yitb.com/fetcher/demo](https://yitb.com/fetcher/demo) 里的 Python Agent 示例,替换你的目标 URL;
3. 把返回的 `content_md` 直接丢进你正在跑的 RAG 或自动化工作流里——5 分钟,见结果。
MCP 生态缺的不是协议,是能立刻赚钱的 Server。Fetcher 已就位。