Skip to main content
Glama

UniProt MCP Server

advanced_search

Perform complex protein searches using multiple filters such as sequence length, molecular mass, organism, and function on the UniProt MCP Server. Refine results with keywords and customize output size.

Instructions

Complex queries with multiple filters (length, mass, organism, function)

Input Schema

NameRequiredDescriptionDefault
keywordsNoArray of keywords to include
maxLengthNoMaximum sequence length
maxMassNoMaximum molecular mass (Da)
minLengthNoMinimum sequence length
minMassNoMinimum molecular mass (Da)
organismNoOrganism name or taxonomy ID
queryNoBase search query
sizeNoNumber of results to return (1-500, default: 25)

Input Schema (JSON Schema)

{ "properties": { "keywords": { "description": "Array of keywords to include", "items": { "type": "string" }, "type": "array" }, "maxLength": { "description": "Maximum sequence length", "type": "number" }, "maxMass": { "description": "Maximum molecular mass (Da)", "type": "number" }, "minLength": { "description": "Minimum sequence length", "minimum": 1, "type": "number" }, "minMass": { "description": "Minimum molecular mass (Da)", "minimum": 1, "type": "number" }, "organism": { "description": "Organism name or taxonomy ID", "type": "string" }, "query": { "description": "Base search query", "type": "string" }, "size": { "description": "Number of results to return (1-500, default: 25)", "maximum": 500, "minimum": 1, "type": "number" } }, "required": [], "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