← Registry

Learning Resources

zrxiv.dev

Search and retrieve academic papers from the curated zrxiv corpus, including metadata, fulltext, and citation information.

1 endpoint7 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://zrxiv.dev/mcp

No auth detected

MCP server metadata

Name
zrxiv
Version
0.1.0
Capabilities
tools
Server instructions

Read-only public MCP for the zrxiv research mirror. Use zrxiv.search to find sources, zrxiv.get for a source's metadata + artifact links + what it rests on, zrxiv.fulltext for extracted plain text, zrxiv.same_work to cluster preprint/published renderings, zrxiv.citations for outgoing citations, and zrxiv.snapshot for the pins this edge serves. No team or snapshot argument is required; all reads are over the curated, pinned public corpus. There is no write/fetch path.

Known tools 7

zrxiv.search

Search the curated zrxiv corpus by title, author, or DOI.

Inferred read-only
zrxiv.get

Get one source's metadata plus its artifact (blob) links by record id.

Inferred read-only
zrxiv.fulltext

Get the extracted plain-text derivative for a source (the groundable text a char-span can resolve against).

Inferred read-only
zrxiv.same_work

Cluster same-work renderings (preprint / published / mirror) for an id over the pinned alias snapshot.

Inferred read-only
zrxiv.citations

Outgoing citation edges for an id from the pinned citation-graph snapshot (never live network).

Inferred read-only
zrxiv.snapshot

The pins this public edge serves: the minted-source count and the citation/alias edge-set digests that same_work and citations resolve over.

Inferred read-only
zrxiv.stats

Corpus totals: papers, groundable (non-empty extracted text), derivatives, and total mirrored bytes.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zrxiv]
url = "https://zrxiv.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zrxiv": {
      "type": "http",
      "url": "https://zrxiv.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zrxiv
Remote MCP URL: https://zrxiv.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zrxiv": {
      "url": "https://zrxiv.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zrxiv": {
      "type": "http",
      "url": "https://zrxiv.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zrxiv",
  "transport": "streamable-http",
  "url": "https://zrxiv.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.