Skip to main content
Glama

ProteinAtlas MCP Server

search_by_subcellular_location

Identify proteins within specific subcellular locations using filters like reliability and output format. Access data from the Human Protein Atlas for research insights.

Instructions

Find proteins localized to specific subcellular compartments

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
locationYesSubcellular location (e.g., nucleus, mitochondria, cytosol)
maxResultsNoMaximum number of results (1-10000, default: 100)
reliabilityNoReliability filter

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv" ], "type": "string" }, "location": { "description": "Subcellular location (e.g., nucleus, mitochondria, cytosol)", "type": "string" }, "maxResults": { "description": "Maximum number of results (1-10000, default: 100)", "maximum": 10000, "minimum": 1, "type": "number" }, "reliability": { "description": "Reliability filter", "enum": [ "approved", "enhanced", "supported", "uncertain" ], "type": "string" } }, "required": [ "location" ], "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