scavio-ai/scavio-mcp
FreeNot checkedUnified real-time search API for AI agents. Google, YouTube, Amazon, Walmart, Reddit, and TikTok through one endpoint. 21 tools for web search, e-commerce, prod
About
Unified real-time search API for AI agents. Google, YouTube, Amazon, Walmart, Reddit, and TikTok through one endpoint. 21 tools for web search, e-commerce, product data, social media, and video platforms. Free tier included.
README
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/mcp
Pass your API key via the x-api-key header. Get your key at scavio.dev.
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-server
Any 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/mcp - Configure 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 |
|---|---|
search_google |
Web search with structured results, news, images, maps, and knowledge graph |
YouTube Data API
| Tool | Description |
|---|---|
search_youtube |
Search videos, channels, and playlists |
get_youtube_metadata |
Get video metadata including title, views, likes, and duration |
Amazon Product API
| Tool | Description |
|---|---|
search_amazon |
Search product listings with price and sort filters |
get_amazon_product |
Get full product details by ASIN |
Walmart API
| Tool | Description |
|---|---|
search_walmart |
Search product listings with price and delivery filters |
get_walmart_product |
Get full product details by product ID |
TikTok API
| Tool | Description |
|---|---|
get_tiktok_profile |
Get user profile (bio, follower/following counts, likes) |
get_tiktok_user_posts |
List a user's videos with stats |
get_tiktok_video |
Get detailed info for a single video |
get_tiktok_video_comments |
Get comments on a video |
get_tiktok_comment_replies |
Get replies to a specific comment |
search_tiktok_videos |
Search videos by keyword |
search_tiktok_users |
Search users by keyword |
get_tiktok_hashtag |
Get hashtag details and stats |
get_tiktok_hashtag_videos |
List videos for a hashtag |
get_tiktok_user_followers |
Get a user's follower list |
get_tiktok_user_followings |
Get a user's following list |
Instagram API
| Tool | Description |
|---|---|
get_instagram_profile |
Get user profile (bio, follower/following/post counts) |
get_instagram_user_posts |
List a user's posts with pagination |
get_instagram_user_reels |
List a user's Reels with pagination |
get_instagram_user_tagged |
List posts a user is tagged in |
get_instagram_user_stories |
Get a user's active stories |
get_instagram_post |
Get a single post by url, media_id, or shortcode |
get_instagram_post_comments |
Get comments on a post |
get_instagram_comment_replies |
Get replies to a specific comment |
search_instagram_users |
Search users by keyword |
search_instagram_hashtags |
Search hashtags by keyword |
get_instagram_user_followers |
Get a user's follower list |
get_instagram_user_followings |
Get a user's following list |
Reddit API
| Tool | Description |
|---|---|
search_reddit |
Search Reddit posts by query with sort and pagination |
get_reddit_post |
Get a full post with threaded comments by URL |
Account
| Tool | Description |
|---|---|
get_usage |
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
Install scavio-ai/scavio-mcp in Claude Desktop, Claude Code & Cursor
unyly install scavio-ai-scavio-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add scavio-ai-scavio-mcp -- npx -y @scavio/mcp-serverFAQ
Is scavio-ai/scavio-mcp MCP free?
Yes, scavio-ai/scavio-mcp MCP is free — one-click install via Unyly at no cost.
Does scavio-ai/scavio-mcp need an API key?
No, scavio-ai/scavio-mcp runs without API keys or environment variables.
Is scavio-ai/scavio-mcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install scavio-ai/scavio-mcp in Claude Desktop, Claude Code or Cursor?
Open scavio-ai/scavio-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
by ARAYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolCompare scavio-ai/scavio-mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
