get_paper
ActiveTool of mcp-semanticscholar
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 schema
{
"type": "object",
"examples": [
{
"paper_id": "DOI:10.1038/s41586-021-03819-2"
},
{
"paper_id": "ArXiv:2312.10997"
}
],
"required": [
"paper_id"
],
"properties": {
"paper_id": {
"type": "string",
"description": "Paper identifier. A Semantic Scholar ID, or prefixed: \"DOI:10...\", \"arXiv:2106.15928\", \"CorpusId:...\"."
}
}
}Parent server
mcp-semanticscholar
https://github.com/pipeworx-io/mcp-semanticscholar
2/7 registries