Scrapeless MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides web search capabilities through Google Search, allowing queries with support for advanced search operators like inurl:, site:, and intitle:, with options to customize country and language settings.
无废料 Mcp 服务器
Model Context Protocol (MCP) 是一种开放式协议,可实现 LLM 应用程序与外部数据源和工具之间的无缝集成。MCP 提供了一种将 LLM 与所需上下文连接的标准化方法,帮助您有效地增强聊天界面、构建 AI 驱动的 IDE 或创建自定义 AI 工作流程。
使用无缝MCP服务器将实时Google SERP(Google Search、Google Flight、Google Map、Google Jobs....)结果无缝集成到您的LLM应用程序中。该服务器充当 LLM(如 ChatGPT、Claude 等)和 Scrapeless 的 Google SERP 之间的桥梁,为 AI 工作流程、聊天机器人和研究工具实现动态上下文检索。
👉 实时MCP端点:
📦 NPM 包:scrapeless-mcp-server
概览
此项目提供了几个MCP服务器,使Claude等AI助手能够执行各种搜索操作并从以下位置检索数据:
- Google Search
工具
1. Search Tool
- 名称:'google-search'
- 描述:使用 Scrapeless 搜索网页
- Parameters:
- 'query' (required): 参数定义您要搜索的查询。您可以使用在常规Google搜索中使用的任何内容。例如:inurl:、site:、intitle:。
- 'gl' (optional, default: "us"): 参数定义用于Google搜索的国家/地区。这是一个两个字母的国家代码。(例如,美国为us,英国为uk,法国为fr)
- 'hl' (optional, default: "en"): 参数定义用于Google搜索的语言。这是一个两个字母的语言代码。(例如,en代表英语,es代表西班牙语,fr代表法语)
设置指南
1. 获取 Scrapeless 密钥
- 在 Scrapeless 注册
- 获取免费试用版
- [GXP1] (https://app.scrapeless.com/dashboard/settings/api-key?utm_source=github\\\\&utm_medium=mcp)
2. 配置
示例查询
以下是如何在 Claude Desktop 中使用这些服务器的一些示例:
Google Search
安装
先决条件
- GXP22 或更高版本
- NPM 或 Yarn
从源安装
- 克隆存储库:
- 安装依赖项:
- 构建服务器:
社区
You must be authenticated.
一种模型上下文协议服务器实现,使克劳德等AI助手能够直接通过自然语言请求执行Google搜索并检索网络数据。