Skip to main content
Glama

UniProt MCP Server

batch_protein_lookup

Retrieve protein data for multiple UniProt accessions in bulk, supporting JSON, TSV, or FASTA formats for efficient analysis and integration.

Instructions

Process multiple accessions efficiently

Input Schema

NameRequiredDescriptionDefault
accessionsYesArray of UniProt accession numbers (1-100)
formatNoOutput format (default: json)

Input Schema (JSON Schema)

{ "properties": { "accessions": { "description": "Array of UniProt accession numbers (1-100)", "items": { "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" }, "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv", "fasta" ], "type": "string" } }, "required": [ "accessions" ], "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