Skip to main content
Glama

ArxivSearcher MCP Server

by emi-dm

search_papers

Find research papers on arXiv using natural language queries. Filter results by date, category, and relevance for precise and efficient academic searches.

Instructions

Search for papers on arXiv. It can parse natural language queries, extracting keywords and years for filtering.

:param query: The base search query. Can be natural language. :param max_results: The maximum number of results to return. :param start_date: The start date for the search period (YYYY-MM-DD or YYYY). Overrides years in query. :param end_date: The end date for the search period (YYYY-MM-DD or YYYY). Overrides years in query. :param sort_by_relevance: If True, sorts by relevance. If False, sorts by submission date. :param category: The arXiv category to search in (e.g., 'cs.AI', 'cs.CL', 'cs.SE').

Input Schema

NameRequiredDescriptionDefault
categoryNocs.SE
end_dateNo
max_resultsNo
queryYes
sort_by_relevanceNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "cs.SE", "title": "Category", "type": "string" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "max_results": { "default": 10, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "sort_by_relevance": { "default": true, "title": "Sort By Relevance", "type": "boolean" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "required": [ "query" ], "type": "object" }

Other Tools from ArxivSearcher MCP Server

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/emi-dm/Arxiv-MCP'

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