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

NameTypeRequiredDescription
gene_product_idstringyesA UniProt accession, e.g. “P04637”.
limitnumbernoMax 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.

Regenerated from source · build June 9, 2026