StackAI Integration
Integrate Scavio with StackAI to add real-time search across Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram to your no-code agents and workflows.
Custom API node or MCP
Introduction
StackAI is a no-code builder for AI agents. Connect Scavio via the built-in Custom API node or an MCP connection and your workflow can search the live web. It is a cost-effective Tavily and SerpAPI alternative.
Step-by-Step Integration Guide
Step 1: Get your API key
Grab a key at dashboard.scavio.dev.
Step 2 (Option A): Custom API node
Add a Custom API node and configure the request:
- Method: POST
- URL:
https://api.scavio.dev/api/v2/google - Headers:
Authorization: Bearer YOUR_SCAVIO_API_KEY - Body:
{
"query": "{{input}}",
"light_request": true
}Step 2 (Option B): MCP connection
Create a new MCP connection with:
- URL:
https://mcp.scavio.dev/mcp - Header:
x-api-key: YOUR_SCAVIO_API_KEY
Step 3: Map the results
Map the returned organic_results array (title, link, snippet) into the next node.
Available Tools
Via MCP, the full Scavio catalog is available -- Google Search, News, Maps, Shopping, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram. See the MCP reference.
Benefits of Scavio + StackAI
- No-code: search from a visual workflow.
- Two paths: Custom API for one call, MCP for everything.
- Structured: clean JSON ready to map.
- Cost-effective: light requests cost one credit.
Next Steps
- Google Search API -- endpoint reference
- MCP Integration -- the full tool catalog