Paper Search (arXiv + Semantic Scholar + OpenAlex)
Unified academic paper search for AI agents. search\_all queries arXiv, Semantic Scholar and OpenAlex at once, de-duplicates the same work across corpora (by DOI/title) and re-ranks with Reciprocal Rank Fusion so papers found by several sources rank highest. read\_paper returns full arXiv text with formulas as LaTeX. Plus citation graphs, author metrics (h-index), recommendations and full-text snippet search across 220M+ papers. Remote streamable-HTTP, no auth required.
- Version:
- hosted
- Publisher:
- kangletian
Install
Generated from the server’s transport data — never hand-written. Placeholders in angle brackets are yours to fill.
Run it with its own identity, a budget you set, and every call audited — no local config to keep in sync.
Add to a connect0 projectYou will sign in first, then land back on this page.
What it can do
As declared by the publisher
Tools · 38
autocomplete_papersSemantic Scholar: autocomplete paper titles for a partial query (fast type-ahead).
get_authorSemantic Scholar: a single author's profile by id.
get_author_papersSemantic Scholar: all papers by a given author id, newest first.
get_authors_batchSemantic Scholar: fetch many authors at once by id.
get_dataset_diffsSemantic Scholar Datasets: incremental diff (added/updated/deleted) for a dataset between two releases. Needs the key.
get_dataset_download_linksSemantic Scholar Datasets: get download links (presigned URLs) for one dataset in a release. Needs the API key.
get_dataset_releaseSemantic Scholar Datasets: which datasets a release contains (papers, abstracts, citations, embeddings, s2orc, tldrs…). release\_id defaults to 'latest'.
get_openalex_citationsOpenAlex: papers that CITE this work (forward citation graph), most-cited first.
get_openalex_referencesOpenAlex: the works this one REFERENCES (its bibliography).
get_openalex_trendsOpenAlex: publication-trend analytics for a query — counts grouped by year (default), or by 'institutions.id', 'authorships.author.id', 'open\_access.is\_oa', 'type', 'language'. Returns aggregate counts only (cheap, no rows).
get_openalex_workOpenAlex: fetch one work's full record (316M-work, all-field corpus). id accepts OpenAlex Wxxxx, a DOI, or an arXiv id.
get_paperFetch one paper by id, with full abstract and PDF link.
get_paper_authorsSemantic Scholar: the authors of a paper (with h-index, paper/citation counts).
get_paper_citationsSemantic Scholar: papers that CITE this one (forward citation graph). id accepts S2 id / DOI: / ARXIV: / CorpusId:.
get_paper_referencesSemantic Scholar: papers this one REFERENCES (its bibliography). id accepts S2 id / DOI: / ARXIV: / CorpusId:.
get_papers_batchSemantic Scholar: fetch many papers at once by id (S2/DOI:/ARXIV:/CorpusId:), up to \~500 per call.
list_categoriesList common subject category codes for filtering/recent.
list_dataset_releasesSemantic Scholar Datasets: list all available release ids (dated snapshots of the full corpus).
list_ocr_modelsList the OCR models available for recognize\_formula / recognize\_table.
list_openalex_topicsOpenAlex: search the topic taxonomy (\~4500 topics) to find the right subject term for filtering or recent-work queries.
list_paper_sourcesList available paper corpora.
list_recentList the latest papers in a subject category, newest first.
match_paper_titleSemantic Scholar: find the single paper whose title best matches the given text (exact-match lookup).
read_paperRead a paper's full text. format='markdown' (default, body with formulas as $LaTeX$), 'html' (raw LaTeXML HTML), or 'latex' (the original LaTeX manuscript from the e-print source). arXiv only; id like 2401.01234.
recognize_formulaRecognize a math formula from an image and return LaTeX. Provide image\_url (downloaded server-side) OR image\_base64. model: deepseek-ocr (default), paddleocr-vl, or texify. Returns {latex, model, elapsed\_ms}.
recognize_tableRecognize a table from an image and return LaTeX tabular code. Provide image\_url OR image\_base64. model: deepseek-ocr (default), paddleocr-vl, or texify. Returns {latex, model, elapsed\_ms}.
recommend_papers_for_paperSemantic Scholar: recommend papers similar to one paper. pool='recent' (last open corpus) or 'all-cs' (all of CS). If the 'recent' pool yields nothing (common for older papers), it automatically retries the 'all-cs' pool.
recommend_papers_from_examplesSemantic Scholar: recommend papers from positive (and optional negative) example paper ids.
search_allAggregated search across arXiv, Semantic Scholar and OpenAlex at once. Fans out concurrently, de-duplicates the same work across corpora (by DOI or title) and re-ranks with Reciprocal Rank Fusion, so papers found by several sources rank highest. Each hit lists which `sources` found it and an `ids` map ({source: id}) you can pass to get\_paper / read\_paper / the citation tools. Prefer this over search\_papers for a broad lookup.
search_authorsSemantic Scholar: search for authors by name; returns profiles with h-index and paper/citation counts.
search_by_authorFind papers by a specific author, newest first.
search_medicalEvidence-graded MEDICAL literature search (PubMed + Europe PMC). Unlike search\_all (generic, ranks high-cited reviews/guidelines above trials), this filters by research type via PubMed Publication-Type tags and re-ranks by the evidence pyramid (meta-analysis / systematic review > RCT > cohort > ...), so the actual clinical trials surface first. Open-access full text is pulled from Europe PMC by PMID. `query` should be English keyword/boolean text (PubMed maps it); do natural-language/multilingual understanding upstream. Returns hits with pmid/doi/study\_type/evidence\_level/citations/abstract and, when open-access, fulltext.
search_openalex_authorsOpenAlex: search authors; returns profiles with h-index, i10-index, works/citation counts and institutions.
search_openalex_institutionsOpenAlex: search institutions (universities, labs) with ROR id, country, works/citation counts.
search_openalex_worksOpenAlex: advanced filtered work search. Filters: from\_year, to\_year, is\_oa (open access only), min\_citations, institution\_id. sort\_by: relevance|newest|cited.
search_papersSearch academic papers. Returns normalized hits with a short abstract preview; call get\_paper for the full record.
search_papers_bulkSemantic Scholar: bulk paper search (up to 1000 hits, sortable e.g. 'citationCount:desc' or 'publicationDate:desc', with a continuation token). Filters: fields\_of\_study, year (e.g. '2020-2024'), venue, publication\_types, open\_access\_pdf.
search_snippetsSemantic Scholar: search INSIDE paper full text and return matching text snippets (not just titles/abstracts).