get_paper
ActiveTool of Paperswithcode
declared in 0.1.0
Get full detail for a paper by its arXiv id (e.g. "2312.00752"): title, authors, abstract, AI-generated summary and keywords, community upvotes, and counts of linked models / datasets / demo Spaces.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "attention-is-all-you-need"
}
],
"required": [
"arxiv_id"
],
"properties": {
"arxiv_id": {
"type": "string",
"description": "arXiv identifier (e.g. \"2312.00752\")."
}
}
}Parent server
Paperswithcode
https://github.com/pipeworx-io/mcp-paperswithcode
1/7 registries