summary
Pack: biorxiv · Endpoint: https://gateway.pipeworx.io/biorxiv/mcp
bioRxiv submission/publication counts. Interval: “m” (monthly, default) or “y” (yearly). bioRxiv only — medRxiv has no /sum endpoint.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
interval | string | no | ”m” (monthly, default) or “y” (yearly) |
Example call
curl -X POST https://gateway.pipeworx.io/biorxiv/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"summary","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "bioRxiv submission/publication counts summary response"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"biorxiv": {
"url": "https://gateway.pipeworx.io/biorxiv/mcp"
}
}
}
See Getting Started for client-specific install steps.