MCP.so
ログイン

@scrapezy/mcp MCP Server

@scrapezy

@scrapezy/mcp MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

scrapezy

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-scrapezy": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@Scrapezy/mcp",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

1

Extract structured data from a website

概要

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

コメント

「その他」の他のコンテンツ