Skip to main content
Glama

ProteinAtlas MCP Server

get_protein_info

Retrieve detailed protein data, including expression, localization, and pathology, by entering a gene symbol. Supports multiple output formats for streamlined access to Human Protein Atlas information.

Instructions

Get detailed information for a specific protein by gene symbol

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
geneYesGene symbol (e.g., BRCA1, TP53)

Input Schema (JSON Schema)

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

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