INDIVIDUAL MCP TOOL
get_city_stats
Aggregate figures for one covered city: venue count, modality and access breakdowns, contrast-capable count, and median published prices and plunge temperature.
LIVE ENDPOINT
https://findsaunaplunge.com/mcp
Connect to this endpoint to inspect the live schema for get_city_stats and invoke it with your own arguments.
Indexed 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 server
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.findsaunaplunge]
url = "https://findsaunaplunge.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"findsaunaplunge": {
"type": "http",
"url": "https://findsaunaplunge.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: findsaunaplunge
Remote MCP URL: https://findsaunaplunge.com/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": {
"findsaunaplunge": {
"url": "https://findsaunaplunge.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"findsaunaplunge": {
"type": "http",
"url": "https://findsaunaplunge.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "findsaunaplunge",
"transport": "streamable-http",
"url": "https://findsaunaplunge.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_venues— Search cold plunge / sauna venues.get_venue— Fetch the full record for one venue by its stable id.list_cities— Cities with live venues, with counts and available modalities.get_data_freshness— When the dataset was generated and how recently venues were checked: oldest and newest lastVerified dates, counts by age bucket, and the newest check date per city.