SerpAPI MCP: Documentation
Updated:
Connection
Official endpoint: https://mcp.serpapi.com/{API_KEY}/mcp (SSE and HTTP); the API key is embedded right in the URL path — get one at serpapi.com after signing up.
Tools
search — a search query against a chosen engine (engine — google, bing, yahoo, youtube, etc.) with locale, language and region parameters; search_table — results in tabular form (e.g. Google Shopping prices); search_dashboard — an aggregated summary across multiple queries.
Agent flow
"Get Google's top results for this query and describe them", "build a price table for a product from Shopping results", "compare Bing and Google results for the same query".
Pricing
Free — 250 searches/month. Paid plans start around $75/month for 5,000 searches, scaling with volume. Each search call consumes one search from your quota.
Note
An official SerpApi LLC product (162★). The endpoint URL contains the key — treat it as a secret, don't log or commit it to a repo.