get_work
ActiveTool of crossref
declared in 0.1.0
Get full metadata for a publication by DOI (e.g., "10.1038/nature12373"). Returns title, authors, abstract, journal, publisher, citations, and subjects.
Parameters schema
{
"type": "object",
"examples": [
{
"doi": "10.1038/nature12373"
}
],
"required": [
"doi"
],
"properties": {
"doi": {
"type": "string",
"description": "DOI of the work (e.g., \"10.1038/nature12373\")"
}
}
}Parent server
crossref
https://github.com/pipeworx-io/mcp-crossref
1/7 registries