Fetch, crawl, and search the web: Google, Amazon, Walmart, Booking.com, Agoda, and YouTube data.
claude mcp add scrapio-mcp -- npx -y @scrapio/mcp
claude_desktop_config.json
{
"mcpServers": {
"scrapio-mcp": {
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"scrapio-mcp": {
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scrapio-mcp": {
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"scrapio-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"scrapio-mcp": {
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.xsronhou--scrapio-mcp/reviews or the review_server meta-tool.
POST /mcp