get_gene
ActiveTool of Hgnc
Exact lookup of an approved human gene by its official HGNC symbol — returns the full authoritative record: approved name, locus type, chromosomal location, alias/previous symbols, gene groups, and cross-references (Entrez, Ensembl, UniProt, OMIM, RefSeq, UCSC, CCDS). Use search_genes first if you only have a name fragment or aren't sure of the exact symbol. Keyless.
Parameters schema
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Official HGNC gene symbol, e.g. \"BRCA1\", \"TP53\", \"EGFR\"."
}
}
}Parent server
Hgnc
https://github.com/pipeworx-io/mcp-hgnc
1/7 registries