arXiv MCP integration for AI agents.

Connect AI agents to arXiv through 8 structured actions, including get paper, get papers, and list recent papers. Review authentication, inputs, workflows, a…

ACTION CONTRACTS
8
AUTHENTICATION
No account authorization
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the arXiv integration exposes

The arXiv Agent App exposes 8 provider-backed actions for data work. Its current contract lets an authorized agent get one arxiv paper by arxiv identifier, get multiple arxiv papers by arxiv identifiers, and list recent arxiv papers for one category sorted by submission date. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses No account authorization. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected arXiv account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real arXiv capabilities.

Showing 8 of 8 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_paperREAD

Get one arXiv paper by arXiv identifier.

INPUTS: id

get_papersREAD

Get multiple arXiv papers by arXiv identifiers.

INPUTS: ids / maxResults

list_recent_papersREAD

List recent arXiv papers for one category sorted by submission date.

INPUTS: category / start / maxResults / sortOrder

search_by_abstractREAD

Search arXiv papers by abstract text.

INPUTS: abstractQuery / start / maxResults / sortBy / sortOrder

search_by_all_fieldsREAD

Search arXiv papers by combining optional all-field, author, title, abstract, and category filters.

INPUTS: query / author / title / abstractQuery / category

search_by_authorREAD

Search arXiv papers by author name.

INPUTS: author / start / maxResults / sortBy / sortOrder

search_by_titleREAD

Search arXiv papers by title text.

INPUTS: title / start / maxResults / sortBy / sortOrder

search_papersREAD

Search arXiv papers using the official arXiv API query syntax.

INPUTS: query / start / maxResults / sortBy / sortOrder

INPUT CONTRACTS

Know what the action needs before it runs.

get_paper

idOPTIONAL
The arXiv identifier to fetch, such as 2301.00001 or 2301.00001v1.

get_papers

idsREQUIRED
The arXiv identifiers to fetch.
maxResultsOPTIONAL
The maximum number of papers to return.

list_recent_papers

categoryREQUIRED
The arXiv category term to query, such as cs.AI, cs.LG, math.CO, or physics.optics.
startOPTIONAL
The zero-based result offset to request.
maxResultsOPTIONAL
The maximum number of papers to return.
sortOrderOPTIONAL
The arXiv sort direction.

search_by_abstract

abstractQueryREQUIRED
The text to search for in arXiv abstract fields.
startOPTIONAL
The zero-based result offset to request.
maxResultsOPTIONAL
The maximum number of papers to return.
sortByOPTIONAL
The arXiv sort field.
sortOrderOPTIONAL
The arXiv sort direction.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Paper

Get one arXiv paper by arXiv identifier. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_paper

Verify with Get Papers

Get multiple arXiv papers by arXiv identifiers. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

get_papers

SAFETY BOUNDARY

Operate arXiv with explicit limits

  • Authorize arXiv with No account authorization and grant only the provider access required by the selected actions.
  • The current action names appear read-oriented, but returned arXiv data may still be sensitive and should be minimized before it enters model context.
  • Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
  • No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in arXiv rather than assuming unrestricted access.
  • After a call, inspect the structured result and execution record before reporting that the arXiv task completed successfully.

CONNECTION MODEL

No account authorization

arXiv uses No account authorization. Connection requirements and availability are determined by the provider and the Working Machines deployment.

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
8
WRITE SIGNALS
0
HIGH IMPACT
0
REVIEW SIGNALS
0

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by arXiv.

Official arXiv website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS