Skip to main content
Glama
scavio-ai

arcade-scavio

Official

arcade-scavio

Scavio real-time search tools for Arcade.dev and MCP — Google, Google News, Reddit, YouTube, and Amazon, with one API key. A cost-effective Tavily alternative and SerpAPI alternative for Arcade agents.

Install

pip install arcade-scavio

Related MCP server: MCP Seekr Server

Tools

An arcade-mcp-server toolkit exposing:

Tool

Description

search_google

Google SERP — real-time organic web results

search_news

Google News — recent articles on a topic

search_reddit

Reddit posts — community discussion and sentiment

search_youtube

YouTube — videos

search_amazon

Amazon — product listings

Each tool reads the SCAVIO_API_KEY secret, which Arcade injects securely at call time (the client and LLM never see the value).

Run standalone

export SCAVIO_API_KEY=sk_live_...   # get one at https://dashboard.scavio.dev
python -m arcade_scavio.server          # stdio
python -m arcade_scavio.server http     # HTTP+SSE

Deploy to Arcade Cloud

arcade login
arcade deploy

Arcade discovers the SCAVIO_API_KEY secret and hosts it encrypted; the Arcade Engine fulfils authorized tool calls for your users.

Every endpoint via MCP

Need Walmart, TikTok, Instagram, Maps, Shopping, and more? Scavio also runs a hosted MCP server at mcp.scavio.dev with the full tool catalog.

About Scavio

Scavio is a real-time search API built for AI agents — a unified API over Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram that returns clean JSON. A broader, cost-effective Tavily alternative and SerpAPI alternative. See the Arcade integration docs.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

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/arcade-scavio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server