Search Console
Google Search clicks, impressions, indexing status, and sitemaps.
Auth: OAuth 2.0Catalog preview
Tools
What your agent can do with Search Console
SEARCH_CONSOLE_SEARCHSearch across Search Console records and content.
SEARCH_CONSOLE_CREATECreate a new item in Search Console with validated fields.
SEARCH_CONSOLE_UPDATEUpdate an existing Search Console item by id.
SEARCH_CONSOLE_LISTList and filter Search Console items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect Search Console from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "SEARCH_CONSOLE_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'