Skip to main content
Glama

AlphaFold MCP Server

download_structure

Download AlphaFold-predicted protein structures in PDB, CIF, or BCIF format by entering a UniProt accession ID for analysis or modeling.

Instructions

Download AlphaFold structure file in specified format

Input Schema

NameRequiredDescriptionDefault
formatNoFile format (default: pdb)
uniprotIdYesUniProt accession

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "File format (default: pdb)", "enum": [ "pdb", "cif", "bcif" ], "type": "string" }, "uniprotId": { "description": "UniProt accession", "type": "string" } }, "required": [ "uniprotId" ], "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