# io.github.cyanheads/arxiv-mcp-server (remote · arxiv.caseyjhand.com)

Search arXiv, fetch paper metadata, and read full-text content.

- Trust score: 71/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `arxiv.caseyjhand.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/cyanheads-arxiv-mcp-server/arxiv.md), [page](https://verifymcp.io/servers/cyanheads-arxiv-mcp-server/arxiv)
- npm · `@cyanheads/arxiv-mcp-server`: 35/100, [markdown](https://verifymcp.io/servers/cyanheads-arxiv-mcp-server/cyanheads-arxiv-mcp-server.md), [page](https://verifymcp.io/servers/cyanheads-arxiv-mcp-server/cyanheads-arxiv-mcp-server)

## Channel facts

- Endpoint: `https://arxiv.caseyjhand.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.5.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 76/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1219 tokens (~243/item across 5 items; 4 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http cyanheads-arxiv-mcp-server https://arxiv.caseyjhand.com/mcp
```

### Codex

```toml
[mcp_servers.cyanheads-arxiv-mcp-server]
url = "https://arxiv.caseyjhand.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-arxiv-mcp-server": {
      "type": "remote",
      "url": "https://arxiv.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cyanheads-arxiv-mcp-server --url https://arxiv.caseyjhand.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cyanheads-arxiv-mcp-server:
    url: "https://arxiv.caseyjhand.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cyanheads-arxiv-mcp-server": {
      "type": "http",
      "url": "https://arxiv.caseyjhand.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 69, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 68, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 67, +1)

- [functional] Server version: 1.4.0 → 1.5.0

### 2026-07-27 (score 66, −1)

- [functional regression] Schema quality: 165 → 243
- [functional improvement] Stability: unverified → 0.03
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (4)

### `arxiv_search` (~601 tokens)

Arxiv Search

Search arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links.

Input parameters:

- `category` (string): Restrict results to an arXiv category. A leaf code ("cs.CL", "math.AG") matches exactly. A bare archive code ("astro-ph", "cond-mat", "cs", "math") matches the whole archive — its subject classes plu…
- `max_results` (integer): Maximum results to return (1-50). Default 10. Each result includes title, authors, abstract, and metadata — keep low to limit response size.
- `query` (string, required): Search query. Field prefixes: ti: (title), au: (author — token-based; quote multi-token names like au:"hinton g" or pair with a topical clause to disambiguate common surnames), abs: (abstract), cat:…
- `sort_by` (string): Sort criterion. Use "submitted" for newest papers, "relevance" for best query matches.
- `sort_order` (string): Sort direction. "descending" returns newest/most relevant first.
- `start` (integer): Pagination offset (0-10000). Use with max_results to page through results. E.g., start=10 with max_results=10 returns results 11-20. Matches beyond offset 10000 + max_results are unreachable by pagin…
- `submitted_from` (string): Earliest submission date to include, inclusive, as a UTC YYYY-MM-DD date. Omit for no lower bound.
- `submitted_to` (string): Latest submission date to include, inclusive, as a UTC YYYY-MM-DD date. Omit for no upper bound. Both bounds are inclusive, so consecutive windows ("2024-01-01".."2024-01-15" then "2024-01-16".."2024…

Output parameters:

- `cap` (number): The max_results limit applied to this page.
- `effectiveQuery` (string): The query as actually searched, carrying every filter applied — the category subtree and submitted-date window folded into arXiv syntax alongside the supplied terms. Replaying it as `query` with no o…
- `notice` (string): Recovery guidance when results are empty or paging overshot. Absent on successful pages.
- `pageStart` (number): Pagination offset of this result page.
- `papers` (array): Matching papers with full metadata.
- `shown` (number): Papers returned on this page.
- `totalFound` (number): Total matching papers reported by arXiv (before pagination).
- `truncated` (boolean): True when more matching papers exist beyond this page (totalFound > start + shown).

### `arxiv_get_metadata` (~95 tokens)

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.

Input parameters:

- `paper_ids` (required): arXiv paper ID or array of up to 10 IDs. Format: "2401.12345" or "2401.12345v2" (with version). Also accepts legacy IDs like "hep-th/9901001".

Output parameters:

- `not_found` (array): Per-input explanations for inputs that could not be returned. Absent when nothing failed.
- `papers` (array): Papers found. May be fewer than requested if some IDs are invalid.
- `totalSucceeded` (integer): Number of successful items in 'papers'

### `arxiv_read_paper` (~289 tokens)

Arxiv Read Paper

Fetch the full text of an arXiv paper. Tries arxiv.org/html first, falls back to ar5iv.labs.arxiv.org, and falls back again to text extracted from the PDF when neither has an HTML render — check the source field to know which one answered. Page through long papers with start and max_characters, or pass max_characters null to get the entire body in one call.

Input parameters:

- `max_characters`: Maximum characters of paper body to return, counted after boilerplate stripping. Defaults to 100,000; pass null to return the entire body in one call. Whole-paper reads can exceed a client tool-resul…
- `paper_id` (string, required): arXiv paper ID (e.g., "2401.12345" or "2401.12345v2").
- `start` (integer): Character offset into the cleaned body to begin reading from. Defaults to 0. Use with max_characters to page through long papers — e.g., start=100000 with max_characters=100000 returns chars 100,000–…

Output parameters:

- `abstract_url` (string): arXiv abstract page URL for attribution.
- `body_characters` (number): Character count of the full cleaned body. Use with start and max_characters to page. Typically 3-4× smaller than total_characters for math-heavy HTML papers.
- `content` (string): Paper body for the requested slice — cleaned HTML when source is arxiv_html or ar5iv, plain text when source is pdf_text. Empty when start is past body_characters.
- `paper_id` (string): arXiv paper ID.
- `pdf_url` (string): Direct PDF download URL.
- `source` (string): Which upstream artifact the body was read from. arxiv_html and ar5iv are HTML renders; pdf_text is text extracted from the PDF, where prose is reliable but math, tables, and heading structure are fla…
- `start` (number): Character offset of the first character in content within the cleaned body.
- `title` (string): Paper title (from metadata, not parsed from HTML).
- `total_characters` (number): Character count of the body before cleaning — the unprocessed HTML body for arxiv_html and ar5iv, and equal to body_characters for pdf_text, which needs no cleaning.
- `truncated` (boolean): True when more body content exists past this slice (start + content.length < body_characters).

### `arxiv_list_categories` (~100 tokens)

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 dot, e.g. "astro-ph" or "cs") to search a whole archive at once.

Input parameters:

- `group` (string): Filter by top-level group (e.g., "cs", "math", "physics"). Returns all categories if omitted.

Output parameters:

- `categories` (array): arXiv categories matching the filter.
- `notice` (string): Guidance when the group filter returns no categories.
- `totalCount` (number): Total number of categories returned.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/cyanheads-arxiv-mcp-server/arxiv#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 70
- 2026-07-31: 69
- 2026-07-30: 68
- 2026-07-29: 68
- 2026-07-28: 67
- 2026-07-27: 66
- 2026-07-26: 67

## Links

- Remote endpoint: https://arxiv.caseyjhand.com/mcp
- Repository: https://github.com/cyanheads/arxiv-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cyanheads-arxiv-mcp-server/arxiv/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cyanheads-arxiv-mcp-server/arxiv/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cyanheads-arxiv-mcp-server/arxiv
