← uphealth.us
INDIVIDUAL MCP TOOL
list_sandbox_topics
List the curated sandbox topic labels that define the free Discovery corpus — every topic federally-sourced and audience-safety-checked.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.uphealth-mcp]
url = "https://mcp.uphealth.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uphealth-mcp": {
"type": "http",
"url": "https://mcp.uphealth.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uphealth-mcp
Remote MCP URL: https://mcp.uphealth.us/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"uphealth-mcp": {
"url": "https://mcp.uphealth.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uphealth-mcp": {
"type": "http",
"url": "https://mcp.uphealth.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uphealth-mcp",
"transport": "streamable-http",
"url": "https://mcp.uphealth.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_health_fact— Zero setup — NO key required.create_patient_stream— Create a Signal cued stream for one patient and get the first cue back synchronously.get_next_cued_message— Submit the patient's response to the prior cue and get the next one — federally-sourced, audience-safety-checked, and re-sequenced on that feedback.read_stream_state— Read a stream's current state, its current cued message, and event count.