gene_annotations
Pack: quickgo · Endpoint: https://gateway.pipeworx.io/quickgo/mcp
QuickGO (EBI) — list the Gene Ontology (GO) annotations for a gene/protein, identified by UniProt accession (e.g. “P04637”). Returns GO ids, names, aspect, evidence, and taxon. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
gene_product_id | string | yes | A UniProt accession, e.g. “P04637”. |
limit | number | no | Max annotations (default 25, max 100). |
Example call
curl -X POST https://gateway.pipeworx.io/quickgo/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gene_annotations","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"quickgo": {
"url": "https://gateway.pipeworx.io/quickgo/mcp"
}
}
}
See Getting Started for client-specific install steps.