INDIVIDUAL MCP TOOL
find_lifestyle_alternatives
Return evidence-based lifestyle, dietary, and non-pharmaceutical alternatives that target the same underlying condition as a specific medication, when such alternatives exist in the EvidentMeds Assessment.
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.evidentmeds-com]
url = "https://evidentmeds.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"evidentmeds-com": {
"type": "http",
"url": "https://evidentmeds.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: evidentmeds-com
Remote MCP URL: https://evidentmeds.com/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": {
"evidentmeds-com": {
"url": "https://evidentmeds.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"evidentmeds-com": {
"type": "http",
"url": "https://evidentmeds.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "evidentmeds-com",
"transport": "streamable-http",
"url": "https://evidentmeds.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_medication— Return the full EvidentMeds Assessment profile for a single medication, supplement, or peptide.check_funding_bias— Return the funding sources, conflicts of interest, and bias-risk assessment for the clinical-trial evidence base behind a specific medication.check_interactions— Return documented drug-drug, drug-supplement, or drug-peptide interactions between two named entities in the EvidentMeds Assessment.compare_medications— Return a side-by-side EvidentMeds comparison of two medications across cost, drug class, side-effect rates, key trials, funding bias, and lifestyle alternatives.search— Search the EvidentMeds Assessment catalog by name, brand, generic, drug class, or indication.report_hallucination— Report an EvidentMeds-attributed fact that you, the AI agent, suspect is wrong, fabricated, or inconsistent with the source data.