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

概要

このプロジェクトは、Claude のような AI アシスタントがさまざまな検索操作を実行し、以下からデータを取得できるようにする複数の MCP サーバーを提供します。

  • Google検索

ツール

1. 検索ツール

  • 名前: google-search
  • 説明: Scrapelessを使用してWebを検索します
  • パラメータ:
    • query (必須): パラメータは検索クエリを定義します。通常のGoogle検索で使用するものなら何でも使用できます。例: inurl:、site:、intitle:。
    • gl (オプション、デフォルト:「us」): このパラメータは、Google検索で使用する国を定義します。2文字の国コードです。(例:米国の場合はus、英国の場合はuk、フランスの場合はfr)。
    • hl (オプション、デフォルト:"en"):このパラメータは、Google検索で使用する言語を定義します。2文字の言語コードです。(例:英語:en、スペイン語:es、フランス語:fr)。

セットアップガイド

1. Scrapeless Keyを入手する

  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 検索を実行し、自然言語リクエストを通じて直接 Web データを取得できるようにするモデル コンテキスト プロトコル サーバーの実装。

  1. 概要
    1. ツール
      1. 検索ツール
    2. セットアップガイド
      1. Scrapeless Keyを入手する
      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