get_complex

Pack: complex-portal · Endpoint: https://gateway.pipeworx.io/complex-portal/mcp

Get a single Complex Portal record by its accession (e.g. CPX-7762). Returns the complex’s participants (subunits) with UniProt identifiers, biological roles and stoichiometry, plus systematic name, function, species, and description. Keyless. Complements UniProt/IntAct/STRING.

Parameters

NameTypeRequiredDescription
idstringyesA complex accession like “CPX-7762”.

Example call

curl -X POST https://gateway.pipeworx.io/complex-portal/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_complex","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "complex-portal": {
      "url": "https://gateway.pipeworx.io/complex-portal/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026