Google-Scholar-MCP-Server

by JackKuo666
Verified
o �#�g �@s�ddlZddlmZddlZddlmZddd�Zddd�Zed kr�d Zeedd �Z e d �e D]*Z e d e d���e de d���e de d���e de d���e d�q0d Z ee dddd�Z e d�e D]*Z e d e d���e de d���e de d���e de d���e d�qke�d�Zee�Ze�e�e�e�Ze�e�eddZe�e�Ze�e�dd�edD�Ze e�dSdS) �N)� BeautifulSoup)� scholarly�cCsd|�dd���}ddi}tj||d�}|jdkr#td|j���gSt|jd �}g}d }|jd d d �D]V}||kr=|S|jddd �} | rJ| � �nd} | rZ| �d�rZ| �d�dnd} |jd dd �} | ri| � �nd} |jd dd �}|rx|� �nd}| | || d�}|� |�|d7}q4|S)a' Function to search Google Scholar using a simple keyword query. Parameters: query (str): The search query (e.g., paper title or author). num_results (int): The number of results to retrieve. Returns: list: A list of dictionaries containing search results. z%https://scholar.google.com/scholar?q=� �+� User-Agent�sMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36��headers���(Failed to fetch data. HTTP Status code: � html.parserr�div�gs_ri��class_�h3�gs_rt�No title available�a�href�No link available�gs_a�No authors available�gs_rs�No abstract available��Title�Authors�Abstract�URL�N) �replace�requests�get� status_code�printr�text�find_all�find�get_text�append)�query� num_results� search_urlr �response�soup�results�count�item� title_tag�title�link� authors_tag�authors� abstract_tag�abstract� result_data�r<�O/home/zjlab/code/mcp_hub/Google-Scholar-MCP-Server/google_scholar_web_search.py�google_scholar_searchs: �  � �  r>cCs`d}d|�dd�i}|r||d<|r|\}}||d<||d<|d�d d �|��D��7}d d i}tj||d �} | jdkrFtd| j���gSt| jd�} g} d} | j ddd�D]V} | |kr`| S| j ddd�}|rm|� �nd}|r}|� d�r}|� d�dnd}| j ddd�}|r�|� �nd}| j ddd�}|r�|� �nd}||||d�}| � |�| d 7} qW| S)"a Function to search Google Scholar using advanced search filters (e.g., author, year range). Parameters: query (str): The search query (e.g., paper title or topic). author (str): The author's name to filter the results (default is None). year_range (tuple): A tuple (start_year, end_year) to filter the results by publication year (default is None). num_results (int): The number of results to retrieve. Returns: list: A list of dictionaries containing search results. z#https://scholar.google.com/scholar?�qrrZas_authZas_yloZas_yhi�&cSsg|] \}}|�d|���qS)�=r<)�.0�key�valuer<r<r=� <listcomp>_sz2advanced_google_scholar_search.<locals>.<listcomp>rrr r r r rrrrrrrrrrrrrrrr!N) r"�join�itemsr#r$r%r&rr'r(r)r*r+)r,�author� year_ranger-r.Z search_paramsZ start_yearZend_yearr r/r0r1r2r3r4r5r6r7r8r9r:r;r<r<r=�advanced_google_scholar_searchEsJ�  � �  rJ�__main__zmachine learning)r-zResults for keyword search:z Title: rz Authors: rz Abstract: rzURL: r zP--------------------------------------------------------------------------------zIan Goodfellow)i�i�)rHrIr-z Results for advanced search:zSteven A CholewiakZ publicationscCsg|]}|dd�qS)�bibr5r<)rBZpubr<r<r=rE�srE)r)NNr)r#Zbs4r�timerr>rJ�__name__r,r1r&�resultZadvanced_queryZadvanced_resultsZ search_authorZ search_query�nextZfirst_author_result�pprint�fillrHZfirst_publicationZfirst_publication_filledZpublication_titlesr<r<r<r=�<module>sH    >L           �