check_retraction
Pack: retractions · Endpoint: https://gateway.pipeworx.io/retractions/mcp
Check whether a paper (by DOI) has been retracted, according to Crossref/Retraction Watch (keyless). Returns retracted:true/false with the evidence (title marker + retraction-notice link). NOTE: ‘not retracted’ means no retraction is on record — coverage depends on the publisher, so it is not definitive proof the paper is clean.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
doi | string | yes | A DOI, e.g. “10.1016/j.micpro.2020.103768” (or a doi.org URL). |
Example call
curl -X POST https://gateway.pipeworx.io/retractions/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"check_retraction","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"retractions": {
"url": "https://gateway.pipeworx.io/retractions/mcp"
}
}
}
See Getting Started for client-specific install steps.