Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.SMABoundless/semanticscholar

NPM · SEMANTICSCHOLAR-MCP-SERVER · SCANNED AUG 3

Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar

+25 this week 61 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability61
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3786 tokens (~236/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · semanticscholar-mcp-server

# add to Claude Code
claude mcp add smaboundless-semanticscholar -- npx -y semanticscholar-mcp-server
# add to Codex CLI
codex mcp add smaboundless-semanticscholar -- npx -y semanticscholar-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "smaboundless-semanticscholar": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "semanticscholar-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add smaboundless-semanticscholar --command npx --arg -y --arg semanticscholar-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  smaboundless-semanticscholar:
    command: "npx"
    args: ["-y", "semanticscholar-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "smaboundless-semanticscholar": {
      "command": "npx",
      "args": [
        "-y",
        "semanticscholar-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −3

    No change was recorded against any check on this day. Supply Chain Security went from 97 to 87. Other categories moved too: Stability & Change Management rose 4.

  • 2 Aug 26 +51
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −5
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 36

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 16 exposed · ~3,786 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
author_batch ~176

Retrieve profiles for multiple authors in a single request (up to 1000). More efficient than calling author_get repeatedly.

NameTypeReqDescription
author_idsarrayyesList of Semantic Scholar Author IDs to retrieve (1-1000).
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

author_get ~180

Retrieve full profile for a Semantic Scholar author. Returns name, affiliations, homepage, h-index, paper count, and citation count.

NameTypeReqDescription
author_idstringyesSemantic Scholar Author ID (numeric string, e.g. '1741101')
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

author_papers ~219

Get all papers published by a specific author, paginated. Returns the author's publication list with title, year, venue, and citation counts.

NameTypeReqDescription
author_idstringyesSemantic Scholar Author ID (numeric string, e.g. '1741101')
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
limitintegerNumber of results to return (1-100, default: 10)
offsetintegerOffset for pagination (default: 0)
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

author_search ~198

Search for authors by name. Returns matching author profiles with h-index, paper count, and affiliation.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
limitintegerNumber of results to return (1-100, default: 10)
offsetintegerOffset for pagination (default: 0)
querystringyesAuthor name search query.
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

paper_authors ~265

Get the list of authors for a specific paper with author-level details (affiliations, h-index, paper count, citation count).

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
limitintegerNumber of results to return (1-100, default: 10)
offsetintegerOffset for pagination (default: 0)
paper_idstringyesPaper identifier. Accepts: bare S2 Paper ID (40-char hash), DOI:10.xxxx/xxxx, ARXIV:xxxx.xxxx, PMID:nnnnn, PMCID:PMCnnnnn, MAG:nnnnn, ACL:xxx, CorpusId:nnnnn
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

paper_autocomplete ~83

Autocomplete a partial paper title, returning up to 10 suggestions. Use for title disambiguation or quick lookup of papers by partial title.

NameTypeReqDescription
querystringyesPartial paper title to autocomplete (max 100 characters).
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

paper_batch ~188

Retrieve details for multiple papers in a single request (up to 500). More efficient than calling paper_get repeatedly. Pass a list of paper IDs in any supported format.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
paper_idsarrayyesList of paper IDs to retrieve (1-500). Supports all ID formats.
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

paper_citations ~270

Get papers that cite a given paper (forward citations / 'cited by'). Shows which papers reference this work, with influential citation annotations and citation context snippets.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
limitintegerNumber of results to return (1-100, default: 10)
offsetintegerOffset for pagination (default: 0)
paper_idstringyesPaper identifier. Accepts: bare S2 Paper ID (40-char hash), DOI:10.xxxx/xxxx, ARXIV:xxxx.xxxx, PMID:nnnnn, PMCID:PMCnnnnn, MAG:nnnnn, ACL:xxx, CorpusId:nnnnn
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

paper_get ~237

Retrieve full details for a single paper by its identifier. Returns title, abstract, authors, venue, year, citation counts, external IDs, open access PDF link, and more.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
paper_idstringyesPaper identifier. Accepts: bare S2 Paper ID (40-char hash), DOI:10.xxxx/xxxx, ARXIV:xxxx.xxxx, PMID:nnnnn, PMCID:PMCnnnnn, MAG:nnnnn, ACL:xxx, CorpusId:nnnnn
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

paper_match ~181

Find the single best paper matching a given title string. Useful for resolving a known paper title to its Semantic Scholar ID and metadata. More precise than keyword search when you know the exact title.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
querystringyesThe paper title to match.
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

paper_references ~263

Get papers cited by a given paper (its bibliography / reference list). Shows what this paper references, with influential citation annotations.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
limitintegerNumber of results to return (1-100, default: 10)
offsetintegerOffset for pagination (default: 0)
paper_idstringyesPaper identifier. Accepts: bare S2 Paper ID (40-char hash), DOI:10.xxxx/xxxx, ARXIV:xxxx.xxxx, PMID:nnnnn, PMCID:PMCnnnnn, MAG:nnnnn, ACL:xxx, CorpusId:nnnnn
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

paper_search ~468

Search for academic papers by keyword across 200M+ papers in the Semantic Scholar corpus. Supports filtering by year range, venue, field of study, open access, citation count, and publication type. Results are ranked by relevance.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
fieldsOfStudystringComma-separated fields of study, e.g. 'Computer Science,Medicine'. Valid values: Computer Science, Medicine, Physics, Mathematics, Biology, Chemistry, etc.
limitintegerNumber of results to return (1-100, default: 10)
minCitationCountintegerMinimum number of citations a paper must have.
offsetintegerOffset for pagination (default: 0)
openAccessPdfbooleanIf true, only return papers with an open access PDF available.
publicationDateOrYearstringFilter by publication date. Supports ranges: '2019-03-05:2020-06-15', '2019-03:', ':2020-06'.
publicationTypesstringComma-separated publication types: JournalArticle, Conference, Review, Book, BookSection, Preprint, LettersAndComments, ClinicalTrial, CaseReport, Editorial, News.
querystringyesSearch query string. Supports phrases with quotes and boolean operators.
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data
venuestringFilter by publication venue name, e.g. 'Nature', 'NeurIPS', 'ICLR'. Comma-separated for multiple.
yearstringYear filter. Single year '2023' or range '2020-2023'. Also supports open ranges: '2020-' or '-2023'.

No output schema declared.

No examples provided.

paper_search_bulk ~341

Bulk-search papers with cursor-based pagination for retrieving large result sets (up to 10M results). Returns a continuation token to fetch subsequent pages. Use for systematic literature collection.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
fieldsOfStudystringFields of study, comma-separated.
limitintegerResults per page (1-1000, default: 100).
minCitationCountintegerMinimum citation count.
openAccessPdfbooleanOnly open access papers.
publicationTypesstringPublication types, comma-separated.
querystringyesSearch query string.
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data
sortstringSort order: 'citationCount' (desc), 'publicationDate' (desc), or 'paperId' (asc). Default: relevance.
tokenstringContinuation token from a previous bulk search response to get next page.
venuestringVenue filter, comma-separated.
yearstringYear filter, e.g. '2020' or '2018-2023'.

No output schema declared.

No examples provided.

recommendations_for_paper ~295

Get papers recommended as similar or related to a given paper, using Semantic Scholar's machine learning recommendation engine. Choose 'recent' pool for latest papers or 'all-cs' for all Computer Science papers.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
fromstringRecommendation pool: 'recent' for recently added papers (default), 'all-cs' for all Computer Science papers.
limitintegerNumber of recommendations to return (1-500, default: 10).
paper_idstringyesPaper identifier. Accepts: bare S2 Paper ID (40-char hash), DOI:10.xxxx/xxxx, ARXIV:xxxx.xxxx, PMID:nnnnn, PMCID:PMCnnnnn, MAG:nnnnn, ACL:xxx, CorpusId:nnnnn
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

recommendations_from_lists ~258

Get paper recommendations based on a list of positive example papers (papers you like) and optional negative examples (papers to avoid). Useful for discovering papers in a specific research niche or building a reading list.

NameTypeReqDescription
fieldsstringComma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fie…
limitintegerNumber of recommendations to return (1-500, default: 10).
negative_paper_idsarrayOptional list of paper IDs to steer away from (0-100). These are used as negative examples.
positive_paper_idsarrayyesList of paper IDs the user finds relevant/interesting (1-100). These are used as positive examples for the recommendation engine.
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.

snippet_search ~164

Search for text snippets from within paper bodies (not just titles and abstracts). Returns matching text passages with section labels and the papers they come from. Useful for finding papers that discuss specific methods, datasets, or concepts in detail.

NameTypeReqDescription
fieldsstringComma-separated paper fields to include with each snippet. E.g. 'paperId,title,year,authors,url,citationCount'. Default includes paperId, title, year, authors, url.
limitintegerNumber of snippet results to return (1-1000, default: 10).
querystringyesText to search for within paper bodies.
response_formatstringOutput format: 'markdown' for human-readable text (default), 'json' for raw structured data

No output schema declared.

No examples provided.