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, and Reddit. 33 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: deepresearch-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 with structured results, news, images, maps, and knowledge graph |
YouTube Data API
Tool | Description |
| Search videos, channels, and playlists |
| Get video metadata including title, views, likes, and duration |
Amazon Product API
Tool | Description |
| Search product listings with price and sort filters |
| Get full product details by ASIN |
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 |
Account
Tool | Description |
| Check credit balance, plan, and usage stats |
About Scavio
Scavio is a unified Web Search API and data API for AI agents and 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 API — product search and details
TikTok API, Instagram API, Reddit API, and YouTube API — social and video data
Get a free Search API key at scavio.dev.
License
Maintenance
Latest Blog Posts
- 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