serpapi_google_scholar
ActiveTool of Serpapi
declared in 0.1.0
Search Google Scholar for academic papers on `<topic>` — returns title, link, snippet, publication info, and citation count via SerpApi. Example: serpapi_google_scholar({ q: "graph neural networks", as_ylo: 2020, num: 10, _apiKey: "your-serpapi-key" })
Parameters schema
{
"type": "object",
"required": [
"q",
"_apiKey"
],
"properties": {
"q": {
"type": "string",
"description": "Search query / topic, e.g. \"graph neural networks\""
},
"num": {
"type": "integer",
"description": "Max results to return (default 10, max 20)"
},
"as_yhi": {
"type": "integer",
"description": "Optional end year (results published up to this year), e.g. 2024"
},
"as_ylo": {
"type": "integer",
"description": "Optional start year (results published from this year onward), e.g. 2020"
},
"_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