find-research-papers-mcp: Instructions file for Codex

AGENTS.md

find-research-papers-mcp AGENTS.md is an instructions file for Codex, OpenCode from surendranb/find-research-papers-mcp. It costs 600 tokens per session, scanned C, original, MIT.

A setup guide for a server that searches scholarly papers across arXiv, PubMed, OpenAlex, Crossref, and Semantic Scholar. It explains how to install and connect the server to coding-agent clients.

In plain words
What is it for?
Use it to connect an agent to academic literature, search for papers, and retrieve details such as abstracts, authors, dates, DOIs, and open-access PDFs.
Why use it?
It removes the need to work out the installation steps and client configuration yourself. It also gives one place to search several academic indexes instead of checking them separately.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

This is surendranb/find-research-papers-mcp's own configuration. It tells Codex and OpenCode how to work on find-research-papers-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything find-research-papers-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to surendranb/find-research-papers-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/surendranb/find-research-papers-mcp/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/surendranb/find-research-papers-mcp

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for find-research-papers-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/surendranb/find-research-papers-mcp/agents-md/github.svg)](https://agentmods.dev/instructions/surendranb/find-research-papers-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/surendranb/find-research-papers-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/surendranb/find-research-papers-mcp/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for find-research-papers-mcp AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/surendranb/find-research-papers-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/surendranb/find-research-papers-mcp/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 600 This file is loaded in full into every session.
When invoked 600 The same file — it is already loaded in full.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00600 $0.00600
Opus 5 $0.00300 $0.00300
Sonnet 5 $0.00120 $0.00120
Haiku 4.5 $0.00060 $0.00060

Measured 9d ago against content hash 6410b123d257, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

find-research-papers-mcp AGENTS.md scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL "https://papers.builditwithai.xyz/install" | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL "https://papers.builditwithai.xyz/install" | bash
AGENTS.md · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — Agent Operating Manual

For AI Agents (Claude Code, Cursor, Codex, Gemini, Antigravity, OpenCode, Aider) connecting to or executing papers-mcp.


⚡ 1. Fast Install & Client Wiring (Start Here)

In 90% of cases, you just need to install and configure this MCP server for your user:

# 1-Line Universal Auto-Installer (Configures Claude Code, Cursor, Claude Desktop & Antigravity)
curl -fsSL "https://papers.builditwithai.xyz/install" | bash

# Or launch directly via stdio:
uvx find-research-papers-mcp
npx -y find-research-papers-mcp

Client Config Snippet (mcp.json / claude_desktop_config.json)

{
  "mcpServers": {
    "papers": {
      "command": "uvx",
      "args": ["find-research-papers-mcp"]
    }
  }
}

📖 2. What This Repo Is

A unified scientific literature search and grounding engine across 250M+ scholarly research papers spanning 5 major academic indexes: arXiv, PubMed, OpenAlex, CrossRef, and Semantic Scholar.

Primary Tools Available:

  • search_papers: Unified multi-index query across all 5 databases with relevance ranking.
  • get_paper: Retrieve paper abstract, authors, publication date, DOI, and open-access PDF link.
  • get_references: Fetch complete bibliography of referenced works via CrossRef.
  • get_citations: Fetch citing papers and citation graph via OpenAlex.
  • verify_paper: Validate that a DOI exists, check landing page status, and cross-check retraction flags.
  • list_sources: Inspect health and latency of all 5 academic indexes.

👤 3. How to Handle the Human

  • Zero Credentials Needed: All 5 academic indexes are queried via open-access scientific APIs.
  • Scientific Rigor: Always provide the DOI and Open-Access PDF link when citing research papers so the human can verify the claims.

⚠️ 4. Quirks & API Landmines (Zero-Hallucination Rules)

  1. DOI Canonicalization: Pass DOIs in standard format (10.1038/s41586-020-2649-2). Stripping https://doi.org/ is handled automatically.
  2. Parallel Querying: search_papers queries all 5 sources concurrently. If Semantic Scholar or PubMed rate-limits, results from arXiv and OpenAlex are still returned smoothly.
  3. Medical & Biology Queries: For biomedical queries, PubMed and CrossRef return verified MeSH terms and clinical trial identifiers.

Read the full file on GitHub · 60 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 60 lines · 600 tokens per session scan C 6410b123d257

Subscribe to this mod's changes

find-research-papers-mcp AGENTS.md is an instructions file published in the GitHub repository surendranb/find-research-papers-mcp (5 stars, last pushed 8d ago), licensed MIT. It adds 600 tokens to every session, about $0.0030 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens