MCP.so
登录

Scrappey MCP Server

@pim97

关于 Scrappey MCP Server

Allow LLMs to control a browser with Scrappey

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

pim97

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-scrappey": {
      "command": "npx",
      "args": [
        "@anthropic/smithery-cli",
        "deploy"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Scrappey MCP Server?

A Model Context Protocol server for interacting with Scrappey.com's browser-backed web automation and data-extraction platform. It bridges AI models with real browser sessions to handle JavaScript-dependent pages, challenge pages from bot-management systems (Cloudflare, Datadome, Kasada, etc.), and interactive captchas.

How to use Scrappey MCP Server?

Install via npm install and npm run build, then set the SCRAPPEY_API_KEY environment variable. Configure Claude Desktop or Cursor IDE with the server’s path and API key. Use tools like scrappey_create_session, scrappey_request, scrappey_browser_action, and scrappey_screenshot to create sessions, send browser-backed HTTP requests, execute automation actions, and take screenshots.

Key features of Scrappey MCP Server

  • Creates and manages persistent browser sessions
  • Sends HTTP requests through browser-backed infrastructure
  • Executes browser actions (click, type, scroll, etc.)
  • Renders JavaScript challenge pages from major bot-management systems
  • Solves interactive captcha widgets (Turnstile, reCAPTCHA, hCaptcha)
  • Takes screenshots and records video

Use cases of Scrappey MCP Server

  • Testing and monitoring applications you own or operate
  • Collecting data you are authorized to access from JavaScript-heavy websites
  • Automating interactions on pages protected by Cloudflare, Akamai, or Datadome
  • Extracting structured content using CSS selectors and browser actions

FAQ from Scrappey MCP Server

What do I need to use this server?

A Scrappey API key from scrappey.com and Node.js installed.

How does it handle Cloudflare and other challenge pages?

Scrappey renders challenge pages in a real browser; you can enable bypass per request with fields like cloudflareBypass, datadomeBypass, and kasadaBypass.

Can I reuse browser sessions?

Yes, sessions persist cookies and state across requests. Reuse sessions for related work and destroy them when finished.

What proxies are supported?

You can specify a custom proxy, proxy country, premium proxy, or mobile proxy. Supported countries include UnitedStates, UnitedKingdom, Germany, France, and more.

Are there any limits or error codes?

Session limits are shown in the list response. Error codes (e.g., CODE-0001 for capacity full, CODE-0029 for too many sessions) provide specific failure details.

评论

其他 分类下的更多 MCP 服务器