tanevanwifferen_usescraper-mcp-server

tanevanwifferen_usescraper-mcp-server

3.4

UseScraper MCP Server is a TypeScript-based server that provides web scraping capabilities using the UseScraper API.

The UseScraper MCP Server is designed to facilitate web scraping by leveraging the UseScraper API. It is implemented in TypeScript and offers a streamlined interface for extracting content from web pages. The server exposes a single tool, 'scrape', which allows users to specify the URL of the webpage they wish to scrape, along with optional parameters such as the format of the extracted content and the use of advanced proxy settings. This server is particularly useful for developers and data analysts who need to gather data from the web in a structured format. The server can be easily integrated with various platforms, including Claude Desktop, by configuring the server settings and providing the necessary API key.

Features

  • TypeScript-based implementation for robust performance.
  • Single tool 'scrape' for extracting webpage content.
  • Supports multiple content formats: text, html, markdown.
  • Optional advanced proxy settings to bypass bot detection.
  • Configurable for integration with platforms like Claude Desktop.

MCP Tools

  • scrape: Extract content from a webpage with optional parameters for format and proxy settings.

Usage with Different Platforms

Claude Desktop


{
  "mcpServers": {
    "usescraper-server": {
      "command": "node",
      "args": ["/path/to/usescraper-server/build/index.js"],
      "env": {
        "USESCRAPER_API_KEY": "your-api-key-here"
      }
    }
  }
}