Scrapping Tool
Rank #43,811io.github.xsronhou/scrapio-mcp
Fetch, crawl, and search the web: Google, Amazon, Walmart, Booking.com, Agoda, and YouTube data.
Scrapping Tool is a Model Context Protocol (MCP) server published by xsronhou. It ranks #43,811 of 115,591 servers tracked on MCP Toplist. Scrapping Tool is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 71,780 of 115,591 servers on MCP Toplist.
Use Scrapping Tool
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add scrapio-mcp -- npx -y @scrapio/mcp[mcp_servers.scrapio-mcp]
command = "npx"
args = ["-y", "@scrapio/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"scrapio-mcp": {
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scrapio-mcp": {
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scrapio-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scrapio-mcp": {
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scrapio-mcp": {
"command": "npx",
"args": [
"-y",
"@scrapio/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.xsronhou%2Fscrapio-mcp)<a href="https://mcptoplist.com/server/io.github.xsronhou%2Fscrapio-mcp"><img src="https://mcptoplist.com/badge/io.github.xsronhou%2Fscrapio-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
xsronhou
Available versions (3)
| Version | Published |
|---|---|
| 1.2.0 | Aug 11, 2026 |
| 1.1.0 | Jul 31, 2026 |
| 1.0.3 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Scrapping Tool?
- Scrapping Tool is maintained by xsronhou, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Scrapping Tool listed on the Official MCP Registry?
- Yes — Scrapping Tool is listed on the Official MCP Registry.
- How many versions does Scrapping Tool have?
- MCP Toplist tracks 3 versions of Scrapping Tool, most recently published on Aug 11, 2026.
- Where can I find the source code for Scrapping Tool?
- The source code for Scrapping Tool is hosted at github.com/xsronhou/scrapping-tool.