Skip to main content
Glama

ProteinAtlas MCP Server

batch_protein_lookup

Retrieve detailed protein data for multiple genes in one request, including expression, localization, and pathology information from the Human Protein Atlas. Output in JSON or TSV format with customizable columns.

Instructions

Look up multiple proteins simultaneously

Input Schema

NameRequiredDescriptionDefault
columnsNoSpecific columns to include in results
formatNoOutput format (default: json)
genesYesArray of gene symbols (max 100)

Input Schema (JSON Schema)

{ "properties": { "columns": { "description": "Specific columns to include in results", "items": { "type": "string" }, "type": "array" }, "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv" ], "type": "string" }, "genes": { "description": "Array of gene symbols (max 100)", "items": { "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" } }, "required": [ "genes" ], "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