server.json•840 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/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.0",
"packages": [
{
"registryType": "pypi",
"identifier": "scrapegraph-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ScapeGraph API key (optional - can also be set via MCP config)",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "SGAI_API_KEY"
}
]
}
]
}