Skip to main content
Glama

UniProt MCP Server

search_by_gene

Find proteins by entering a gene name or symbol. Filter results by organism and set the number of results returned for precise research on the UniProt MCP Server.

Instructions

Search for proteins by gene name or symbol

Input Schema

NameRequiredDescriptionDefault
geneYesGene name or symbol (e.g., BRCA1, INS)
organismNoOrganism name or taxonomy ID to filter results
sizeNoNumber of results to return (1-500, default: 25)

Input Schema (JSON Schema)

{ "properties": { "gene": { "description": "Gene name or symbol (e.g., BRCA1, INS)", "type": "string" }, "organism": { "description": "Organism name or taxonomy ID to filter results", "type": "string" }, "size": { "description": "Number of results to return (1-500, default: 25)", "maximum": 500, "minimum": 1, "type": "number" } }, "required": [ "gene" ], "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