SerpApi
Google results as Google shows them — rankings, answer box, knowledge panel, related questions.
Auth: API keyLive integration
Tools
What your agent can do with SerpApi
SERPAPI_SEARCHSearch across SerpApi records and content.
SERPAPI_CREATECreate a new item in SerpApi with validated fields.
SERPAPI_UPDATEUpdate an existing SerpApi item by id.
SERPAPI_LISTList and filter SerpApi items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect SerpApi 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": "SERPAPI_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'