Skip to main content
Glama

AlphaFold MCP Server

get_structure

Predict protein structures using AlphaFold by providing a UniProt ID. Choose output format (PDB, CIF, BCIF, JSON) for detailed molecular analysis.

Instructions

Get AlphaFold structure prediction for a specific UniProt ID

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
uniprotIdYesUniProt accession (e.g., P21359, Q8N726)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "pdb", "cif", "bcif", "json" ], "type": "string" }, "uniprotId": { "description": "UniProt accession (e.g., P21359, Q8N726)", "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