Sam Altman announced ChatGPT subscriptions now work in OpenClaw. This means you can give ChatGPT multi-platform search (Google, YouTube, Reddit, Amazon, Walmart) via Scavio's hosted MCP. Setup in under 5 minutes.
Prerequisites
- ChatGPT subscription
- OpenClaw account
- Scavio API key
Walkthrough
Step 1: Register Scavio MCP in OpenClaw
Add Scavio as an MCP server in OpenClaw.
# In OpenClaw settings or via CLI:
clawhub install scavio-google scavio-youtube scavio-reddit scavio-amazon scavio-walmart
# Set SCAVIO_API_KEY in OpenClaw environmentStep 2: Connect ChatGPT to OpenClaw
Use your ChatGPT subscription through OpenClaw.
# OpenClaw CLI:
# claude mcp add openclaw <bootstrap-url> --transport sse
# Or configure in ~/.claude/settings.jsonStep 3: Verify tool availability
Check that Scavio tools appear in ChatGPT's tool list.
# In ChatGPT via OpenClaw, ask:
# 'What search tools do you have available?'
# Should list: scavio.search, scavio.reddit_search, scavio.youtube_search, etc.Step 4: Test multi-platform search
Ask ChatGPT to search across platforms.
# 'Search Google for current Helium 10 pricing, then check Reddit
# for user reviews of Helium 10 in the last month.'Python Example
# This is a config-based setup, no Python code needed.
# ChatGPT accesses Scavio tools via OpenClaw MCP.JavaScript Example
// Config-based setup. No application code.Expected Output
ChatGPT with 11 Scavio search tools: Google, YouTube (search + metadata + transcript), Reddit (search + post), Amazon (search + product), Walmart (search + product).