# paper-search-mcp-openai-v2

Find and download academic papers from leading sources like arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic Scholar, CrossRef, and IACR. Get standardized results and fetch full-text PDFs wh…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add TitanSneaker/paper-search-mcp-openai-v2

# Browse available tools
npx -y @smithery/cli@latest tool list TitanSneaker/paper-search-mcp-openai-v2

# Get full schema for a tool
npx -y @smithery/cli@latest tool get TitanSneaker/paper-search-mcp-openai-v2 search

# Call a tool
npx -y @smithery/cli@latest tool call TitanSneaker/paper-search-mcp-openai-v2 search '{}'
```

## Direct MCP Connection

Endpoint: `https://paper-search-mcp-openai-v2--titansneaker.run.tools`

## Tools (25)

- `search` — Deep Research compatible search tool aggregating across sources.
- `fetch` — Fetch full document content for a search result.
- `search_arxiv` — Search academic papers from arXiv.
- `search_pubmed` — Search academic papers from PubMed.
- `search_biorxiv` — Search academic papers from bioRxiv.
- `search_medrxiv` — Search academic papers from medRxiv.
- `search_google_scholar` — Search academic papers from Google Scholar.
- `search_iacr` — Search academic papers from IACR ePrint Archive.
- `download_arxiv` — Download PDF of an arXiv paper.
- `download_pubmed` — Attempt to download PDF of a PubMed paper.
- `download_biorxiv` — Download PDF of a bioRxiv paper.
- `download_medrxiv` — Download PDF of a medRxiv paper.
- `download_iacr` — Download PDF of an IACR ePrint paper.
- `read_arxiv_paper` — Read and extract text content from an arXiv paper PDF.
- `read_pubmed_paper` — Read and extract text content from a PubMed paper.
- `read_biorxiv_paper` — Read and extract text content from a bioRxiv paper PDF.
- `read_medrxiv_paper` — Read and extract text content from a medRxiv paper PDF.
- `read_iacr_paper` — Read and extract text content from an IACR ePrint paper PDF.
- `search_semantic` — Search academic papers from Semantic Scholar.
- `download_semantic` — Download PDF of a Semantic Scholar paper.
- `read_semantic_paper` — Read and extract text content from a Semantic Scholar paper.
- `search_crossref` — Search academic papers from CrossRef database.
- `get_crossref_paper_by_doi` — Get a specific paper from CrossRef by its DOI.
- `download_crossref` — Attempt to download PDF of a CrossRef paper.
- `read_crossref_paper` — Attempt to read and extract text content from a CrossRef paper.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get TitanSneaker/paper-search-mcp-openai-v2 <tool-name>
```

---

Source: https://github.com/TitanSneaker/paper-search-mcp-openai
