← Registry

Data Collection

scrapewright.app

An MCP server for web scraping and crawling that detects site platforms, extracts structured data from pages, crawls entire sites, and reports account usage.

1 endpoint5 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://scrapewright.app/mcp

No auth detected

MCP server metadata

Name
scrapewright
Version
1.0.2
Capabilities
experimentalpromptsresourcestools
Server instructions

Turn web pages into structured data. Call detect_site first when you do not know what a site runs on. Use scrape_catalog for Shopify/WooCommerce stores (free, no model tokens). Use extract_page for a single page and crawl_site to walk a listing. Pass `fields` to define your own schema (e.g. ['title', 'salary:number', 'tags:list']) when the page is not a product. Set js=true only if a page renders its content client-side. Every call needs the X-API-Key header; get a key at https://scrapewright.app.

Known tools 5

detect_site

Report what platform a site runs on and which strategy to use.

Inferred read-only
extract_page

Extract structured data from ONE page.

Inferred read-only
crawl_site

Walk a site from one listing URL and extract every item.

Inferred read-only
crawl_status

Fetch a crawl that outlived its call.

Inferred read-only
account

Credits left and this month's usage for the key in use.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.scrapewright]
url = "https://scrapewright.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scrapewright": {
      "type": "http",
      "url": "https://scrapewright.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scrapewright
Remote MCP URL: https://scrapewright.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scrapewright": {
      "url": "https://scrapewright.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scrapewright": {
      "type": "http",
      "url": "https://scrapewright.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scrapewright",
  "transport": "streamable-http",
  "url": "https://scrapewright.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.