Skip to main content
Glama

UniProt MCP Server

compare_proteins

Analyze and align multiple protein sequences side-by-side to compare their features and structures using UniProt accession numbers. Supports output in JSON or TSV formats.

Instructions

Compare multiple proteins side-by-side with sequence and feature comparison

Input Schema

NameRequiredDescriptionDefault
accessionsYesArray of UniProt accession numbers (2-10)
formatNoOutput format (default: json)

Input Schema (JSON Schema)

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