# arXiv

`dev.mcpharbor.gateway/arxiv`, version 1.0.0

Search arXiv preprints and open access scholarly papers: abstracts, authors, categories

- MCP endpoint: `https://gateway.mcpharbor.dev/mcp/arxiv` for this server alone, or `https://gateway.mcpharbor.dev/mcp` for every server
- Authentication: `Authorization: Bearer <your gateway API key>`
- Price per tool call: $0.0001 (100 micro-USD)
- Registry entry: <https://gateway.mcpharbor.dev/v0.1/servers/dev.mcpharbor.gateway%2Farxiv/versions/latest>
- Every tool, machine-readable: <https://gateway.mcpharbor.dev/llms-full.txt>

## Provider

We proxy this provider under the terms below, re-checked on a schedule. If a re-check ever
says no, the server and its tools leave the catalog and this page disappears with them.

| Fact | Value |
| --- | --- |
| Terms of use | <https://info.arxiv.org/help/api/tou.html> |
| Terms verified on | 2026-09-19 |
| API documentation | <https://info.arxiv.org/help/api/index.html> |
| Upstream API key | none required |
| Rate limit | 20 requests per minute |
| Website | <https://info.arxiv.org/help/api/index.html> |
| Compliance notes | ToU permits discovery tools but forbids storing or serving e-print full text from our servers, so the full-text tool is excluded. Rate limit is 1 request per 3 seconds. |

## Attribution

This provider requires the attribution below wherever you use results from its tools.
Reproduce it verbatim:

> Thank you to arXiv for use of its open access interoperability. (requested, not required)

## Tools (3)

Every call below costs $0.0001 (100 micro-USD). Listing them costs nothing.

| Tool | Description | Price per call | Documentation |
| --- | --- | --- | --- |
| `arxiv__arxiv_get_metadata` | Get full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory. | $0.0001 | [arxiv__arxiv_get_metadata](https://gateway.mcpharbor.dev/docs/tools/arxiv__arxiv_get_metadata) |
| `arxiv__arxiv_list_categories` | List arXiv category codes and names. Useful for discovering valid category filters for arxiv_search. Lists subject classes only; arxiv_search also accepts a bare archive code (the part before the d... | $0.0001 | [arxiv__arxiv_list_categories](https://gateway.mcpharbor.dev/docs/tools/arxiv__arxiv_list_categories) |
| `arxiv__arxiv_search` | Search arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links. | $0.0001 | [arxiv__arxiv_search](https://gateway.mcpharbor.dev/docs/tools/arxiv__arxiv_search) |

## Price

- $0.0001 (100 micro-USD) per tool call.
- Billed on: each tools/call that reaches the upstream and returns a result.
- Free: server/discover, tools/list, registry endpoints, docs files.
- Payment: prepaid credits, drawn down per call. A call your balance cannot cover is refused with HTTP 402 before any upstream is contacted.
- A charged call that then fails upstream is refunded automatically.
- Retries are ordinary calls. There is no client idempotency key, so repeating a request that was already charged buys a second call - see [agent.txt](https://gateway.mcpharbor.dev/agent.txt), section 7.
