Skip to main content
Glama

AlphaFold MCP Server

batch_download

Download multiple protein structure files in bulk (PDB or CIF formats) using UniProt IDs, streamlining access to AlphaFold MCP Server data for efficient research workflows.

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