← Registry

Learning Resources

latex-tools.online

Searches and retrieves academic papers and medical literature from multiple sources like arXiv, PubMed, and Semantic Scholar.

1 endpoint41 known toolsFirst detected June 25, 2026Last detected September 13, 2026

ENDPOINT 1

https://latex-tools.online/mcp

No auth detected

MCP server metadata

Name
paper-search
Version
1.27.2
Capabilities
experimentalpromptsresourcestools
Server instructions

Academic paper search for AI agents, served at latex-tools.online/mcp. Three corpora are available via the `source` argument: `arxiv` (default), `semanticscholar` (alias `s2`), and `openalex` (alias `oa`). Generic, source-agnostic tools: 1. `search_papers(query=..., source='arxiv', max_results=10, sort_by='relevance')` to find papers. For arxiv, `query` accepts plain text or field syntax like `ti:`, `au:`, `cat:cs.CL`, `abs:` + AND/OR. 1b. `search_all(query=..., max_results=10)` searches ALL three corpora at once, de-duplicates the same work across them (by DOI/title) and re-ranks with Reciprocal Rank Fusion; each hit carries `sources` (who found it) and an `ids` map you can hand to get_paper/read_paper. Use it as the default broad search; use `search_papers` when you want one specific corpus or arxiv field syntax. 1c. `search_medical(query=..., study_types='rct,meta-analysis,systematic-review', max_results=10)` for CLINICAL/biomedical questions: searches PubMed, filters by research type via Publication-Type tags and re-ranks by the evidence pyramid (meta-analysis / systematic review > RCT > cohort > ...), so real trials surface above high-cited reviews. Open-access full text is attached from Europe PMC. Prefer it over search_all for medicine; pass English keyword text (do NL/multilingual query understanding yourself). 2. `get_paper(paper_id=..., source='arxiv')` for one paper's full record. For s2, id accepts S2 id / `DOI:` / `ARXIV:` / `CorpusId:`. 3. `search_by_author(author=..., source='arxiv')` newest first. 4. `list_recent(category='cs.CL', source='arxiv')` latest in a category (arxiv code, or an S2 field of study). 5. `list_categories(source='arxiv')` category codes. 6. `read_paper(paper_id=..., format='markdown')` for the FULL text (arXiv): 'markdown' renders the body with formulas as $LaTeX$, 'html' returns the raw LaTeXML page, 'latex' returns the original manuscript source. 7. `list_paper_sources()` available corpora. Image → LaTeX (turn a formula or table image back into LaTeX, e.g. a figure cropped from a paper; no vision model needed on your side): • `recognize_formula(image_url=... or image_base64=...)` → LaTeX • `recognize_table(image_url=... or image_base64=...)` → LaTeX tabular • `list_ocr_models()` available OCR models Semantic Scholar capabilities (the full S2 API surface — citation graph, authors, recommendations, full-text snippets, bulk datasets): • `get_paper_citations` / `get_paper_references` / `get_paper_authors` • `match_paper_title` (exact title) / `autocomplete_papers` • `search_papers_bulk` (≤1000, sortable, token paging) / `get_papers_batch` • `search_authors` / `get_author` / `get_author_papers` / `get_authors_batch` • `search_snippets` (search inside paper full text) • `recommend_papers_for_paper` / `recommend_papers_from_examples` • `list_dataset_releases` / `get_dataset_release` / `get_dataset_download_links` / `get_dataset_diffs` OpenAlex capabilities (free CC0 all-field corpus, 316M works — citation graph, authors with h-index, institutions, topics, influence metrics): • `get_openalex_work` / `get_openalex_citations` / `get_openalex_references` • `search_openalex_authors` / `search_openalex_institutions` • `search_openalex_works` (filters: year range, open-access, min-citations, institution) • `get_openalex_trends` (publication-trend analytics) / `list_openalex_topics` Results are normalized across sources, so the same fields apply no matter which corpus is queried.

Known tools 41

search_papers

Search academic papers.

Inferred read-only
search_all

Aggregated search across arXiv, Semantic Scholar and OpenAlex at once.

Inferred read-only
search_medical

Evidence-graded MEDICAL literature search (PubMed + Europe PMC).

Inferred read-only
get_paper

Fetch one paper by id, with full abstract and PDF link.

Inferred read-only
search_by_author

Find papers by a specific author, newest first.

Inferred read-only
list_recent

List the latest papers in a subject category, newest first.

Inferred read-only
list_categories

List common subject category codes for filtering/recent.

Inferred read-only
read_paper

Read a paper's full text.

Inferred read-only
list_paper_sources

List available paper corpora.

Inferred read-only
recognize_formula

Recognize a math formula from an image and return LaTeX.

Inferred read-only
recognize_table

Recognize a table from an image and return LaTeX tabular code.

Inferred read-only
list_ocr_models

List the OCR models available for recognize_formula / recognize_table.

Inferred read-only
lint_latex

Lint a LaTeX snippet: report errors and return an auto-fixed version.

Inferred read-only
extract_pdf

Extract a PDF to clean Markdown/LaTeX text via MinerU (great for papers behind no open-access full text — give the user's PDF and get readable text back).

Inferred read-only
extract_pdf_result

Fetch the result of an extract_pdf job by task_id.

Inferred read-only
get_paper_citations

Semantic Scholar: papers that CITE this one (forward citation graph).

Inferred read-only
get_paper_references

Semantic Scholar: papers this one REFERENCES (its bibliography).

Inferred read-only
get_paper_authors

Semantic Scholar: the authors of a paper (with h-index, paper/citation counts).

Inferred read-only
match_paper_title

Semantic Scholar: find the single paper whose title best matches the given text (exact-match lookup).

Inferred read-only
autocomplete_papers

Semantic Scholar: autocomplete paper titles for a partial query (fast type-ahead).

Inferred read-only
search_papers_bulk

Semantic Scholar: bulk paper search (up to 1000 hits, sortable e.g.

Inferred read-only
get_papers_batch

Semantic Scholar: fetch many papers at once by id (S2/DOI:/ARXIV:/CorpusId:), up to ~500 per call.

Inferred read-only
search_authors

Semantic Scholar: search for authors by name; returns profiles with h-index and paper/citation counts.

Inferred read-only
get_author

Semantic Scholar: a single author's profile by id.

Inferred read-only
get_author_papers

Semantic Scholar: all papers by a given author id, newest first.

Inferred read-only
get_authors_batch

Semantic Scholar: fetch many authors at once by id.

Inferred read-only
search_snippets

Semantic Scholar: search INSIDE paper full text and return matching text snippets (not just titles/abstracts).

Inferred read-only
recommend_papers_for_paper

Semantic Scholar: recommend papers similar to one paper.

Inferred read-only
recommend_papers_from_examples

Semantic Scholar: recommend papers from positive (and optional negative) example paper ids.

Inferred read-only
list_dataset_releases

Semantic Scholar Datasets: list all available release ids (dated snapshots of the full corpus).

Inferred read-only
get_dataset_release

Semantic Scholar Datasets: which datasets a release contains (papers, abstracts, citations, embeddings, s2orc, tldrs…).

Inferred read-only
get_dataset_download_links

Semantic Scholar Datasets: get download links (presigned URLs) for one dataset in a release.

Inferred read-only
get_dataset_diffs

Semantic Scholar Datasets: incremental diff (added/updated/deleted) for a dataset between two releases.

Inferred read-only
get_openalex_work

OpenAlex: fetch one work's full record (316M-work, all-field corpus).

Inferred read-only
get_openalex_citations

OpenAlex: papers that CITE this work (forward citation graph), most-cited first.

Inferred read-only
get_openalex_references

OpenAlex: the works this one REFERENCES (its bibliography).

Inferred read-only
search_openalex_authors

OpenAlex: search authors; returns profiles with h-index, i10-index, works/citation counts and institutions.

Inferred read-only
search_openalex_institutions

OpenAlex: search institutions (universities, labs) with ROR id, country, works/citation counts.

Inferred read-only
search_openalex_works

OpenAlex: advanced filtered work search.

Inferred read-only
get_openalex_trends

OpenAlex: publication-trend analytics for a query — counts grouped by year (default), or by 'institutions.id', 'authorships.author.id', 'open_access.is_oa', 'type', 'language'.

Inferred read-only
list_openalex_topics

OpenAlex: search the topic taxonomy (~4500 topics) to find the right subject term for filtering or recent-work queries.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paper-search]
url = "https://latex-tools.online/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paper-search": {
      "type": "http",
      "url": "https://latex-tools.online/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paper-search
Remote MCP URL: https://latex-tools.online/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paper-search": {
      "url": "https://latex-tools.online/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paper-search": {
      "type": "http",
      "url": "https://latex-tools.online/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paper-search",
  "transport": "streamable-http",
  "url": "https://latex-tools.online/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for latex-tools.online was fetched 2026-08-29T19:41:05.597Z.

Trust status Neutral

latex-tools.online is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.