Skip to main content
Glama

ProteinAtlas MCP Server

get_protein_by_ensembl

Retrieve protein data from the Human Protein Atlas using an Ensembl gene ID. Supports multiple output formats, including JSON, TSV, XML, and TRIG, for detailed protein expression and localization insights.

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