search_genes
ActiveTool of Hgnc
Fuzzy search across approved symbols, names, and aliases — e.g. "breast cancer", "p53", "tumor protein". Returns lightweight matches (hgnc_id, symbol, relevance score) ranked by score; call get_gene with a returned symbol for the full record. Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max matches to return (default 10, max 25)."
},
"query": {
"type": "string",
"description": "Gene symbol, name fragment, or alias, e.g. \"breast cancer\", \"p53\", \"kinase\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Hgnc
https://github.com/pipeworx-io/mcp-hgnc
1/7 registries