Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_search_google_scholar_publications

Retrieve publication results from Google Scholar with advanced search options, including author-specific queries, while mitigating IP blocking through proxy use.

Instructions

Search for publications on Google Scholar.

Supports advanced search operators including author search using 'author:"Name"' syntax.

Examples:

  • 'machine learning' - General topic search
  • 'author:"John Smith"' - Publications by specific author
  • 'author:"John Smith" neural networks' - Author's work on specific topic

WARNING: Google Scholar may block requests and IP addresses for excessive queries. Publication searches are particularly prone to triggering anti-bot measures. This tool automatically uses free proxies to mitigate blocking, but use responsibly.

For academic research, consider using alternative databases like PubMed/EuropePMC when possible to reduce load on Google Scholar.

Args: query (str): Search query for publications. Use 'author:"Name"' to search by author. max_results (int): Maximum number of publications to return (default: 10, max: 50). use_proxy (bool): Whether to use free proxies to avoid rate limiting (default: True).

Returns: dict: Publication search results or error message

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of publications to return
queryYesSearch query for publications (e.g., 'machine learning' or 'author:"John Smith" deep learning')
use_proxyNoWhether to use free proxies to avoid rate limiting

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 10, "description": "Maximum number of publications to return", "maximum": 50, "minimum": 1, "title": "Max Results", "type": "integer" }, "query": { "description": "Search query for publications (e.g., 'machine learning' or 'author:\"John Smith\" deep learning')", "title": "Query", "type": "string" }, "use_proxy": { "default": true, "description": "Whether to use free proxies to avoid rate limiting", "title": "Use Proxy", "type": "boolean" } }, "required": [ "query" ], "type": "object" }

Other Tools from BioContextAI Knowledgebase MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/biocontext-ai/knowledgebase-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server