Skip to main content
Glama

ProteinAtlas MCP Server

batch_protein_lookup

Query multiple proteins in one operation using Human Protein Atlas data to retrieve details on expression, localization, and pathology in either JSON or TSV format.

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