Back to Home
ScrapeGraphAI icon

scrapegraph-mcp

Verified Safe

by ScrapeGraphAI

Overview

Provides a Model Context Protocol (MCP) server that integrates with ScrapeGraph AI, enabling language models to perform advanced AI-powered web scraping and structured data extraction across single pages, multiple pages, and search results.

Installation

Run Command
npx -y @smithery/cli@latest run @ScrapeGraphAI/scrapegraph-mcp --config "{"scrapegraphApiKey":"YOUR-SGAI-API-KEY"}"

Environment Variables

  • SGAI_API_KEY

Security Notes

The server securely handles API keys via environment variables or configuration, avoiding hardcoded secrets. It utilizes `json.loads` for parsing input schemas and step instructions, which is safer than `eval`. Outbound network requests are exclusively directed to the official ScrapeGraph AI API (`https://api.scrapegraphai.com/v1`). The primary security considerations relate to the security of the remote ScrapeGraph AI API and secure deployment practices (e.g., protecting the API key) rather than intrinsic vulnerabilities within this server's code.

Similar Servers

Stats

Interest Score40
Security Score9
Cost ClassHigh
Avg Tokens200
Stars45
Forks14
Last Update2025-11-19

Tags

Web ScrapingData ExtractionAI-PoweredMulti-Page CrawlingJavaScript Rendering