Serversio.github.ScrapeGraphAI/scrapegraph-mcp
M

io.github.ScrapeGraphAI/scrapegraph-mcp

io.github.ScrapeGraphAI/scrapegraph-mcp · v1.0.1
▦ pypi
v1.0.1pypi pypi: scrapegraph-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ScrapeGraphAI/scrapegraph-mcp",
  "description": "AI-powered web scraping and data extraction capabilities through ScrapeGraph API",
  "repository": {
    "url": "https://github.com/ScrapeGraphAI/scrapegraph-mcp",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "scrapegraph-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ScapeGraph API key (optional - can also be set via MCP config)",
          "format": "string",
          "isSecret": true,
          "name": "SGAI_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}