get_journal
ActiveTool of crossref
declared in 0.1.0
Get the 5 most recent works from a journal by ISSN (e.g., "2041-1723"). Returns titles, authors, DOIs, and publication dates.
Parameters schema
{
"type": "object",
"examples": [
{
"issn": "1476-4687"
}
],
"required": [
"issn"
],
"properties": {
"issn": {
"type": "string",
"description": "Journal ISSN (e.g., \"1476-4687\" for Nature)"
}
}
}Parent server
crossref
https://github.com/pipeworx-io/mcp-crossref
1/7 registries