This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
arxiv_search
InactiveTool of arxiv-mcp
declared in 0.1.0
Search arXiv preprints by free-text query, author, and/or category (e.g. 'cs.AI', 'stat.ML', 'q-fin.MF'). Returns up to 100 papers with title, abstract, authors, categories, publication date, DOI when available, PDF URL.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"query": {
"type": "string",
"description": "Free-text search across all fields."
},
"author": {
"type": "string",
"description": "Author name; quoted internally for exact match."
},
"sort_by": {
"enum": [
"relevance",
"lastUpdatedDate",
"submittedDate"
],
"type": "string",
"default": "lastUpdatedDate"
},
"category": {
"type": "string",
"description": "arXiv category code, e.g. 'cs.AI'."
}
}
}Parent server
arxiv-mcp
https://github.com/guptaprakhariitr/arxiv-mcp
2/7 registries