Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server that enables AI models to extract structured data from websites using Scrapezy.
Add this to your MCP client configuration:
{
"mcpServers": {
"scrapezy-mcp": {
"command": "npx",
"args": [
"@scrapezy/mcp",
"--api-key",
"your_api_key"
]
}
}
}{
"id": "scrapezy-mcp",
"name": "Scrapezy",
"description": "A Model Context Protocol server that enables AI models to extract structured data from websites using Scrapezy.",
"source_url": "https://github.com/scrapezy/mcp",
"publisher_name": "scrapezy",
"publisher_url": "https://github.com/scrapezy",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 3798,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@scrapezy/mcp"
},
"tools_count": 1
}