search_genes
ActiveTool of Protein Atlas
declared in 0.1.0
Search the Human Protein Atlas for human genes/proteins by gene symbol or keyword. Returns each gene with its Ensembl gene id (needed by get_protein and top_tissues), synonyms, and description. Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max genes to return (default 15)."
},
"query": {
"type": "string",
"description": "Gene symbol (e.g. \"EGFR\") or keyword (e.g. \"insulin receptor\")."
}
}
}Parent server
Protein Atlas
https://github.com/pipeworx-io/mcp-protein-atlas
1/7 registries