Skip to main content
Glama

arXiv MCP Server

search_arxiv

Query the arXiv API to retrieve article metadata based on keywords, authors, titles, or abstracts. Results are returned as a JSON string with article titles and arXiv IDs.

Instructions

Performs a search query on the arXiv API based on specified parameters and returns matching article metadata. This function allows for flexible querying of the arXiv database. Only parameters that are explicitly provided will be included in the final search query. Results are returned in a JSON-formatted string with article titles as keys and their corresponding arXiv IDs as values.

Args: all_fields: General keyword search across all metadata fields including title, abstract, authors, comments, and categories. title: Keyword(s) to search for within the titles of articles. author: Author name(s) to filter results by. abstract: Keyword(s) to search for within article abstracts. start: Index of the first result to return; used for paginating through search results. Defaults to 0.

Returns: A JSON-formatted string containing article titles and their associated arXiv IDs; otherwise, a plain error message string.

Input Schema

NameRequiredDescriptionDefault
abstractNo
all_fieldsNo
authorNo
startNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "abstract": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Abstract" }, "all_fields": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "All Fields" }, "author": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Author" }, "start": { "default": 0, "title": "Start", "type": "integer" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "title": "search_arxivArguments", "type": "object" }
Install Server

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/prashalruchiranga/arxiv-mcp-server'

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