You're viewing a demo portfolio

Join the waitlist
PRSM

search_papers

Active

Tool of Arxiv

declared in 0.1.0

Search arXiv preprints. Plain text searches all fields; use prefixes for targeted queries: au:hinton (author), ti:transformer (title), abs:diffusion (abstract), cat:cs.AI (category), all:quantum (any field). Combine with AND/OR/ANDNOT, e.g., "ti:transformer AND cat:cs.LG". Returns id, title, authors, abstract, categories, published date, PDF URL.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "ti:transformer AND cat:cs.LG",
      "sort_by": "relevance",
      "max_results": 20
    },
    {
      "query": "au:hinton abs:deep learning",
      "sort_by": "submittedDate",
      "sort_order": "descending",
      "max_results": 5
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Query string. Plain text or field-prefixed (au:, ti:, abs:, cat:, all:). Combine terms with AND, OR, ANDNOT."
    },
    "sort_by": {
      "enum": [
        "relevance",
        "lastUpdatedDate",
        "submittedDate"
      ],
      "type": "string",
      "description": "relevance | lastUpdatedDate | submittedDate (default relevance)"
    },
    "sort_order": {
      "enum": [
        "ascending",
        "descending"
      ],
      "type": "string",
      "description": "ascending | descending (default descending)"
    },
    "max_results": {
      "type": "number",
      "description": "Maximum papers to return (1-100, default 10)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Arxiv

https://github.com/pipeworx-io/mcp-arxiv

1/7 registries
View full server →