Skip to main content
Glama

PDB MCP Server

search_by_uniprot

Retrieve PDB structures linked to a UniProt accession number. Specify the UniProt ID and limit results to find relevant protein data efficiently.

Instructions

Find PDB structures associated with a UniProt accession

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to return (1-1000, default: 25)
uniprot_idYesUniProt accession number

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" }, "uniprot_id": { "description": "UniProt accession number", "type": "string" } }, "required": [ "uniprot_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