get_study
Pack: biostudies · Endpoint: https://gateway.pipeworx.io/biostudies/mcp
Get the metadata for a single EBI BioStudies study by accession (e.g. “S-EPMC6010251”). Returns the title, flattened attributes (abstract, release date, data source, etc.), and counts of links and subsections. EBI BioStudies links across EBI archives. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
accession | string | yes | Study accession, e.g. “S-EPMC6010251”. |
Example call
curl -X POST https://gateway.pipeworx.io/biostudies/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_study","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"biostudies": {
"url": "https://gateway.pipeworx.io/biostudies/mcp"
}
}
}
See Getting Started for client-specific install steps.