Productivity
grundheim.ch
Provides Swiss financial calculators for property tax, affordability, rent vs buy, pension buy-in, and mortgage rates.
ENDPOINT 1
https://agent.grundheim.ch/mcp
Known tools 15
calculate_swiss_property_taxCalculate the full Swiss tax burden (federal, cantonal, municipal, church, wealth tax) for a household in any of the 2122 Swiss municipalities, based on official ESTV tariffs.
Inferred read-onlycalculate_affordabilityRun the standard Swiss bank affordability stress test for a property purchase: imputed 5% interest, running costs, second-mortgage amortization, 33% gross-income limit.
Potential side effectscompare_rent_vs_buyCompare renting versus buying a Swiss home over a multi-year horizon: total costs, net worth in both paths, break-even year, tax effects (Eigenmietwert, deductions), and a verdict.
Inferred read-onlycalculate_pension_buyinAnalyze a Swiss pension fund (Pensionskasse) buy-in: immediate income-tax saving, capital withdrawal tax at retirement, and a net comparison against investing the same amount privately, including the 3-year blocking period check.
Inferred read-onlyget_mortgage_ratesGet current or historical Swiss mortgage interest rates (SARON and fixed terms) across major banks and insurers, from grundheim.ch's daily rate comparison.
Inferred read-onlyget_municipality_profileGet key facts for any of the 2122 Swiss municipalities: canton, district, population, postal code, and the cantonal/municipal income-tax multipliers.
Inferred read-onlyget_market_price_contextGet current residential asking-price statistics (median CHF per m² and listing counts) from grundheim.ch's live market data — overall, and for a specific municipality when one is given.
Inferred read-onlygenerate_handover_linkCreate a short, attributed link into grundheim.ch for the pages this tool can represent: a by-location tax calculator or Nebenkostenrechner, a municipality profile, the live mortgage-rate comparison, the mortgage calculator, or account registration.
Potential side effectscalculate_capital_withdrawal_taxCalculate the one-time Swiss tax (Kapitalbezugssteuer) on a lump-sum payout from a pension fund, pillar 3a or vested-benefits account, at the reduced separate tariff, for any municipality.
Inferred read-onlycalculate_purchase_costsCalculate the one-time incidental purchase costs (Nebenkosten) of buying Swiss property: land-registry fee (Grundbuch), notary costs, and transfer tax (Handänderungssteuer).
Potential side effectscalculate_imputed_rental_valueEstimate the annual tax effect of the Swiss imputed rental value (Eigenmietwert) for an owner-occupied home: the imputed income added, minus deductible mortgage interest and maintenance, times the marginal tax rate.
Inferred read-onlyrank_municipalities_by_taxRank the municipalities within a Swiss canton by their tax multiplier (Steuerfuss / income tax rate), cheapest or most expensive first.
Inferred read-onlyget_safety_statisticsGet official Swiss burglary (Einbruch) statistics per 1,000 residents from federal police crime data: the all-canton ranking, or one canton in focus with its national rank.
Inferred read-onlyget_price_trendGet the Swiss residential property price trend over time: the national BFS price index (annual, 2017 onward) and, for a Canton Zürich municipality, the local median sale-price time series for houses and apartments.
Inferred read-onlybenchmark_ask_priceJudge whether a Swiss property's asking price is high or low for its location, by comparing it against other current asks in the same municipality (and, where official sold data exists — Zürich city and Geneva communes — against actual sale prices).
Inferred read-onlyCONNECT 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.grundheim-ch]
url = "https://agent.grundheim.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grundheim-ch": {
"type": "http",
"url": "https://agent.grundheim.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grundheim-ch
Remote MCP URL: https://agent.grundheim.ch/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": {
"grundheim-ch": {
"url": "https://agent.grundheim.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grundheim-ch": {
"type": "http",
"url": "https://agent.grundheim.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grundheim-ch",
"transport": "streamable-http",
"url": "https://agent.grundheim.ch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for grundheim.ch was fetched 2026-08-03T18:58:29.191Z and is being refreshed.
grundheim.ch is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.