Labsco
tanevanwifferen logo

UseScraper

โ˜… 4

from tanevanwifferen

A server for web scraping using the UseScraper API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

UseScraper MCP Server

smithery badge This is a TypeScript-based MCP server that provides web scraping capabilities using the UseScraper API. It exposes a single tool 'scrape' that can extract content from web pages in various formats.

<a href="https://glama.ai/mcp/servers/oqq8he02cy"><img width="380" height="200" src="https://glama.ai/mcp/servers/oqq8he02cy/badge" alt="UseScraper Server MCP server" /></a>

Features

Tools

  • scrape - Extract content from a webpage
    • Parameters:
      • url (required): The URL of the webpage to scrape
      • format (optional): The format to save the content (text, html, markdown). Default: markdown
      • advanced_proxy (optional): Use advanced proxy to circumvent bot detection. Default: false
      • extract_object (optional): Object specifying data to extract

Development

For development with auto-rebuild:

Copy & paste โ€” that's it
npm run watch

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

Copy & paste โ€” that's it
npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.