details
ActiveTool of Biorxiv
declared in 0.1.0
Preprint metadata by DOI or by date / date range.
Parameters schema
{
"type": "object",
"examples": [
{
"doi": "10.1101/2024.01.15.575982",
"server": "biorxiv"
},
{
"cursor": 0,
"server": "biorxiv",
"date_or_range": "2024-01-15/2024-01-31"
}
],
"required": [
"server"
],
"properties": {
"doi": {
"type": "string",
"description": "e.g. \"10.1101/2024.01.15.575982\" (mutually exclusive with date)"
},
"cursor": {
"type": "number",
"description": "Pagination offset (default 0)."
},
"server": {
"type": "string",
"description": "biorxiv | medrxiv"
},
"date_or_range": {
"type": "string",
"description": "YYYY-MM-DD or YYYY-MM-DD/YYYY-MM-DD"
}
}
}Parent server
Biorxiv
https://github.com/pipeworx-io/mcp-biorxiv
2/7 registries