Skip to main content
Glama

ScrAPI MCP Server

ScrAPIロゴ

ScrAPI MCP サーバー

ScrAPIを使用して Web ページをスクレイピングするための MCP サーバー。

ScrAPI は、あらゆる Web サイトから簡単にデータを抽出するための強力で信頼性が高く、使いやすい機能を提供する究極の Web スクレイピング ソリューションです。

ツール

  1. scrape_url_html
    • ScrAPIサービスを使用してURLからウェブサイトをスクレイピングし、結果をHTML形式で取得します。ボット検出、キャプチャ、位置情報制限などによりアクセスが困難なウェブサイトのコンテンツをスクレイピングする場合に便利です。結果はHTML形式で取得されるため、高度な解析が必要な場合に最適です。
    • 入力: url (文字列)
    • 戻り値: URLのHTMLコンテンツ
  2. scrape_url_markdown
    • ScrAPIサービスを使用してURLからウェブサイトをスクレイピングし、結果をMarkdown形式で取得します。ボット検出、キャプチャ、位置情報制限などによりアクセスが困難なウェブサイトコンテンツのスクレイピングに使用できます。結果はMarkdown形式で取得されるため、ウェブページの構造情報ではなくテキストコンテンツが重要な場合に適しています。
    • 入力: url (文字列)
    • 戻り値: URLのMarkdownコンテンツ

設定

APIキー(オプション)

オプションで、 ScrAPI Web サイトから API キーを取得します。

API キーがない場合、同時呼び出しは 1 回に制限され、1 日あたり 20 回の無料呼び出しと最小限のキュー機能しか利用できなくなります。

クラウドサーバー

ScrAPI MCP サーバーは、 https://api.scrapi.dev/sseの SSE 経由のクラウドでも利用できます。

クラウドMCPサーバーはまだ広くサポートされていませんが、独自のカスタムクライアントから直接アクセスしたり、 MCP Inspectorを使用してテストしたりすることができます。現在、クラウドMCPサーバーへの接続時にAPIキーを渡す機能はありません。

MCP検査官

Claude Desktopでの使用

claude_desktop_config.jsonに以下を追加します。

ドッカー
{ "mcpServers": { "scrapi": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SCRAPI_API_KEY", "deventerprisesoftware/scrapi-mcp" ], "env": { "SCRAPI_API_KEY": "<YOUR_API_KEY>" } } } }

NPX

{ "mcpServers": { "scrapi": { "command": "npx", "args": [ "-y", "@deventerprisesoftware/scrapi-mcp" ], "env": { "SCRAPI_API_KEY": "<YOUR_API_KEY>" } } } }

クロード・デスクトップ

建てる

Dockerビルド:

docker build -t deventerprisesoftware/scrapi-mcp -f Dockerfile .

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

-
security - not tested
-
license - not tested
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

ボット検出、キャプチャ、地理位置情報の制限などの影響を受ける、アクセスが困難な Web サイトの Web スクレイピングを可能にし、結果を HTML または Markdown 形式で返すサーバー。

  1. ツール
    1. 設定
      1. APIキー(オプション)
      2. クラウドサーバー
      3. Claude Desktopでの使用
      4. NPX
    2. 建てる
      1. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.
          Last updated -
          1
          54,999
          JavaScript
          MIT License
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          This server facilitates interaction with cosense/Scrapbox projects, enabling users to retrieve, list, search, and create pages while supporting various query operations and secure access to private projects.
          Last updated -
          4
          22
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
          Last updated -
          4
          125,855
          353
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          This server converts webpages into clean, structured Markdown optimized for language model consumption, removing unnecessary content and supporting JavaScript rendering.
          Last updated -
          1
          5
          JavaScript
          MIT License
          • Apple

        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/DevEnterpriseSoftware/scrapi-mcp'

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