Scrapezy

Scrapezy

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

2.6K

1 Tool

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Scrapezy MCP Server

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

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/scrapezy
AuthorScrapezy
Repositoryhttps://github.com/Scrapezy/mcp
Dockerfilehttps://github.com/Scrapezy/mcp/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/scrapezy --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (1)

Tools provided by this ServerShort Description
extract-structured-dataExtract structured data from a website.

Tools Details

Tool: extract-structured-data

Extract structured data from a website.

ParametersTypeDescription
promptstringPrompt to extract data from the website
urlstringURL of the website to extract data from

Use this MCP Server

{
  "mcpServers": {
    "scrapezy": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SCRAPEZY_API_KEY",
        "mcp/scrapezy"
      ],
      "env": {
        "SCRAPEZY_API_KEY": "your_api_key"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers