Skip to main content
Glama

AlphaFold MCP Server

list_by_organism

Retrieve all available AlphaFold protein structures for a specific organism by entering its name, enabling targeted exploration of biological data.

Instructions

List all available structures for a specific organism

Input Schema

NameRequiredDescriptionDefault
organismYesOrganism name (e.g., "Homo sapiens", "Escherichia coli")
sizeNoNumber of results (1-100, default: 50)

Input Schema (JSON Schema)

{ "properties": { "organism": { "description": "Organism name (e.g., \"Homo sapiens\", \"Escherichia coli\")", "type": "string" }, "size": { "description": "Number of results (1-100, default: 50)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "organism" ], "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