org.memoryapi/health
Official4 toolsHealth Data
Health data: NIH grants, WHO statistics, and genetic variants
Aggregates health data including NIH grants, WHO statistics, and genetic variants.
Captured live from the server via tools/list.
get_nih_grants
Search NIH research grants from the NIH Reporter database. Returns funded projects with award amounts, PIs, organizations, and abstracts.
Parameters (4)
- qstring
Search query (default: cancer)
- yearnumber
Fiscal year (default: current year)
- institutionstring
Filter by organization name
- limitnumber
Number of results (max 25, default 10)
get_who_health
Retrieve WHO Global Health Observatory data. Get life expectancy, obesity rates, alcohol consumption, air pollution, and other health indicators by country.
Parameters (3)
- indicatorstring
WHO indicator code (e.g. WHOSIS_000001 for life expectancy) or search term
- countrystring
ISO3 country code (e.g. USA, CHN, GBR). Omit for all countries.
- limitnumber
Number of data points to return
get_genetic_variants
Search ClinVar for genetic variants associated with a gene. Get clinical significance, conditions, and review status from NCBI ClinVar.
Parameters (3)
- genestring
Gene symbol (default: BRCA1)
- significancestring
pathogenic, benign, or uncertain
- limitnumber
Number of variants (max 25, default 10)
get_protein_expression
Get protein/gene expression data from the Human Protein Atlas. Returns tissue-specific and brain-regional RNA expression levels.
Parameters (2)
- genestring
Gene symbol (default: BRCA1)
- typestring
expression (normal tissues) or cancer (cancer RNA)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"health": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://health.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.