search_arxiv
ActiveTool of com.thenextgennexus/academic-research-mcp-server
Search the arXiv preprint repository for peer-reviewed academic papers in physics, mathematics, computer science, and related fields. Returns paper title, author list, abstract, publication date, PDF link, and category classification. Use for cutting-edge research, literature review, or staying current in academic fields.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Research keywords or topic (e.g. 'neural networks', 'quantum computing', 'protein folding')"
},
"max_results": {
"type": "integer",
"default": 10,
"description": "Number of papers to return (default 10, higher values for comprehensive literature review)"
}
}
}Parent server
com.thenextgennexus/academic-research-mcp-server
1/7 registries