get_paper_citations
Pack: semanticscholar · Endpoint: https://gateway.pipeworx.io/semanticscholar/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
paper_id | string | yes | Paper identifier. A Semantic Scholar ID, or prefixed: “DOI:10…”, “arXiv:2106.15928”, “CorpusId:…”. |
limit | number | no | Max citing papers to return (default 10, max 25). |
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_citations","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.