@Scrapezy/MCP MCP Server

# @scrapezy/mcp MCP Server <a href="https://glama.ai/mcp/servers/rnktqsouvy"> <img width="380" height="200"

Local serverstdio

What is the @Scrapezy/MCP MCP server?

@Scrapezy/MCP MCP server exists for a simple reason — assistants are far more useful when they can act on @Scrapezy/MCP directly instead of describing what you should do. # @scrapezy/mcp MCP Server [![smithery.

What the assistant can call

Once @Scrapezy/MCP is connected, these are the calls the assistant has available:

  • extract_structured_data — Extract structured data from a website
  • Tools — The Tools tool exposed by this server
  • Debugging — Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP

Setting it up

The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Configuration and credentials

You will need one environment variable: SCRAPEZY_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. @Scrapezy/MCP's toolset — extract_structured_data, Tools, Debugging — is a fair guide to whether it matches your workflow. It is maintained by scrapezy; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against @Scrapezy/MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the @scrapezy/mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
extract_structured_dataExtract structured data from a website
ToolsThe Tools tool exposed by this server.
DebuggingSince MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:

How to install the @Scrapezy/MCP MCP server

{
  "mcpServers": {
    "scrapezy": {
      "command": "npx @scrapezy/mcp --api-key=your_api_key"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
SCRAPEZY_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use @Scrapezy/MCP to extract structured data.
  • Use @Scrapezy/MCP to Tools.
  • Use @Scrapezy/MCP to Debugging.

Frequently asked questions

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.