AlphaFold

live BioStructures

AlphaFold DB — predicted 3-D protein structures for ~214M sequences. Keyless.

4 tools
0ms auth
free tier 50 calls/day

Tools

prediction required: qualifier

Full prediction record.

Parameters
Name Type Description
qualifier req string
Try it
summary required: qualifier

Short summary.

Parameters
Name Type Description
qualifier req string
Try it
annotations required: qualifier

Sequence-level annotations.

Parameters
Name Type Description
qualifier req string
type opt string
Try it
uniprot required: uniprot_id

Same as prediction (by UniProt id).

Parameters
Name Type Description
uniprot_id req string
Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/alphafold/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/alphafold/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"prediction","arguments":{"qualifier": "example"}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("prediction", {"qualifier":"example"});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("alphafold db — predicted 3-d protein structures for ~214m sequences");

Related packs

Other Pipeworx packs in the same categories (Bio, Structures):