Skip to main content
Glama

AlphaFold MCP Server

batch_download

Download multiple protein structure files (PDB or CIF format) using UniProt accessions. Supports batch processing of up to 20 files at once.

Instructions

Download multiple structure files

Input Schema

NameRequiredDescriptionDefault
formatNoFile format (default: pdb)
uniprotIdsYesArray of UniProt accessions (max 20)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "File format (default: pdb)", "enum": [ "pdb", "cif" ], "type": "string" }, "uniprotIds": { "description": "Array of UniProt accessions (max 20)", "items": { "type": "string" }, "maxItems": 20, "minItems": 1, "type": "array" } }, "required": [ "uniprotIds" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Augmented-Nature/AlphaFold-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server