publisher
ActiveTool of Biorxiv
declared in 0.1.0
Preprints subsequently published by a given DOI prefix (e.g. "10.1038" for Nature).
Parameters schema
{
"type": "object",
"examples": [
{
"prefix": "10.1038",
"server": "biorxiv",
"date_or_range": "2024-01-01/2024-03-31"
}
],
"required": [
"server",
"prefix",
"date_or_range"
],
"properties": {
"cursor": {
"type": "number"
},
"prefix": {
"type": "string",
"description": "DOI prefix, e.g. \"10.1038\""
},
"server": {
"type": "string"
},
"date_or_range": {
"type": "string"
}
}
}Parent server
Biorxiv
https://github.com/pipeworx-io/mcp-biorxiv
2/7 registries