← longevity.haus
INDIVIDUAL MCP TOOL
get_clinic
Get full details for a single clinic by its slug: description, locations, treatments with prices, contact info, and the provider page URL for citation.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.longevity-haus]
url = "https://longevity.haus/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"longevity-haus": {
"type": "http",
"url": "https://longevity.haus/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: longevity-haus
Remote MCP URL: https://longevity.haus/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": {
"longevity-haus": {
"url": "https://longevity.haus/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"longevity-haus": {
"type": "http",
"url": "https://longevity.haus/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "longevity-haus",
"transport": "streamable-http",
"url": "https://longevity.haus/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_treatments— List Longevity.haus treatment types, optionally filtered by category (e.g.get_treatment— Get detailed information about a specific treatment type, plus a list of clinics offering it (sorted by price ascending, native+converted currencies).search_clinics— Search clinics by city, country, treatment type, and max price.search_semantic— Natural-language semantic search over treatments and clinics.compare_treatment— Compare every clinic offering ONE treatment, across cities/countries: returns clinics sorted cheapest-first with FX-normalized prices, a price band (min/median/max = the savings basis), and trust signals (rating, reviews).price_index_by_concept— Cross-market price index for ONE treatment concept: a global price range (min/p25/median/p75/max, FX-normalized) plus a per-country breakdown sorted cheapest-first.get_price_index— Get price-range statistics (min, p25, median, p75, max) for a treatment in a city.search— Canonical keyword search across clinics, treatments, and cities.