scavio-ai/scavio-mcp

🔎 Search & Data Extraction
0 Views
0 Installs

📇 ☁️ 🏠 - 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.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "scavio-ai-scavio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scavio-ai-scavio-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Scavio MCP Server

GitHub Repo stars License

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. 103 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

Install MCP Server

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

  1. Go to ChatGPT > Settings > Apps & Connectors
  2. Click Add custom connector
  3. Enter the MCP server URL: https://mcp.scavio.dev/mcp
  4. 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

ToolDescription
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
google_shoppingProduct listings with price, store, and rating
google_shopping_productProduct detail and sellers
google_shopping_storesMore sellers for a product (pagination)
google_flightsFlight itineraries with prices and stops
google_hotelsHotel search with prices and ratings
google_hotels_detailHotel property details
google_newsNews results by query, topic, story, or publication
google_trendsInterest-over-time and related queries
google_trendingTrending searches

YouTube Data API

ToolDescription
search_youtubeSearch videos, channels, and playlists
search_youtube_shortsSearch short-form videos
youtube_search_suggestionsGet search autocomplete suggestions
get_youtube_videoGet full video details, chapters, and captions
get_youtube_metadataDeprecated alias of get_youtube_video
get_youtube_commentsGet comments on a video with pagination
get_youtube_comment_repliesGet replies to a specific comment
get_youtube_transcriptGet a video transcript as plain text or SRT
get_youtube_relatedGet videos related to a video
search_youtube_channelsSearch channels by keyword
get_youtube_channelGet channel profile by ID, handle, or URL
get_youtube_channel_videosList a channel's videos
get_youtube_channel_shortsList a channel's Shorts
get_youtube_channel_communityList a channel's community posts
resolve_youtube_channelResolve a handle or URL to a channel ID
get_youtube_streamsGet direct media stream URLs for a video

Amazon Product API

ToolDescription
search_amazonSearch product listings with price and sort filters
get_amazon_productGet full product details by ASIN

Walmart API

ToolDescription
search_walmartSearch product listings with price and delivery filters
get_walmart_productGet full product details by product ID

TikTok API

ToolDescription
get_tiktok_profileGet user profile (bio, follower/following counts, likes)
get_tiktok_user_postsList a user's videos with stats
get_tiktok_videoGet detailed info for a single video
get_tiktok_video_commentsGet comments on a video
get_tiktok_comment_repliesGet replies to a specific comment
search_tiktok_videosSearch videos by keyword
search_tiktok_usersSearch users by keyword
get_tiktok_hashtagGet hashtag details and stats
get_tiktok_hashtag_videosList videos for a hashtag
get_tiktok_user_followersGet a user's follower list
get_tiktok_user_followingsGet a user's following list

Instagram API

ToolDescription
get_instagram_profileGet user profile (bio, follower/following/post counts)
get_instagram_user_postsList a user's posts with pagination
get_instagram_user_reelsList a user's Reels with pagination
get_instagram_user_taggedList posts a user is tagged in
get_instagram_user_storiesGet a user's active stories
get_instagram_postGet a single post by url, media_id, or shortcode
get_instagram_post_commentsGet comments on a post
get_instagram_comment_repliesGet replies to a specific comment
search_instagram_usersSearch users by keyword
search_instagram_hashtagsSearch hashtags by keyword
get_instagram_user_followersGet a user's follower list
get_instagram_user_followingsGet a user's following list

Reddit API

ToolDescription
search_redditSearch Reddit posts by query with sort and pagination
get_reddit_postGet a full post with threaded comments by URL
get_reddit_search_suggestionsGet search autocomplete suggestions
get_reddit_post_commentsGet a post's top-level comments with pagination
get_reddit_comment_repliesGet replies to a specific comment
get_reddit_subredditGet subreddit metadata and subscriber count
get_reddit_subreddit_postsList a subreddit's post feed
get_reddit_userGet a redditor's profile
get_reddit_user_postsList a redditor's submitted posts
get_reddit_user_commentsList a redditor's comments
get_reddit_popularGet the site-wide popular feed
get_reddit_trendingGet current trending search queries

X API

ToolDescription
search_xSearch tweets and people by keyword
get_tweetGet full details for a single tweet
get_tweet_commentsGet replies to a tweet (ranked or chronological)
get_tweet_retweetersList users who retweeted a tweet
get_x_userGet a user's profile by handle
get_x_user_tweetsList a user's tweets
get_x_user_repliesList a user's tweets and replies
get_x_user_mediaList a user's media tweets
get_x_user_followersList a user's followers
get_x_user_followingsList accounts a user follows
get_x_trendingGet trending topics for a country

LinkedIn API

ToolDescription
get_linkedin_personGet a member's full profile
get_linkedin_person_aboutGet a member's about/overview metadata
get_linkedin_person_postsList a member's recent posts
get_linkedin_person_contactGet a member's public contact info
get_linkedin_companyGet a company's profile
get_linkedin_company_postsList a company's recent posts
get_linkedin_company_peopleList people who work at a company
get_linkedin_company_jobsList a company's open job listings
search_linkedin_peopleSearch for people by name, title, company, or school
search_linkedin_jobsSearch for jobs by keyword
search_linkedin_postsSearch for posts by keyword
get_linkedin_jobGet full details for a job listing
get_linkedin_postGet full details for a single post
get_linkedin_post_commentsGet comments on a post

TikTok Shop API

ToolDescription
search_tiktok_shopSearch TikTok Shop products by keyword (US catalog, exact prices)
get_tiktok_shop_search_suggestionsKeyword autocomplete for a partial query, 8 regions
get_tiktok_shop_productFull product detail (no price; ~44% of search IDs resolve)
get_tiktok_shop_product_reviewsPaginated product reviews, up to 200 per call
get_tiktok_shop_categoriesThe global category tree (28 top-level, 240 nodes)
get_tiktok_shop_category_productsList products under a category ID, with exact prices
get_tiktok_shop_shop_productsList a seller's catalog, 30 per page, with exact prices
resolve_tiktok_shop_urlResolve 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

ToolDescription
get_usageCheck 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:

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

MIT

Related MCP Servers

linxule/mineru-mcp

📇 ☁️ - MCP server for MinerU document parsing API. Parse PDFs, images, DOCX, and PPTX with OCR (109 languages), batch processing (200 docs), page ranges, and local file upload. 73% token reduction with structured output.

🔎 Search & Data Extraction1 views
0xdaef0f/job-searchoor

📇 🏠 - An MCP server for searching job listings with filters for date, keywords, remote work options, and more.

🔎 Search & Data Extraction0 views
Aas-ee/open-webSearch

🐍 📇 ☁️ - Web search using free multi-engine search (NO API KEYS REQUIRED) — Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

🔎 Search & Data Extraction0 views
ac3xx/mcp-servers-kagi

📇 ☁️ - Kagi search API integration

🔎 Search & Data Extraction0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.