get_dataset
Pack: dryad · Endpoint: https://gateway.pipeworx.io/dryad/mcp
Fetch a single Dryad dataset by its DOI (e.g. “doi:10.5061/dryad.hx3ffbgjj” or “10.5061/dryad.hx3ffbgjj”). Returns full metadata — title, authors, abstract, keywords, publication date, field of science, license, version — plus a download URL for the dataset files. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
doi | string | yes | Dataset DOI, with or without the “doi:” prefix (e.g. “doi:10.5061/dryad.hx3ffbgjj”). |
Example call
curl -X POST https://gateway.pipeworx.io/dryad/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_dataset","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dryad": {
"url": "https://gateway.pipeworx.io/dryad/mcp"
}
}
}
See Getting Started for client-specific install steps.