# Scrapezy MCP Server

Extract structured data from websites using AI models. Simplify data extraction by providing a URL and a clear prompt to get the information you need. Enhance your applications with powerful web scra…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Scrapezy/mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Scrapezy/mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Scrapezy/mcp extract-structured-data

# Call a tool
npx -y @smithery/cli@latest tool call Scrapezy/mcp extract-structured-data '{}'
```

## Tools (1)

- `extract-structured-data` — Extract structured data from a website.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Scrapezy/mcp <tool-name>
```

---

Source: https://github.com/Scrapezy/mcp
