MCP.so
Sign In

@scrapezy/mcp MCP Server

@scrapezy

About @scrapezy/mcp MCP Server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

scrapezy

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

1

Extract 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

Comments

More Other MCP servers