Scavio AI

by Unknown

Not rated
Website

Description

Real-time search API for AI agents. Search Google, Amazon, Walmart, and YouTube with 9 tools -- product search, product details, video search, transcripts, and more. Build price comparison agents, retail arbitrage tools, content research pipelines, and brand monitors. 500 free…

About

Real-time search API for AI agents. Search Google, Amazon, Walmart, and YouTube with 9 tools -- product search, product details, video search, transcripts, and more. Build price comparison agents, retail arbitrage tools, content research pipelines, and brand monitors. 500 free credits/month.

Details

Author
Unknown
Categories
Search, Other, API

TheModel Context Protocol(MCP) is an open standard for connecting AI assistants to external tools and data sources. Scavio runs an MCP server that gives any compatible client access to 106 tools by default across Google Search, YouTube, Amazon, Walmart, Reddit, TikTok, TikTok Shop, Instagram, X, LinkedIn and Extract -- or all 191 tools across 32 platforms when you opt in. Setup takes under 2 minutes.

A single hosted server athttps://mcp.scavio.dev/mcpgives any MCP-compatible client the full tool set -- nothing to install, just add the URL and your API key.

Scavio's remote MCP server is a cost-effective Tavily and SerpAPI alternative that any Model Context Protocol client can connect to over Streamable HTTP. Authenticate with your API key via thex-api-keyheader and your assistant gains real-time search across Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram. The sections below cover setup for the most common clients -- Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, ChatGPT, Cline, Zed, and the Claude apps -- plus a universal config for anything else.
- Get your API key at
dashboard.scavio.dev
- ReplaceYOUR_SCAVIO_API_KEYin the examples below with your actual key

Run this single command in your terminal:

claude mcp add --transport http scavio https://mcp.scavio.dev/mcp \ --header "x-api-key: YOUR_SCAVIO_API_KEY"

To add it to a shared project config (checked into version control), use--scope project:

claude mcp add --transport http --scope project scavio https://mcp.scavio.dev/mcp \ --header "x-api-key: YOUR_SCAVIO_API_KEY"

Alternatively, add the JSON config directly:

claude mcp add-json scavio '{ "type": "http", "url": "https://mcp.scavio.dev/mcp", "headers": { "x-api-key": "YOUR_SCAVIO_API_KEY" } }'

- Open Claude Desktop
- Go toSettings>Developer>Edit Config
- Add Scavio to yourclaude_desktop_config.json:

{ "mcpServers": { "scavio": { "command": "npx", "args": ["-y", "@scavio/mcp-server"], "env": { "SCAVIO_API_KEY": "YOUR_SCAVIO_API_KEY" } } } }

- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json

The Claude apps (claude.ai on web and Claude Cowork) support remote MCP servers as custom connectors:
- Go toSettings>Connectors
- ClickAdd custom connector
- Enter the MCP server URL:https://mcp.scavio.dev/mcp
- Configure authentication with your API key and save

Custom connectors require a paid Claude plan and may require additional auth configuration depending on your workspace. For the terminal, use the Claude Code command above.
- Open Cursor and go toSettings>Tools & MCP
- Click+ Add New MCP Server
- Select typeHTTPand enter:

- Name:scavio

- URL:https://mcp.scavio.dev/mcp
- Headers:x-api-key: YOUR_SCAVIO_API_KEY

Or manually edit.cursor/mcp.jsonin your project root (or~/.cursor/mcp.jsonfor global):

{ "mcpServers": { "scavio": { "type": "http", "url": "https://mcp.scavio.dev/mcp", "headers": { "x-api-key": "YOUR_SCAVIO_API_KEY" } } } }

- Open Windsurf and click thehammer iconin Cascade
- ClickConfigureto open the MCP config
- Add Scavio to~/.codeium/windsurf/mcp_config.json:

{ "mcpServers": { "scavio": { "type": "http", "url": "https://mcp.scavio.dev/mcp", "headers": { "x-api-key": "YOUR_SCAVIO_API_KEY" } } } }

- Create.vscode/mcp.jsonin your project root:

{ "servers": { "scavio": { "type": "http", "url": "https://mcp.scavio.dev/mcp", "headers": { "x-api-key": "YOUR_SCAVIO_API_KEY" } } } }

- Open the Command Palette (Ctrl+Shift+P/Cmd+Shift+P)
- RunMCP: List Serversto verify the connection

For global setup, add the same config to your VS Code user settings undermcp.servers.

ChatGPT supports remote MCP servers through its Apps & Connectors feature:
- Go toChatGPT Settings>Apps & Connectors
- ClickAdd custom connector
- Enter the MCP server URL:https://mcp.scavio.dev/mcp
- Configure authentication with your API key
- Save and start using Scavio tools in your chats

ChatGPT MCP support requires a Plus or Team plan and may require OAuth configuration depending on your setup.
- Open VS Code with Cline installed
- Click theMCP Serversicon in the Cline sidebar
- ClickConfigure MCP Servers
- Add Scavio to the config:

{ "mcpServers": { "scavio": { "type": "http", "url": "https://mcp.scavio.dev/mcp", "headers": { "x-api-key": "YOUR_SCAVIO_API_KEY" } } } }

- Save and Cline will auto-detect the new server
- OpenSettings(Cmd+,)
- Navigate to theAssistantsection
- Add Scavio under MCP servers:

{ "assistant": { "mcp_servers": { "scavio": { "type": "http", "url": "https://mcp.scavio.dev/mcp", "headers": { "x-api-key": "YOUR_SCAVIO_API_KEY" } } } } }

Scavio works with any tool that supports the Model Context Protocol. The universal config:

{ "type": "http", "url": "https://mcp.scavio.dev/mcp", "headers": { "x-api-key": "YOUR_SCAVIO_API_KEY" } }

Once connected, your AI assistant can use the default tool set below. Sendx-scavio-platforms: allto register all 191 tools across 32 platforms, including eBay, Target, Home Depot, Zillow, Redfin, Airbnb, Booking.com, Tripadvisor, Yelp, Indeed, Glassdoor, G2, Capterra, the App Store, Google Play, SEC EDGAR, Companies House and the ad libraries.

- Verify your API key is correct and active
- Check your credits withget_usageor at
dashboard.scavio.dev
- Ensure the URL is exactlyhttps://mcp.scavio.dev/mcp(no trailing slash)

- Restart your AI client after adding the config
- Check for JSON syntax errors in your config file
- Confirm the MCP server appears as "connected" in your client's MCP settings

- Universal: works with any MCP-compatible client, from Claude Code to ChatGPT.
- Comprehensive: 191 tools spanning Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram.
- Zero install: a hosted remote server over Streamable HTTP -- just add the URL, no packages to manage.
- Secure: authenticate with your API key via thex-api-keyheader; the model never handles credentials.

- Google Search API-- full endpoint reference
-
YouTube API-- search and metadata
-
Amazon API-- product search and details
-
Walmart API-- product search and details
-
TikTok API-- profiles, videos, comments, and hashtags
-
Instagram API-- profiles, posts, reels, stories, and comments
-
Reddit API-- post search and threaded comments
-
Rate Limits-- per-plan limits and headers

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Search the web using Kagi's search API

Integrate with the Amazon Product Advertising API to search for products and access product information.

An AI-powered server for Amazon product search and recommendations.

Multi-provider search broker for AI agents. Routes across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF ranking, content extraction, and budget enforcement.

A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.

Perform web, news, and image searches using the Microsoft Bing Search API.

An MCP server for web and local search using the Brave Search API.

Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.

An MCP server for the Brave Search API, providing web and local search capabilities via a streaming SSE interface.

An MCP server for the Brave Search API, providing both web and local search capabilities.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.