Skip to main content
Glama

UniProt MCP Server

get_protein_homologs

Identify homologous proteins across species using a UniProt accession number and target organism. Specify the number of results to retrieve for comparative analysis.

Instructions

Find homologous proteins across different species

Input Schema

NameRequiredDescriptionDefault
accessionYesUniProt accession number
organismNoTarget organism to find homologs in
sizeNoNumber of results to return (1-100, default: 25)

Input Schema (JSON Schema)

{ "properties": { "accession": { "description": "UniProt accession number", "type": "string" }, "organism": { "description": "Target organism to find homologs in", "type": "string" }, "size": { "description": "Number of results to return (1-100, default: 25)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "accession" ], "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