Connect your account, then chat with AI to run tools.
Google Scholar search results, citation counts and citation export formats, as structured JSON.
Connect straight to this server’s public endpoint.
https://mcp.hasdata.com/mcp?apis=google_scholarThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Live probe refreshed Sep 23, 2026 · Endpoint host mcp.hasdata.com
Domain knowledge for Google Scholar MCP Server — workflow patterns, data models, and gotchas for your AI agent.
Two tools. hasdata_google_scholar_scholar_getScholarSearchResults takes q and returns a page of results. hasdata_google_scholar_cite_getScholarCitationFormats also takes q, but there q is a resultId such as A7L9JolPKkoJ rather than a query. Sending a title or a DOI to the citation tool returns nothing useful, and the shared parameter name is why this goes wrong.
Every result carries citedBy.citesId and versions.clusterId, and on some papers the two hold the same value. They are not interchangeable. citesId goes into cites to find the papers citing this one, clusterId goes into cluster to find every indexed copy of this one. The wrong id in the right parameter returns a plausible page of the wrong thing.
publicationInfo.authors gives an authorId per author Scholar has a profile for, which is how to follow one author instead of parsing a byline.
searchInformation.totalResults is Scholar's estimate and it is very rough. Treat it as an order of magnitude and never quote it as a count.
Scholar counts citations rather than quality, and it indexes preprints, theses and citing-only records alongside published work. asVis: 1 drops the citation-only entries when the task needs records with full metadata.
Deep paging gets thin. Scholar caps how far a result set really goes and starts repeating or blocking well before the estimate suggests. Raise num and narrow with asYlo, asYhi or asSdt rather than walking start upward, which also costs less because the price is per call.
scisbd set to 2 sorts by date instead of relevance, which is what a "what is new" question needs.
A BibTeX link from the citation tool is a Scholar URL carrying an expiring signature, not the BibTeX itself. Fetch it promptly rather than storing it.
Google Scholar requires sign-in before tools can be listed. Connect the MCP server to inspect the live tool list in your client.
Connect Google Scholar MCP Server to any MCP client in minutes
Operate Google Scholar? You can take over the listing's metadata.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
This server uses the MCP protocol with a live tool list. Tools are discovered when your MCP client connects (often after authentication), so they are not enumerated on this public page. Open Studio or connect from your client to see the tools available to your workspace.
Google Scholar search results, citation counts and citation export formats, as structured JSON. It provides MCP tools that your client discovers when it connects (this page may not list every tool name) that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mcphasdatacommcp-9. Authentication is handled automatically.
Google Scholar MCP Server is a remote MCP server. The live tool list is supplied by the server when your MCP client connects, so the count is not fixed on this public page. After you connect in MCPBundles Studio or your client, you will see the tools your session can call. A SKILL.md is still included to guide your agent on capabilities and workflows.
Google Scholar MCP Server uses One-click sign in. Google Scholar MCP Server requires credentials. Connect via MCPBundles and authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
Google Images results with source pages, thumbnails and full-resolution URLs, as JSON.
SuggestAPI exposes commerce tools through MCP and WebMCP on its Agent Gateway
Bing search results with the ad block and Copilot answer, geo and market targeting, as JSON.
Real-time web search API and MCP for AI agents and RAG apps.
DuckDuckGo search as JSON. Ranked results, ads in their own array, 37 regions.
Hosted MCP server for HasData scraping and search APIs. One endpoint for Google, Amazon, Walmart, Zi...