Scavio
OfficialScavio provides a unified API with 33 tools to connect AI agents to Google, YouTube, Amazon, Walmart, TikTok, Instagram, and Reddit through a single interface.
Google Search
Perform web searches with structured results including news, images, maps, knowledge graph, and related searches.
YouTube
Search for videos, channels, and playlists with filters for duration, upload date, and sort order.
Retrieve detailed metadata (title, views, likes, duration, etc.) for a specific video by ID.
Amazon
Search product listings with price and sort filters across multiple regional domains.
Get full product details (description, price, rating, variants, seller info) by ASIN.
Walmart
Search product listings with price and delivery speed filters.
Get full product details by Walmart product ID.
TikTok
Access user profiles, posts, and video details with engagement stats.
Retrieve comments and replies on videos.
Search videos and users by keyword, get hashtag details and videos.
List a user's followers and followings.
Get user profiles, posts, Reels, tagged posts, and active stories.
Retrieve post details, comments, and replies.
Search users and hashtags by keyword.
List a user's followers and followings.
Search posts across all subreddits with sort options.
Retrieve full post details including body, score, and threaded comments by URL.
Account Management
Check your credit balance, current plan, and monthly usage stats with
get_usage.
Search product listings and retrieve full product details by ASIN with price and sort filters.
Perform web searches with structured results, news, images, maps, and knowledge graph.
Search Reddit posts by query with sort and pagination, and retrieve full posts with threaded comments.
Access TikTok user profiles, posts, videos, comments, hashtags, and user relationships (followers/following).
Search product listings with price and delivery filters, and retrieve full product details by product ID.
Search videos, channels, and playlists, and retrieve video metadata including title, views, likes, and duration.
Scavio MCP Server
Scavio is a unified Web Search API and MCP server that connects AI agents to Google, YouTube, Amazon, Walmart, TikTok, Instagram, Reddit, X, LinkedIn, and TikTok Shop. 99 tools for web search, product lookup, video discovery, and social media data through a single Search API endpoint.
Remote MCP Server
Connect directly to Scavio's remote MCP server without any local installation:
https://mcp.scavio.dev/mcpPass your API key via the x-api-key header. Get your key at scavio.dev.
Related MCP server: agent-reach-mcp
Run Locally (npx)
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.
Claude Code
claude mcp add scavio -e SCAVIO_API_KEY=YOUR_SCAVIO_API_KEY -- npx -y @scavio/mcp-serverAny MCP-Compatible Client (Claude Desktop, Cursor, Windsurf, VS Code, etc.)
{
"mcpServers": {
"scavio": {
"command": "npx",
"args": ["-y", "@scavio/mcp-server"],
"env": {
"SCAVIO_API_KEY": "YOUR_SCAVIO_API_KEY"
}
}
}
}Requires Node.js 20+. Get your API key at scavio.dev.
Install
Claude Code
claude mcp add scavio --transport http --url https://mcp.scavio.dev/mcp --header "x-api-key: YOUR_SCAVIO_API_KEY"Claude Desktop
Add to claude_desktop_config.json (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"scavio": {
"command": "npx",
"args": ["-y", "@scavio/mcp-server"],
"env": {
"SCAVIO_API_KEY": "YOUR_SCAVIO_API_KEY"
}
}
}
}Requires Node.js 20+. Restart Claude Desktop after saving.
Cursor
Or add to .cursor/mcp.json in your project root or ~/.cursor/mcp.json for global:
{
"mcpServers": {
"scavio": {
"type": "http",
"url": "https://mcp.scavio.dev/mcp",
"headers": {
"x-api-key": "YOUR_SCAVIO_API_KEY"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"scavio": {
"type": "http",
"url": "https://mcp.scavio.dev/mcp",
"headers": {
"x-api-key": "YOUR_SCAVIO_API_KEY"
}
}
}
}VS Code
Create .vscode/mcp.json in your project root:
{
"servers": {
"scavio": {
"type": "http",
"url": "https://mcp.scavio.dev/mcp",
"headers": {
"x-api-key": "YOUR_SCAVIO_API_KEY"
}
}
}
}ChatGPT
Go to ChatGPT > Settings > Apps & Connectors
Click Add custom connector
Enter the MCP server URL:
https://mcp.scavio.dev/mcpConfigure authentication with your API key
Cline
Add to cline_mcp_settings.json (open via Cline sidebar > MCP Servers > Configure):
{
"mcpServers": {
"scavio": {
"type": "http",
"url": "https://mcp.scavio.dev/mcp",
"headers": {
"x-api-key": "YOUR_SCAVIO_API_KEY"
}
}
}
}Zed
Add to settings (Cmd+,):
{
"assistant": {
"mcp_servers": {
"scavio": {
"type": "http",
"url": "https://mcp.scavio.dev/mcp",
"headers": {
"x-api-key": "YOUR_SCAVIO_API_KEY"
}
}
}
}
}Any MCP-Compatible Client
{
"type": "http",
"url": "https://mcp.scavio.dev/mcp",
"headers": {
"x-api-key": "YOUR_SCAVIO_API_KEY"
}
}Available Tools
Google Search API
Tool | Description |
| Web search (v2) with organic results, ads, and AI Overview |
| AI Mode conversational answer with cited sources |
| Search Google Maps for local businesses |
| Place details: address, phone, hours, rating |
| Reviews for a place with pagination |
| Product listings with price, store, and rating |
| Product detail and sellers |
| More sellers for a product (pagination) |
| Flight itineraries with prices and stops |
| Hotel search with prices and ratings |
| Hotel property details |
| News results by query, topic, story, or publication |
| Interest-over-time and related queries |
| Trending searches |
YouTube Data API
Tool | Description |
| Search videos, channels, and playlists |
| Search short-form videos |
| Get search autocomplete suggestions |
| Get full video details, chapters, and captions |
| Deprecated alias of |
| Get comments on a video with pagination |
| Get replies to a specific comment |
| Get a video transcript as plain text or SRT |
| Get videos related to a video |
| Search channels by keyword |
| Get channel profile by ID, handle, or URL |
| List a channel's videos |
| List a channel's Shorts |
| List a channel's community posts |
| Resolve a handle or URL to a channel ID |
| Get direct media stream URLs for a video |
Amazon Product API
Tool | Description |
| 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 |
Walmart API
Tool | Description |
| Search product listings with price and delivery filters |
| Get full product details by product ID |
TikTok API
Tool | Description |
| Get user profile (bio, follower/following counts, likes) |
| List a user's videos with stats |
| Get detailed info for a single video |
| Get comments on a video |
| Get replies to a specific comment |
| Search videos by keyword |
| Search users by keyword |
| Get hashtag details and stats |
| List videos for a hashtag |
| Get a user's follower list |
| Get a user's following list |
Instagram API
Tool | Description |
| Get user profile (bio, follower/following/post counts) |
| List a user's posts with pagination |
| List a user's Reels with pagination |
| List posts a user is tagged in |
| Get a user's active stories |
| Get a single post by url, media_id, or shortcode |
| Get comments on a post |
| Get replies to a specific comment |
| Search users by keyword |
| Search hashtags by keyword |
| Get a user's follower list |
| Get a user's following list |
Reddit API
Tool | Description |
| Search Reddit posts by query with sort and pagination |
| Get a full post with threaded comments by URL |
| Get search autocomplete suggestions |
| Get a post's top-level comments with pagination |
| Get replies to a specific comment |
| Get subreddit metadata and subscriber count |
| List a subreddit's post feed |
| Get a redditor's profile |
| List a redditor's submitted posts |
| List a redditor's comments |
| Get the site-wide popular feed |
| Get current trending search queries |
X API
Tool | Description |
| Search tweets and people by keyword |
| Get full details for a single tweet |
| Get replies to a tweet (ranked or chronological) |
| List users who retweeted a tweet |
| Get a user's profile by handle |
| List a user's tweets |
| List a user's tweets and replies |
| List a user's media tweets |
| List a user's followers |
| List accounts a user follows |
| Get trending topics for a country |
LinkedIn API
Tool | Description |
| Get a member's full profile, experience and education |
| Get a member's about/overview sections |
| List a member's recent posts (up to 50) |
| Get a company's profile, locations and related companies |
| List a company's recent posts (up to 50) |
| Search for jobs by keyword and location |
| Get full details for a job listing |
| Get full details for a single post |
| Get comments on a post, 10 per page |
All take a vanity handle, slug or id, or a full LinkedIn URL. Credit cost varies:
get_linkedin_person, get_linkedin_person_about, get_linkedin_company and
get_linkedin_post cost 1; get_linkedin_person_posts,
get_linkedin_company_posts, search_linkedin_jobs and
get_linkedin_post_comments cost 10 per page; get_linkedin_job costs 30.
The upstream provider retired the datasets behind member contact info, the
company employee directory, per-company job listings, people search and post
search, so those five tools were removed. get_linkedin_company still returns a
small sample of featured employees, and search_linkedin_jobs with a company
name substitutes for per-company listings.
TikTok Shop API
Tool | Description |
| Search TikTok Shop products by keyword (US catalog, exact prices) |
| Keyword autocomplete for a partial query, 8 regions |
| Full product detail (no price; ~44% of search IDs resolve) |
| Paginated product reviews, up to 200 per call |
| The global category tree (28 top-level, 240 nodes) |
| List products under a category ID, with exact prices |
| List a seller's catalog, 30 per page, with exact prices |
| Resolve a TikTok Shop URL or share link to a product/shop ID |
Two things to know: get_tiktok_shop_product does not return a price (TikTok masks it on the
product page upstream) - exact prices come from search_tiktok_shop,
get_tiktok_shop_shop_products and get_tiktok_shop_category_products. And only about 44% of the
product IDs returned by search resolve on get_tiktok_shop_product (11 of 25 measured), because
upstream has no detail data for the rest. That miss is signalled by the HTTP 404 status, not by any
field in the response body, and it is a normal outcome rather than an error to retry - the tool
returns it as a plain result with status: "no_detail_data" so agents skip the product instead of
looping. For an id that will not resolve, get_tiktok_shop_product_reviews is often still usable:
across 8 measured ids that failed on detail, 8 of 8 returned HTTP 200 on reviews and 7 of 8 returned
at least one review.
Account
Tool | Description |
| Check credit balance, plan, and usage stats |
About Scavio
Scavio is a unified search API for AI agents and a data API for developers. One key, structured JSON, no scraping or proxies:
Google Search API — SERP results, news, images, maps, and knowledge graph
Amazon Product API and Walmart Product API — product search and details
TikTok API, Instagram API, Reddit API, X API, LinkedIn API, and YouTube API — social and video data
Teams use it as a SerpAPI alternative with structured multi-platform data — see Tavily vs Scavio for a head-to-head comparison.
Get a free Search API key at scavio.dev.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA general-purpose MCP server providing web search, persistent memory storage, and secure code execution capabilities. It enables AI agents to search the web, store and retrieve data, and run Python/JavaScript code in sandboxed environments.Last updated8MIT
- Alicense-qualityBmaintenanceProvides 13 internet platforms as MCP tools for AI agents, enabling read, search, and interaction with services like web, YouTube, Twitter, and Reddit via a production-grade MCP server.Last updatedMIT
- Alicense-qualityFmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.Last updated43MIT
- AlicenseAqualityDmaintenanceMCP server that lets AI agents search YouTube and fetch transcripts.Last updated23MIT
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scavio-ai/scavio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server