@scrapezy/mcp MCP Server
@scrapezy
About @scrapezy/mcp MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-scrapezy": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Scrapezy/mcp",
"--client",
"claude"
]
}
}
}Tools
1Extract structured data from a website
Overview
What is @scrapezy/mcp MCP Server?
@scrapezy/mcp MCP Server is a Model Context Protocol server for Scrapezy that enables AI models, such as Claude, to extract structured data from websites. It provides a single tool (extract_structured_data) that takes a URL and a prompt, returning structured information based on the prompt.
How to use @scrapezy/mcp MCP Server?
Install the server globally via npm (npm install -g @scrapezy/mcp) or automatically via Smithery. Set your Scrapezy API key either as an environment variable (SCRAPEZY_API_KEY) or by passing it as a command-line argument (--api-key). Configure the server in Claude Desktop by adding a entry to claude_desktop_config.json with the command npx @scrapezy/mcp --api-key=your_api_key.
Key features of @scrapezy/mcp MCP Server
- Extracts structured data from any website using a URL and prompt.
- Returns data directly to the AI model for further processing.
- Simple API key configuration via environment variable or command line.
- Easy integration with Claude Desktop and other MCP-compatible clients.
- Debugging support via the MCP Inspector tool.
Use cases of @scrapezy/mcp MCP Server
- Extracting product details (name, price, description, colors) from e-commerce pages.
- Gathering structured data from web pages for analysis or reporting.
- Feeding extracted website data into an AI assistant for summarization or comparison.
FAQ from @scrapezy/mcp MCP Server
What tool does @scrapezy/mcp MCP Server provide?
It provides one tool: extract_structured_data. This tool accepts a URL and a prompt describing what data to extract, then returns the structured data from the website.
How do I provide my Scrapezy API key to @scrapezy/mcp MCP Server?
You can either set the SCRAPEZY_API_KEY
Frequently asked questions
What tool does @scrapezy/mcp MCP Server provide?
It provides one tool: `extract_structured_data`. This tool accepts a URL and a prompt describing what data to extract, then returns the structured data from the website.
How do I provide my Scrapezy API key to @scrapezy/mcp MCP Server?
You can either set the `SCRAPEZY_API_KEY`
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Nginx UI
0xJackyYet another WebUI for Nginx
Comments