arxiv-mcp-server
npm
v0.1.5
Published by r-uben — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.
An MCP server for searching and fetching papers from arXiv
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 7.5 = 93. What the published surface and source actually contain:
| Points | What was found | Category |
|---|---|---|
| −6.3 | Untrusted input concatenated into a command sink MTC-SRC-009 | injection |
| −1.2 | Package runs install-time scripts MTC-SUP-010 | supply-chain |
2. Client adoption risk — 93 − 11 = 82. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −10 | capability blast radius (critical) — client exposure if the model is manipulated |
| −1 | publisher verification (public source) — no provenance, but the source is public and inspectable |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
In the server's implementation (`bin/arxiv-mcp-server.js:10`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: y { const version = execSync(`${pythonCmd} --version`, { encoding: 'utf8' }).trim(); const match = version.match
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server bin/arxiv-mcp-server.js
In the server's implementation (`src/arxiv_mcp_server/extraction/smart_extractor.py:58`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: rocess result = subprocess.run(["nougat", "--help"], capture_output=True, text=Tr
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server src/arxiv_mcp_server/extraction/smart_extractor.py
In the server's implementation (`src/arxiv_mcp_server/server.py:1878`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: PI key result = subprocess.run(["/bin/zsh", "-c", "source ~/.zshrc && command -v load_mistral_key && load_mistra
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server src/arxiv_mcp_server/server.py
In the server's implementation (`bin/arxiv-mcp-server.js:10`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: y { const version = execSync(`${pythonCmd} --version`, { encoding: 'utf8' }).trim(); const match = version.match
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server bin/arxiv-mcp-server.js
In a packaging/dev/install script (shipped, but not the server runtime) (`scripts/postinstall.js:3`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: { execSync } = require('child_process'); const path = require('path'); const fs = require('fs'); function checkCommand(
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server scripts/postinstall.js
"arxiv-mcp-server" executes postinstall script(s) at install time. An install hook runs at install time; most are routine build/setup, but review what it does before trusting it.
Evidence: node scripts/postinstall.js
Fix: Review the scripts; install with --ignore-scripts where possible and vet what they do.
Location: package arxiv-mcp-server
Each tool and what it can reach — statically extracted from the published source.
download_and_read_paperingests untrusted inputsave_paper_to_libraryingests untrusted inputanalyze_paper_difficultyno sensitive capabilitybuild_citation_networkno sensitive capabilitycompare_papersno sensitive capabilityexport_bibliographyno sensitive capabilityextract_key_findingsno sensitive capabilityextract_paper_referencesno sensitive capabilityfind_citing_papersno sensitive capabilityfind_referenced_papersno sensitive capabilityfind_similar_papersno sensitive capabilityformat_citationno sensitive capabilityget_author_papersno sensitive capabilityget_citation_networkno sensitive capabilityget_library_paperno sensitive capabilityget_paper_detailsno sensitive capabilityget_paper_recommendationsno sensitive capabilityget_recent_papersno sensitive capabilitylibrary_statisticsno sensitive capabilitylist_library_papersno sensitive capabilitymanage_collectionsno sensitive capabilitysearch_libraryno sensitive capabilitysearch_papersno sensitive capabilitysearch_semantic_scholarno sensitive capabilitysmart_extract_paperno sensitive capabilitysummarize_paperno sensitive capabilityupdate_paper_statusno sensitive capabilityScan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v0.1.5 latest |
B 82/100 | 6 | 1.13.0 | 2026-09-07 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan arxiv-mcp-server --online
Independent packages implementing the same tool, scanned with the same engine. Compare all 5 side by side →
A flexible arXiv search and analysis service with MCP protocol support
A simple MCP server to fetch the content of ArXiv papers.
Search arXiv, fetch paper metadata, and read full-text content via MCP. STDIO or Streamable HTTP.
npx launcher for ArXiv (with author-graph) MCP — hosted on Cloudflare Workers. Search arXiv preprints, daily category digest, and a premium author-collaborator graph tool — the differentiator vs other arXiv MCPs.
MCP server for 2s.io — 575+ pay-per-call tools for AI agents — ground-truth data, AI gateway, and agent infra (storage, locks, queues, watchers). x402 USDC on Base/Solana, no API keys, upto usage billing, free trials.
ArXiv preprints + Google Scholar papers, with citation counts in one query.
Add MCP servers to your favorite coding agents with a single command.
Help agents automatically write and test stories for your UI components
Model Context Protocol server for AI-Archive platform - enables AI agents to discover, submit, and review research papers
MCP server for Semantic Scholar research workflows with stdio and Streamable HTTP transports.