HomeSearch & Research › Scavio

Scavio

Structured web data from 31 platforms: Google, YouTube, Amazon, Walmart, Reddit, TikTok, LinkedIn

TypeScript CloudLocal Remote
★ 7 stars Last pushed 2026-09-10 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.scavio.dev/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http scavio-mcp https://mcp.scavio.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "scavio-mcp": {
      "url": "https://mcp.scavio.dev/mcp"
    }
  }
}

Package (npm 0.14.1)

npx -y @scavio/mcp-server@0.14.1

Or add to your MCP client config:

{
  "mcpServers": {
    "scavio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@scavio/mcp-server@0.14.1"
      ],
      "env": {
        "SCAVIO_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SCAVIO_API_KEY required secret — Your Scavio API key from scavio.dev

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry