Skip to main content
Glama

ProteinAtlas MCP Server

get_protein_by_ensembl

Retrieve detailed protein information, including expression and localization data, by providing an Ensembl gene ID. Supports multiple output formats like JSON, TSV, XML, and TRIG.

Instructions

Get protein information using Ensembl gene ID

Input Schema

NameRequiredDescriptionDefault
ensemblIdYesEnsembl gene ID (e.g., ENSG00000139618)
formatNoOutput format (default: json)

Input Schema (JSON Schema)

{ "properties": { "ensemblId": { "description": "Ensembl gene ID (e.g., ENSG00000139618)", "type": "string" }, "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv", "xml", "trig" ], "type": "string" } }, "required": [ "ensemblId" ], "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/ProteinAtlas-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server