ScavioScavio
ProductPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

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

Arcade injects your 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

Bash
pip install arcade-scavio

Step 2: Set your API key

Get a key at dashboard.scavio.dev, then expose it as the SCAVIO_API_KEY secret:

Bash
export SCAVIO_API_KEY=sk_live_...

Step 3: Run the server

Bash
python -m arcade_scavio.server          # stdio (Claude Desktop, CLI tools)
python -m arcade_scavio.server http     # HTTP+SSE (Cursor, VS Code)

Available Tools

ToolDescription
search_googleGoogle SERP -- real-time organic web results
search_newsGoogle News -- recent articles on a topic
search_redditReddit posts -- community discussion and sentiment
search_youtubeYouTube -- videos
search_amazonAmazon -- product listings

Deploy to Arcade Cloud

Package and host the toolkit so the Arcade Engine can fulfil tool calls for your users:

Bash
arcade login
arcade deploy

Arcade 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
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy