Skip to main content
Glama

ProteinAtlas MCP Server

search_proteins

Search Human Protein Atlas by gene name, protein name, or keyword to retrieve protein expression, localization, and pathology data in JSON or TSV format with customizable columns and results.

Instructions

Search Human Protein Atlas for proteins by name, gene symbol, or description

Input Schema

NameRequiredDescriptionDefault
columnsNoSpecific columns to include in results
compressNoWhether to compress the response (default: false)
formatNoOutput format (default: json)
maxResultsNoMaximum number of results (1-10000, default: 100)
queryYesSearch query (gene name, protein name, or keyword)

Input Schema (JSON Schema)

{ "properties": { "columns": { "description": "Specific columns to include in results", "items": { "type": "string" }, "type": "array" }, "compress": { "description": "Whether to compress the response (default: false)", "type": "boolean" }, "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv" ], "type": "string" }, "maxResults": { "description": "Maximum number of results (1-10000, default: 100)", "maximum": 10000, "minimum": 1, "type": "number" }, "query": { "description": "Search query (gene name, protein name, or keyword)", "type": "string" } }, "required": [ "query" ], "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