Skip to main content
Glama

PDB MCP Server

download_structure

Retrieve atomic structure coordinates from the Protein Data Bank in formats like PDB, mmCIF, MMTF, or XML. Specify PDB ID, format, and optional assembly ID to download.

Instructions

Download structure coordinates in various formats

Input Schema

NameRequiredDescriptionDefault
assembly_idNoBiological assembly ID (optional)
formatNoFile format (default: pdb)
pdb_idYesPDB ID (4-character code)

Input Schema (JSON Schema)

{ "properties": { "assembly_id": { "description": "Biological assembly ID (optional)", "type": "string" }, "format": { "description": "File format (default: pdb)", "enum": [ "pdb", "mmcif", "mmtf", "xml" ], "type": "string" }, "pdb_id": { "description": "PDB ID (4-character code)", "type": "string" } }, "required": [ "pdb_id" ], "type": "object" }
Install Server

Other Tools from PDB MCP Server

Related Tools

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/PDB-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server