get_paper_citations
ActiveTool of mcp-semanticscholar
declared in 0.1.0
List papers that CITE a given paper (the works citing it), with their titles, authors, year, and citation counts. Useful for forward citation tracing and finding follow-up work. Keyless.
Parameters schema
{
"type": "object",
"required": [
"paper_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Max citing papers to return (default 10, max 25)."
},
"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