Skip to main content
Glama

ProteinAtlas MCP Server

search_cancer_markers

Identify proteins linked to specific cancer types or with prognostic value using Human Protein Atlas data. Filter by cancer type and prognosis, and export results in JSON or TSV format.

Instructions

Find proteins associated with specific cancers or with prognostic value

Input Schema

NameRequiredDescriptionDefault
cancerNoCancer type (e.g., breast cancer, lung cancer)
formatNoOutput format (default: json)
maxResultsNoMaximum number of results (1-10000, default: 100)
prognosticNoPrognostic filter

Input Schema (JSON Schema)

{ "properties": { "cancer": { "description": "Cancer type (e.g., breast cancer, lung cancer)", "type": "string" }, "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" }, "prognostic": { "description": "Prognostic filter", "enum": [ "favorable", "unfavorable" ], "type": "string" } }, "required": [], "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