get_paper

Pack: semanticscholar · Endpoint: https://gateway.pipeworx.io/semanticscholar/mcp

Get full metadata for a single paper by ID. Accepts a Semantic Scholar paper ID, or a prefixed ID like “DOI:10.1145/3292500”, “arXiv:2106.15928”, or “CorpusId:215416146”. Returns abstract, TLDR summary, authors, venue, citation/reference counts, fields of study, and open-access PDF. Keyless.

Parameters

NameTypeRequiredDescription
paper_idstringyesPaper identifier. A Semantic Scholar ID, or prefixed: “DOI:10…”, “arXiv:2106.15928”, “CorpusId:…”.

Example call

curl -X POST https://gateway.pipeworx.io/semanticscholar/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_paper","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "semanticscholar": {
      "url": "https://gateway.pipeworx.io/semanticscholar/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 10, 2026