search_datasets
Pack: dryad · Endpoint: https://gateway.pipeworx.io/dryad/mcp
Search Dryad, a curated repository of open research datasets (mostly the data underlying published, peer-reviewed studies in any field of science). Full-text query over titles, abstracts, authors and keywords. Returns matching datasets with DOI, title, authors, truncated abstract, keywords, publication date, field of science and license. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search terms (e.g. “coral bleaching”, “maize genome”). |
limit | number | no | Max results per page (default 20, max 100). |
page | number | no | Page number, 1-based (default 1). |
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":"search_datasets","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.