UseScraper MCPサーバー
これは、UseScraper APIを使用したWebスクレイピング機能を提供するTypeScriptベースのMCPサーバーです。様々な形式のWebページからコンテンツを抽出できるツール「scrape」を公開しています。
特徴
ツール
scrape
- ウェブページからコンテンツを抽出する- パラメータ:
url
(必須): スクレイピングするウェブページのURLformat
(オプション): コンテンツを保存する形式(text、html、markdown)。デフォルト: markdownadvanced_proxy
(オプション): ボット検出を回避するために高度なプロキシを使用します。デフォルト: falseextract_object
(オプション): 抽出するデータを指定するオブジェクト
- パラメータ:
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の UseScraper を自動的にインストールするには:
手動インストール
- リポジトリをクローンします。
- 依存関係をインストールします:
- サーバーを構築します。
構成
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
/path/to/usescraper-server
サーバーの実際のパスに置き換え、 your-api-key-here
UseScraper API キーに置き換えます。
使用法
設定が完了すると、MCPインターフェースから「スクレイプ」ツールを使用できるようになります。使用例:
発達
自動リビルドを使用した開発の場合:
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
You must be authenticated.
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.
Tools
UseScraper API を利用して Web スクレイピング機能を提供する TypeScript ベースの MCP サーバー。これにより、ユーザーはさまざまな形式の Web ページからコンテンツを抽出できます。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.Last updated -414612TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server for fetching and transforming web content into various formats.Last updated -44PythonMIT License
- AsecurityAlicenseAqualityA TypeScript-based MCP server that interacts with Contentful's Delivery API, enabling users to create, query, and summarize text notes through natural language.Last updated -266TypeScriptMIT License
- AsecurityAlicenseAqualityMCP Server enabling integration with Scrapezy to retrieve structured data from websites.Last updated -1121JavaScriptMIT License