arxiv-search

mcphub-com/arxiv-search

4.7

arxiv-search is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of arxiv-search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The arXiv Search MCP is a tool designed to facilitate the search for scientific papers in the arXiv repository using various filters and search parameters.

Try arxiv-search with chat:

Tools

Functions exposed to the LLM to take actions

search_paper

Search for papers on arXiv based on various criteria.

Parameters:
- search_term (str): The term to search for in the paper metadata.
- field (Literal["Title", "Author", "Comments", "All fields"]): The field to search in. Default is "All fields".
- subject (Literal["Computer Science", "Physics", "Economics", "Quantitative Biology", "Electrical Engineering and Systems Science", "Quantitative Finance", "Mathematics", "Statistics"] | None): The subject area to filter papers by. Default is None.
- date_from (str | None): The start date for filtering papers by submission date in 'YYYY-MM-DD' format. Default is None.
- date_to (str | None): The end date for filtering papers by submission date in 'YYYY-MM-DD' format. Default is None.
- date_type (Literal["Submission Date", "Original Submission Date", "Announced Date"]): The type of date to filter papers by. Default is "Submission Date".
- num_results (int): The maximum number of results to return. Default is 50.
- start (int): The starting index for pagination. Default is 0. 1 means the 2nd page, 2 means the 3rd page, etc.

Returns: List[dict]
    A list of dictionaries containing paper metadata, including URL, URL of pdf version, title, authors, abstract, submission date. and originally announced date.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources