Skip to main content
Glama

Scrapeless MCP Server

预览

无刮擦 Mcp 服务器

模型上下文协议 (MCP) 是一种开放协议,可实现 LLM 应用程序与外部数据源和工具的无缝集成。MCP 提供了一种标准化的方式将 LLM 与所需的上下文连接起来,帮助您高效地增强聊天界面、构建 AI 驱动的 IDE 或创建自定义 AI 工作流。

使用 Scrapeless MCP 服务器,将实时 Google SERP(Google 搜索、Google 航班、Google 地图、Google 招聘……)结果无缝集成到您的 LLM 应用程序中。该服务器充当 LLM(例如 ChatGPT、Claude 等)与 Scrapeless 的 Google SERP 之间的桥梁,为 AI 工作流、聊天机器人和研究工具提供动态上下文检索功能。

👉 实时 MCP 端点:

📦 NPM 包: scrapeless-mcp-server

概述

该项目提供了多个 MCP 服务器,使 Claude 等 AI 助手能够执行各种搜索操作并从以下位置检索数据:

  • Google 搜索

工具

1. 搜索工具

  • 名称: google-search
  • 描述:使用 Scrapeless 搜索网页
  • 参数:
    • query (必需):该参数定义了您要搜索的查询。您可以使用常规 Google 搜索中使用的任何查询,例如 inurl:、site:、intitle:。
    • gl (可选,默认值:“us”):该参数定义 Google 搜索所使用的国家/地区。它是一个由两个字母组成的国家/地区代码。(例如,us 代表美国,uk 代表英国,fr 代表法国)。
    • hl (可选,默认值:“en”):该参数定义 Google 搜索使用的语言。它是一个由两个字母组成的语言代码。(例如,en 表示英语,es 表示西班牙语,fr 表示法语)。

设置指南

1. 获取无刮擦密钥

  1. Scrapeless注册
  2. 获取免费试用版
  3. 生成 API 密钥

2.配置

{ "mcpServers": { "scrapelessMcpServer": { "command": "npx", "args": ["-y", "scrapeless-mcp-server"], "env": { "SCRAPELESS_KEY": "YOUR_SCRAPELESS_KEY" } } } }

示例查询

以下是如何将这些服务器与 Claude Desktop 一起使用的一些示例:

Google 搜索

Please search for "climate change solutions" and summarize the top results.

安装

先决条件

  • Node.js 22 或更高版本
  • NPM 或 Yarn

从源安装

  1. 克隆存储库:
git clone https://github.com/scrapeless-ai/scrapeless-mcp-server.git cd scrapeless-mcp-server
  1. 安装依赖项:
npm install
  1. 构建服务器:
npm run build

社区

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

模型上下文协议服务器实现,使 Claude 等 AI 助手能够通过自然语言请求直接执行 Google 搜索并检索网络数据。

  1. 概述
    1. 工具
      1. 搜索工具
    2. 设置指南
      1. 获取无刮擦密钥
      2. 2.配置
    3. 示例查询
      1. Google 搜索
    4. 安装
      1. 先决条件
      2. 从源安装
    5. 社区

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server enabling AI agents to access and manipulate ServiceNow data through natural language interactions, allowing users to search for records, update them, and manage scripts.
        Last updated -
        9
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants like Claude to interact with Google Cloud Platform environments through natural language, allowing users to query and manage GCP resources during conversations.
        Last updated -
        9
        102
        62
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants like Claude to perform real-time web searches using the Exa AI Search API in a safe and controlled manner.
        Last updated -
        2,167
        • Apple
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
        Last updated -
        1
        44
        8
        JavaScript
        • Apple
        • Linux

      View all related MCP servers

      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/scrapeless-ai/scrapeless-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server