search_retractions
ActiveTool of Retractions
declared in 0.1.0
Search the retracted literature (Crossref update-type:retraction, ~73k works) by keyword, optionally filtered by subject and publication year range. Returns retracted works with DOI, title, journal and date.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"rows": {
"type": "number",
"description": "Max results (1-100, default 20)."
},
"query": {
"type": "string",
"description": "Keyword(s) to search retracted works (title/abstract/author)."
},
"from_year": {
"type": "number",
"description": "Only retractions published from this year onward."
},
"until_year": {
"type": "number",
"description": "Only retractions published up to this year."
}
}
}Parent server
Retractions
https://github.com/pipeworx-io/mcp-retractions
1/7 registries