Uphealth Signal turns federally-sourced (CDC/NIH/MedlinePlus) health facts, lists, and tips into agent-callable cued-stream tools. Every cue is provenance-backed, audience-safety-checked, and sequenced on the patient's last response, so your AI health agent never fabricates health content. Free sandbox (Display mode): no PHI, no BAA. Not medical advice.
Server Config
{
"mcpServers": {
"uphealth": {
"command": "npx",
"args": [
"-y",
"@uphealth/mcp-server"
],
"env": {
"UPHEALTH_API_KEY": "up_sandbox_YOUR_KEY"
}
}
}
}