Arcade.dev Integration
Integrate Scavio with Arcade.dev to give your agents real-time web search across Google, Google News, Reddit, YouTube, and Amazon -- delivered as first-class Arcade/MCP tools with securely managed secrets.
Secrets stay secret
SCAVIO_API_KEY at call time and hosts it encrypted -- the client and the LLM never see the value.Introduction
The arcade-scavio toolkit is built on arcade-mcp-server. Run it standalone over stdio/HTTP, or deploy it to Arcade Cloud. It is a cost-effective Tavily and SerpAPI alternative.
Step-by-Step Integration Guide
Step 1: Install the toolkit
pip install arcade-scavioStep 2: Set your API key
Get a key at dashboard.scavio.dev, then expose it as the SCAVIO_API_KEY secret:
export SCAVIO_API_KEY=sk_live_...Step 3: Run the server
python -m arcade_scavio.server # stdio (Claude Desktop, CLI tools)
python -m arcade_scavio.server http # HTTP+SSE (Cursor, VS Code)Available Tools
| 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 |
Deploy to Arcade Cloud
Package and host the toolkit so the Arcade Engine can fulfil tool calls for your users:
arcade login
arcade deployArcade discovers the SCAVIO_API_KEY secret and stores it encrypted.
Prefer the hosted MCP server?
Scavio also runs a hosted MCP server at mcp.scavio.dev with the full tool catalog (Walmart, TikTok, Instagram, Maps, Shopping, and more) -- no install.
Benefits of Scavio + Arcade.dev
- Secure secrets: keys injected at call time, never exposed.
- MCP-native: run standalone or on Arcade Cloud.
- Multi-platform: web, news, social, shopping in one toolkit.
- Cost-effective: most calls cost a single credit.
Next Steps
- MCP Integration -- the full tool catalog
- Google Search API -- endpoint reference