search-web

Scrapezy

by scrapezy

Scrapezy lets you easily extract structured data and scrape any website for web scraping, content aggregation, and autom

Integrates with the Scrapezy API to extract structured data from websites based on user-specified prompts, enabling flexible web scraping for data collection, content aggregation, and automated research tasks.

github stars

13

Prompt-based extractionRequires Scrapezy API key

best for

  • / Market research and competitor analysis
  • / Content aggregation and data collection
  • / E-commerce product monitoring
  • / Lead generation and contact scraping

capabilities

  • / Extract structured data from any website URL
  • / Parse web content using custom prompts
  • / Convert unstructured web data into organized formats
  • / Scrape product information, prices, and descriptions
  • / Collect contact details and business information

what it does

Connects to the Scrapezy API to extract specific data from websites using natural language prompts, returning structured information instead of raw HTML.

about

Scrapezy is an official MCP server published by scrapezy that provides AI assistants with tools and capabilities via the Model Context Protocol. Scrapezy lets you easily extract structured data and scrape any website for web scraping, content aggregation, and autom It is categorized under search web.

how to install

You can install Scrapezy in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

MIT

Scrapezy is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

@scrapezy/mcp MCP Server

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

smithery badge

A Model Context Protocol server for Scrapezy that enables AI models to extract structured data from websites.

Features

Tools

  • extract_structured_data - Extract structured data from a website
    • Takes URL and prompt as required parameters
    • Returns structured data extracted from the website based on the prompt
    • The prompt should clearly describe what data to extract from the website

Installation

Installing via Smithery

To install Scrapezy MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @Scrapezy/mcp --client claude

Manual Installation

npm install -g @scrapezy/mcp

Usage

API Key Setup

There are two ways to provide your Scrapezy API key:

  1. Environment Variable:

    export SCRAPEZY_API_KEY=your_api_key
    npx @scrapezy/mcp
    
  2. Command-line Argument:

    npx @scrapezy/mcp --api-key=your_api_key
    

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "scrapezy": {
      "command": "npx @scrapezy/mcp --api-key=your_api_key"
    }
  }
}

Example Usage in Claude

You can use this tool in Claude with prompts like:

Please extract product information from this page: https://example.com/product
Extract the product name, price, description, and available colors.

Claude will use the MCP server to extract the requested structured data from the website.

Debugging

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

npm run inspector

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

License

MIT

FAQ

What is the Scrapezy MCP server?
Scrapezy is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for Scrapezy?
This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
MCP server reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    Scrapezy is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Piyush G· Sep 9, 2024

    We evaluated Scrapezy against two servers with overlapping tools; this profile had the clearer scope statement.

  • Chaitanya Patil· Aug 8, 2024

    Useful MCP listing: Scrapezy is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Sakshi Patil· Jul 7, 2024

    Scrapezy reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Ganesh Mohane· Jun 6, 2024

    I recommend Scrapezy for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Oshnikdeep· May 5, 2024

    Strong directory entry: Scrapezy surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Dhruvi Jain· Apr 4, 2024

    Scrapezy has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.

  • Rahul Santra· Mar 3, 2024

    According to our notes, Scrapezy benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Pratham Ware· Feb 2, 2024

    We wired Scrapezy into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Yash Thakker· Jan 1, 2024

    Scrapezy is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.