← salvio.health
INDIVIDUAL MCP TOOL
salvio_list_symptoms
Stable symptom ids (grouped, with display labels) plus the age bands accepted by salvio_get_symptom / salvio_symptom_products.
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.salvio-health]
url = "https://api.salvio.health/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"salvio-health": {
"type": "http",
"url": "https://api.salvio.health/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: salvio-health
Remote MCP URL: https://api.salvio.health/api/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": {
"salvio-health": {
"url": "https://api.salvio.health/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"salvio-health": {
"type": "http",
"url": "https://api.salvio.health/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "salvio-health",
"transport": "streamable-http",
"url": "https://api.salvio.health/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
salvio_search_products— Full-text search across U.S.salvio_get_product— Look up a single OTC product by its FDA NDC code or a UPC barcode.salvio_get_equivalents— Given a reference product NDC, return other products with the same active ingredients, strength, and dosage form (e.g.salvio_analyze_ingredients— Analyze a list of active-ingredient strings (e.g.salvio_resolve_barcode— Resolve a scanned UPC/EAN barcode to an OTC product, with the match source and a confidence score.salvio_list_equivalence_groups— Browse precomputed equivalence groups (sets of products sharing the same active ingredients, strength, and dosage form), ordered by member count.salvio_search_ingredients— Find canonical active-ingredient names (with purpose, therapeutic class, and RxCUI).salvio_products_by_ingredient— Cross-link primitive: products whose active ingredients include the named ingredient, filtered by dose, composition, and labeler.