Scrapezy
Turn websites into datasets with Scrapezy
Ads
Overview
A Model Context Protocol server for Scrapezy that enables AI models to extract structured data from websites. - 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 To install Scrapezy MCP Server for Claude Desktop automatically via Smithery: There are two ways to provide your Scrapezy API key: 1. Environment Variable: bash export SCRAPEZY_API_KEY=your_api_key npx @scrapezy/mcp
Installation
npx -y @smithery/cli install @Scrapezy/mcp --client claude
Configuration
{
"mcpServers": {
"scrapezy": {
"command": "npx @scrapezy/mcp --api-key=your_api_key"
}
}Capabilities
- Extract structured data from any webpage
Ask the assistant to pull specific fields from a URL by describing what you want in a prompt via `extract_structured_data`.
- Turn unstructured pages into usable data
Describe the data shape you need (e.g., names, prices, descriptions) and get structured results back.
- Integrate web extraction into AI workflows
Combine the tool with other MCP servers so your assistant can fetch and process live web content on demand.
Tags
- web-scraping
- data-analysis
- browser-automation
Related MCP servers
Skyvern
OfficialAI-powered browser automation MCP server — navigate sites, fill forms, extract data, and handle logins via Claude Code CLI
Firecrawl
OfficialExtract web data with Firecrawl
Apify
OfficialOfficial Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
Bright Data
OfficialDiscover, extract, and interact with the web - one interface powering automated access across the public internet.