metadata
ActiveTool of Opencitations
"Get paper info for [DOI]" / "bibliographic details for [paper]" / "title / authors / year of [DOI]" — bibliographic metadata for one or more DOIs (up to 50 at once). Returns title, authors, year, journal, publisher.
Parameters schema
{
"type": "object",
"examples": [
{
"dois": [
"10.1038/nature12345",
"10.1371/journal.pone.0123456"
]
},
{
"dois": [
"10.1016/j.cell.2020.01.001"
]
}
],
"required": [
"dois"
],
"properties": {
"dois": {
"type": "array",
"items": {
"type": "string"
},
"description": "1-50 DOIs."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Opencitations
https://github.com/pipeworx-io/mcp-opencitations
1/7 registries