get_doi
ActiveTool of Datacite
declared in 0.1.0
Fetch a single DOI record. Returns full metadata: title(s), creators with affiliations and ORCIDs, abstract, publisher, year, dates, related identifiers, subjects, license, sizes/formats.
Parameters schema
{
"type": "object",
"examples": [
{
"doi": "10.5281/zenodo.1234567"
}
],
"required": [
"doi"
],
"properties": {
"doi": {
"type": "string",
"description": "DOI (e.g., \"10.5281/zenodo.1234567\")"
}
}
}Parent server
Datacite
https://github.com/pipeworx-io/mcp-datacite
1/7 registries