Skip to main content
Glama

UniProt MCP Server

search_proteins

Search the UniProt database for proteins by name, keyword, or organism, and retrieve results in JSON, TSV, FASTA, or XML formats.

Instructions

Search UniProt database for proteins by name, keyword, or organism

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
organismNoOrganism name or taxonomy ID to filter results
queryYesSearch query (protein name, keyword, or complex search)
sizeNoNumber of results to return (1-500, default: 25)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv", "fasta", "xml" ], "type": "string" }, "organism": { "description": "Organism name or taxonomy ID to filter results", "type": "string" }, "query": { "description": "Search query (protein name, keyword, or complex search)", "type": "string" }, "size": { "description": "Number of results to return (1-500, default: 25)", "maximum": 500, "minimum": 1, "type": "number" } }, "required": [ "query" ], "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