Skip to main content
Glama

arXiv MCP Server

by Mnehmos
MIT License
1

search_by_category

Search and retrieve academic papers from arXiv by specific category, with options to sort by relevance, date, and control pagination for precise results.

Instructions

Search for papers in a specific arXiv category

Input Schema

NameRequiredDescriptionDefault
categoryYesarXiv category (e.g., cs.AI, physics.optics)
max_resultsNoMaximum number of results to return (max 2000)
sort_byNoSort by: relevance, lastUpdatedDate, submittedDate
sort_orderNoSort order: ascending or descending
startNoStarting index for pagination (0-based)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "arXiv category (e.g., cs.AI, physics.optics)", "type": "string" }, "max_results": { "description": "Maximum number of results to return (max 2000)", "type": "number" }, "sort_by": { "description": "Sort by: relevance, lastUpdatedDate, submittedDate", "enum": [ "relevance", "lastUpdatedDate", "submittedDate" ], "type": "string" }, "sort_order": { "description": "Sort order: ascending or descending", "enum": [ "ascending", "descending" ], "type": "string" }, "start": { "description": "Starting index for pagination (0-based)", "type": "number" } }, "required": [ "category" ], "type": "object" }

You must be authenticated.

Other Tools from arXiv 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/Mnehmos/arxiv-mcp-server'

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