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.
curl -O https://raw.githubusercontent.com/surendranb/find-research-papers-mcp/main/AGENTS.mdgit clone --depth 1 https://github.com/surendranb/find-research-papers-mcpWrote 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.
[](https://agentmods.dev/instructions/surendranb/find-research-papers-mcp/agents-md)<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.
<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>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.
| Model | Per session | Once 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 |
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 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)
- DOI Canonicalization: Pass DOIs in standard format (
10.1038/s41586-020-2649-2). Strippinghttps://doi.org/is handled automatically. - Parallel Querying:
search_papersqueries all 5 sources concurrently. If Semantic Scholar or PubMed rate-limits, results from arXiv and OpenAlex are still returned smoothly. - Medical & Biology Queries: For biomedical queries, PubMed and CrossRef return verified MeSH terms and clinical trial identifiers.
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.
- 9d ago First seen · 60 lines · 600 tokens per session scan C 6410b123d257
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.
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.
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.
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).
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).
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.
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.