← zuegle.com

INDIVIDUAL MCP TOOL

municipality_search

Finds Swiss municipalities by name fragment or postcode.

zuegle.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://zuegle.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for municipality_search 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

zuegle.com

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.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.

Related tools

  • tax_lookup — Calculates the annual Swiss income tax for one municipality and one household profile, split into federal, cantonal and municipal parts.
  • municipality_detail — Returns 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.
  • favorable_municipalities — Ranks 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.
  • listing_search — Lists apartments currently advertised in one municipality, cheapest first, with the local median asking rent.
  • commute_time — Returns the public-transport journey time in minutes between two Swiss places, using the national timetable.