← zrxiv.dev

INDIVIDUAL MCP TOOL

zrxiv.same_work

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

zrxiv.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://zrxiv.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for zrxiv.same_work and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

zrxiv.dev

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.

Related tools

  • zrxiv.search — Search the curated zrxiv corpus by title, author, or DOI.
  • zrxiv.get — Get one source's metadata plus its artifact (blob) links by record id.
  • zrxiv.fulltext — Get the extracted plain-text derivative for a source (the groundable text a char-span can resolve against).
  • zrxiv.citations — Outgoing citation edges for an id from the pinned citation-graph snapshot (never live network).
  • 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.
  • zrxiv.stats — Corpus totals: papers, groundable (non-empty extracted text), derivatives, and total mirrored bytes.