serpapi_google_shopping
ActiveTool of Serpapi
declared in 0.1.0
Search Google Shopping for `<query>` — returns product title, price, source, rating, reviews, product ID, and link via SerpApi. Example: serpapi_google_shopping({ q: "wireless earbuds", gl: "us", hl: "en", _apiKey: "your-serpapi-key" })
Parameters schema
{
"type": "object",
"required": [
"q",
"_apiKey"
],
"properties": {
"q": {
"type": "string",
"description": "Product search query, e.g. \"wireless earbuds\", \"running shoes\""
},
"gl": {
"type": "string",
"description": "Optional two-letter country code, e.g. \"us\", \"gb\""
},
"hl": {
"type": "string",
"description": "Optional two-letter UI language code, e.g. \"en\", \"fr\""
},
"_apiKey": {
"type": "string",
"description": "SerpApi API key (get one at serpapi.com)"
}
}
}Parent server
Serpapi
https://github.com/pipeworx-io/mcp-serpapi
1/7 registries