Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server that enables integration with Scrapeless for Google SERP (Search, Flights, Maps, Jobs) results to enhance LLM applications.
Add this to your MCP client configuration:
{
"mcpServers": {
"scrapeless-ai-scrapeless-mcp-server": {
"command": "npx",
"args": [
"-y",
"scrapeless-mcp-server"
],
"env": {
"SCRAPELESS_KEY": "<Your Scrapeless API key>"
}
}
}
}{
"id": "scrapeless-ai-scrapeless-mcp-server",
"name": "Scrapeless",
"description": "A Model Context Protocol (MCP) server that enables integration with Scrapeless for Google SERP (Search, Flights, Maps, Jobs) results to enhance LLM applications.",
"source_url": "https://github.com/scrapeless-ai/scrapeless-mcp-server",
"publisher_name": "scrapeless-ai",
"publisher_url": "https://github.com/scrapeless-ai",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 8434,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "scrapeless-mcp-server"
},
"tools_count": 2
}