Skip to main content
Glama

UniProt MCP Server

export_protein_data

Export protein-related data in GFF, GenBank, or other formats using a UniProt accession number for specialized analysis and integration.

Instructions

Export data in specialized formats (GFF, GenBank, etc.)

Input Schema

NameRequiredDescriptionDefault
accessionYesUniProt accession number
formatYesExport format

Input Schema (JSON Schema)

{ "properties": { "accession": { "description": "UniProt accession number", "type": "string" }, "format": { "description": "Export format", "enum": [ "gff", "genbank", "embl", "xml" ], "type": "string" } }, "required": [ "accession", "format" ], "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/UniProt-MCP-Server'

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