Scavio MCP Server

Scavio is a unified Web Search API and MCP server that gives AI agents web search, page extraction, and structured data from e-commerce, social, travel, jobs, real-estate, app-store, ad-library and company-filing sources. 191 tools across 31 platforms plus Extract, one API key. Its 40 documented tools cover youtube, google, channel, walmart.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 7 · #8 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Scavio

before you install - you'll need

Set SCAVIO_API_KEY before connecting. SCAVIO_PLATFORMS is optional or environment-specific per the README.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.scavio.dev/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.scavio.dev

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @scavio/mcp-server - the @scavio scope differs from the repo owner (scavio-ai); confirm it's the project's official package

registry namespace io.github.scavio-ai is GitHub-verified and matches the repo owner

03 · What Scavio can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read any web page and return it as clean Markdown, plain text, or raw HTML, search videos, channels, and playlists, search short-form videos, and get search autocomplete suggestions.

Capability map

Tools grouped from the project's README - what Scavio lets an agent do.

Youtube

16 tools - e.g. Search videos, channels, and playlists; Search short-form videos; Get search autocomplete suggestions

search_youtube · search_youtube_shorts · youtube_search_suggestions · get_youtube_video · get_youtube_metadata · get_youtube_comments…

Google

14 tools - e.g. Web search (v2) with organic results, ads, and AI Overview; AI Mode conversational answer with cited sources; Search Google Maps for local businesses

search_google · google_ai_mode · google_maps_search · google_maps_place · google_maps_reviews · google_shopping…

Walmart

5 tools - e.g. Search product listings with price and delivery filters; Get full product details by product ID; Customer reviews with ratings, text, author, date and the rating breakdown

search_walmart · get_walmart_product · get_walmart_reviews · get_walmart_category · get_walmart_offers

Amazon

4 tools - e.g. Search product listings across 22 marketplaces (no sort option); Get full product details by ASIN; List every seller offering an ASIN, with buy-box winner

search_amazon · get_amazon_product · get_amazon_offers · get_amazon_options

Extract

1 tool - e.g. Read any web page and return it as clean Markdown, plain text, or raw HTML

extract_url

04 · Who maintains Scavio

Scavio is maintained by scavio-ai. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
search - ranked #8 of 47 actively-maintained search servers as of 2026-08-25.
registry
io.github.scavio-ai/scavio-mcp (active, first published 2026-06-09 · 16 versions)
packages
npm:@scavio/mcp-server

06 · Scavio FAQ

Is Scavio still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18. We re-verify nightly.

What can Scavio do?

With this server connected, an agent can read any web page and return it as clean Markdown, plain text, or raw HTML, search videos, channels, and playlists, search short-form videos, and get search autocomplete suggestions.

How do I install Scavio?

Run `npx -y @scavio/mcp-server`. The README documents 2 environment variables (SCAVIO_API_KEY, SCAVIO_PLATFORMS) to set first. Set SCAVIO_API_KEY before connecting. SCAVIO_PLATFORMS is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Scavio require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Scavio