get_study
Pack: metabolights · Endpoint: https://gateway.pipeworx.io/metabolights/mcp
Fetch metadata for a single MetaboLights study by its accession (e.g. “MTBLS1”): title, full description, and the organisms studied (species + tissue/part). Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | MetaboLights accession, e.g. “MTBLS1”. |
Example call
curl -X POST https://gateway.pipeworx.io/metabolights/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": {
"metabolights": {
"url": "https://gateway.pipeworx.io/metabolights/mcp"
}
}
}
See Getting Started for client-specific install steps.