uniprot_mappings

Pack: pdbe · Endpoint: https://gateway.pipeworx.io/pdbe/mcp

PDBe (EBI): SIFTS cross-database mapping of a PDB structure to UniProt — for each UniProt accession, the matching chains and residue range. Curated cross-database mappings unique to EBI. Keyless. Pass a 4-char PDB id like “1cbs”.

Parameters

NameTypeRequiredDescription
pdb_idstringyesA 4-char PDB id, e.g. “1cbs”.

Example call

Arguments

{
  "pdb_id": "1cbs"
}

curl

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

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('uniprot_mappings', {
  "pdb_id": "1cbs"
});

More examples

{
  "pdb_id": "3hbb"
}

Connect

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

{
  "mcpServers": {
    "pdbe": {
      "url": "https://gateway.pipeworx.io/pdbe/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 8, 2026