Unified MCP access to real-time search, page extraction, and structured data across 32 platforms.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Scavio MCP.
extract_urlRead any web page and return it as clean Markdown, plain text, or raw HTML
search_googleWeb search (v2) with organic results, ads, and AI Overview
google_ai_modeAI Mode conversational answer with cited sources
google_maps_searchSearch Google Maps for local businesses
google_maps_placePlace details: address, phone, hours, rating
google_maps_reviewsReviews for a place with pagination
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.
The 22 platforms added in 0.13.0 are opt-in. Registering all 191 tools puts 136KB of tool definitions โ roughly 35k tokens โ into every session before you type anything. So the default is the surface 0.12.x already had, plus Extract: 106 tools, 63KB. Upgrading never removes a tool you were using. Everything else is one env var away: see Choosing which tools load.
Connect directly to Scavio's remote MCP server without any local installation:
Two ways to authenticate:
claude mcp add --transport http scavio https://mcp.scavio.dev/mcp, then run /mcp and choose Authenticate.x-api-key header. Get your key at scavio.dev.Prefer to run the server on your own machine? Use npx with no clone or build. The server runs over stdio and only needs your SCAVIO_API_KEY.
Requires Node.js 20+. Get your API key at scavio.dev.
Sign in with OAuth, then run /mcp inside Claude Code and choose Authenticate:
Or pass an API key:
No API key needed: Settings > Connectors > Add custom connector, name it Scavio, paste https://mcp.scavio.dev/mcp, then Connect and sign in to your Scavio account. The same steps work on claude.ai.
Or run the server locally. Add to claude_desktop_config.json (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
Requires Node.js 20+. Restart Claude Desktop after saving.
Or add to .cursor/mcp.json in your project root or ~/.cursor/mcp.json for global:
Add to ~/.codeium/windsurf/mcp_config.json:
Create .vscode/mcp.json in your project root:
https://mcp.scavio.dev/mcpAdd to cline_mcp_settings.json (open via Cline sidebar > MCP Servers > Configure):
Add to settings (Cmd+,):
Scavio exposes 191 tools. Loading all of them costs 136KB of tools/list โ
roughly 35k tokens of context in every session before the user has said anything,
and more tools than some clients will accept at all. So the server registers a
curated subset by default and lets you pick the rest. The sizes below are
measured, not estimated: npm run toolslist reproduces them.
SCAVIO_PLATFORMS is a comma-separated allowlist of platform keys:
| Value | Registers |
|---|---|
(unset) or default | Everything 0.12.x had, plus extract โ 106 tools, 63KB |
all | every platform โ 191 tools, 136KB |
extract,sec,g2 | just those platforms โ 11 tools, 10KB |
default,zillow,metaads | the default set plus two more โ 112 tools, 70KB |
none | no platform tools, only get_usage |
Keys are matched case- and punctuation-insensitively, so meta-ads, metaads
and META_ADS are the same thing, and twitter resolves to x. An unknown key
is logged to stderr and skipped rather than failing the server.
get_usage always registers โ it is free, and it is what every install guide
tells you to call to check the server works.
Platform keys: extract, google, youtube, tiktok, instagram,
reddit, x, linkedin, threads, kuaishou, amazon, walmart, ebay,
target, homedepot, tiktok-shop, booking, airbnb, tripadvisor,
yelp, zillow, redfin, indeed, glassdoor, appstore, googleplay,
g2, capterra, googleads, metaads, sec, companieshouse
The hosted server has no env var to read, so pass the allowlist per connection โ either as a header or as a query parameter:
Nothing to do. The default set is exactly the 10 platforms 0.12.x registered, plus Extract โ every tool you were using still loads, and the context cost is unchanged. Walmart grew from 2 tools to 7, so the count moves 100 โ 106.
The 22 platforms added in 0.13.0 are opt-in. Add them additively:
One breaking fix worth knowing: search_walmart previously sent
fulfillment_speed: "anytime" on every call, which the API rejects. The
parameter is now today or tomorrow with no default.
Every tool costs 1 credit per call unless its section says otherwise. Several
platforms price per endpoint (YouTube, Instagram, LinkedIn, Kuaishou) or per
request body (Extract, Threads, Walmart); get_amazon_options and get_usage
are free.
| Tool | Description |
|---|---|
extract_url | Read any web page and return it as clean Markdown, plain text, or raw HTML |
Extract is tier-priced by the mode parameter, not flat: normal (plain fetch)
and advanced (full JavaScript rendering) cost 1 credit, ultra (residential
proxy, for hard bot walls) costs 2. Start at normal and escalate only when the
content comes back empty or blocked. You are billed only on a successful
extraction โ a dead link, a bot wall or a timeout costs nothing. There is no
pagination: the whole page comes back in one call.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/scavio-ai-scavio-mcp)<a href="https://allmcps.com/mcp/scavio-ai-scavio-mcp"><img src="https://allmcps.com/api/badge/scavio-ai-scavio-mcp?style=directory" alt="Scavio MCP on AllMCPs" /></a>