Keyless health lookups for AI agents — call lookup_health_fact with no API key or signup for a federally-sourced (CDC/NIH/MedlinePlus), audience-safe fact, list, or tip, provenance-backed so your agent never fabricates. The full Signal API adds cued streams sequenced on each patient's response. Free sandbox, no PHI. uphealth.us/signal/try
概要
Uphealth Signal — keyless health content for AI agents
Call lookup_health_fact from any MCP client with no API key and no signup and get a federally-sourced (CDC / NIH / USPSTF / SAMHSA / MedlinePlus), audience-safe fact, list, or tip — each provenance-backed with its source link, so your agent never fabricates health content.
Connect — hosted remote (zero install)
{ "mcpServers": { "uphealth-signal": { "url": "https://mcp.uphealth.us/mcp" } } }
Or via npx (keyless stdio)
{ "mcpServers": { "uphealth-signal": { "command": "npx", "args": ["-y", "@uphealth/mcp-server"] } } }
Works in Claude Desktop, Cursor, and the OpenAI Agents SDK.
Beyond keyless lookups
A free sandbox key unlocks the full Signal API: sequenced cued-message streams over a 16,500+ library of federally-sourced facts, lists & tips that advance on each patient's response — each with a receptivity score and an audience-safety verdict. Display mode, no PHI, no BAA. Not medical advice.
Try it — no key, no signup: https://uphealth.us/signal/try
サーバー設定
{
"mcpServers": {
"uphealth-signal": {
"url": "https://mcp.uphealth.us/mcp"
},
"uphealth-signal-stdio": {
"command": "npx",
"args": [
"-y",
"@uphealth/mcp-server"
]
}
}
}