Skip to main content
Glama

AlphaFold MCP Server

batch_structure_info

Retrieve detailed or summarized structure information for up to 50 proteins at once using UniProt IDs, with output available in JSON or summary formats for streamlined analysis.

Instructions

Get structure information for multiple proteins simultaneously

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
uniprotIdsYesArray of UniProt accessions (max 50)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "summary" ], "type": "string" }, "uniprotIds": { "description": "Array of UniProt accessions (max 50)", "items": { "type": "string" }, "maxItems": 50, "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