Analytics
zuegle.com
Provides Swiss municipality search, tax calculation, and apartment listing comparison for financial and relocation decisions.
ENDPOINT 1
https://zuegle.com/mcp
MCP server metadata
- Name
- zugle
- Version
- 1.0.0
Known tools 6
tax_lookupCalculates the annual Swiss income tax for one municipality and one household profile, split into federal, cantonal and municipal parts.
Inferred read-onlymunicipality_detailReturns the tax picture for one municipality relative to a stated current home: the annual difference, the tax multiplier, and the multi-year trend where past years are known.
Inferred read-onlyfavorable_municipalitiesRanks municipalities that are cheaper than, or within CHF 1000/yr of, a stated current home, by annual tax saving — municipalities near-identical in cost are included deliberately, not filtered out.
Inferred read-onlylisting_searchLists apartments currently advertised in one municipality, cheapest first, with the local median asking rent.
Inferred read-onlycommute_timeReturns the public-transport journey time in minutes between two Swiss places, using the national timetable.
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.zugle]
url = "https://zuegle.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zugle": {
"type": "http",
"url": "https://zuegle.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zugle
Remote MCP URL: https://zuegle.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": {
"zugle": {
"url": "https://zuegle.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zugle": {
"type": "http",
"url": "https://zuegle.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zugle",
"transport": "streamable-http",
"url": "https://zuegle.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.