paper_detail
ActiveTool of Academic Research Intelligence MCP
Get the full record for an academic paper from OpenAlex, arXiv, or PubMed — abstract, authors, venue, year, citation and reference counts, open-access PDF link, and TLDR when available. FREE. Provide a paper_id, a DOI, or a title.
Parameters schema
{
"type": "object",
"properties": {
"doi": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "the DOI."
},
"title": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "a title to look up (best match)."
},
"paper_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "source paper id (e.g. an OpenAlex Wxxxx or arXiv id)."
}
},
"additionalProperties": false
}Parent server
Academic Research Intelligence MCP
https://github.com/FoundryNet/academic-intel-mcp
2/7 registries