get_paper
ActiveTool of Arxiv
declared in 0.1.0
Fetch a single arXiv paper by its ID (e.g., "2310.06825", "2310.06825v2", or legacy "cs.CL/0301001"). Returns full metadata: title, authors, abstract, categories, DOI (if linked), PDF URL.
Parameters schema
{
"type": "object",
"examples": [
{
"arxiv_id": "2310.06825"
},
{
"arxiv_id": "2310.06825v2"
}
],
"required": [
"arxiv_id"
],
"properties": {
"arxiv_id": {
"type": "string",
"description": "arXiv identifier (with or without version suffix)"
}
}
}Parent server
Arxiv
https://github.com/pipeworx-io/mcp-arxiv
1/7 registries