# arXiv (verified)

Search and retrieve academic papers from arXiv. Find papers by title, author, abstract, or category, and get full metadata including abstracts, authors, and PDF links.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add arxiv

# Browse available tools
npx -y @smithery/cli@latest tool list arxiv

# Get full schema for a tool
npx -y @smithery/cli@latest tool get arxiv search_papers

# Call a tool
npx -y @smithery/cli@latest tool call arxiv search_papers '{}'
```

## Direct MCP Connection

Endpoint: `https://arxiv.run.tools`

## Tools (2)

- `search_papers` — Search arXiv papers by query. Supports field prefixes: ti (title), au (author), abs (abstract), cat (category), all (ev…
- `get_paper` — Get details for a specific arXiv paper by ID. Returns title, authors, abstract, categories, PDF link, and journal refer…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get arxiv <tool-name>
```
