{"name":"com.zuegle/zugle","slug":"zuegle-zugle","title":"Zügle","description":"Swiss income tax by municipality, cheaper-town ranking, apartment listings and commute times.","url":"https://mcp.market/server/zuegle-zugle","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:06:09.514Z","last_ok_at":"2026-09-20T21:06:09.514Z","latency_ms":688},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/DaniloNunesMelo/zugle","website":"https://zuegle.com","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://zuegle.com/mcp"}],"packages":[],"tools":[{"name":"commute_cost","description":"Estimates the monthly cost in CHF of commuting between two Swiss places, as a transit-pass estimate priced from Swiss regional fare-zone data. Some pricing regimes are approximations rather than an exact tariff.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"description":"Origin as a place or station name, e.g. \"Feusisberg\". Not a postcode on its own.","type":"string","maxLength":80},"to":{"description":"Destination as a place or station name.","type":"string","maxLength":80,"default":"Zürich HB"}},"required":["from"],"additionalProperties":false}},{"name":"commute_time","description":"Returns the public-transport journey time in minutes between two Swiss places, using the national timetable.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"description":"Origin as a place or station name, e.g. \"Uster\". Not a postcode on its own.","type":"string","maxLength":80},"to":{"description":"Destination as a place or station name.","type":"string","maxLength":80,"default":"Zürich HB"}},"required":["from"],"additionalProperties":false}},{"name":"favorable_municipalities","description":"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. Answered from cached figures only, so the ranking may be partial; the response states how many candidates were covered. Pass `near` (a town or station name) and `radiusKm` to keep only places around where the household lives or works; an unrecognised place is reported, not silently ignored.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"currentBfsId":{"description":"BFS id of the current home.","type":"integer","minimum":1,"maximum":9999},"income":{"description":"Gross annual income in CHF.","type":"integer","minimum":1,"maximum":10000000},"relationship":{"description":"Marital status.","type":"string","enum":["single","married"],"default":"single"},"confession":{"description":"Church-tax affiliation.","type":"string","enum":["none","roman","protestant"],"default":"none"},"children":{"description":"Dependent children.","type":"integer","minimum":0,"maximum":20,"default":0},"currentRooms":{"description":"Size of the current home in rooms, used for the rent comparison.","type":"number","minimum":1,"maximum":20},"near":{"description":"Town or station name to search around, e.g. \"Winterthur\". Not a postcode.","type":"string","maxLength":80},"radiusKm":{"description":"Distance from `near` in km (default 20). Ignored without `near`.","type":"integer","minimum":1,"maximum":100}},"required":["currentBfsId","income"],"additionalProperties":false}},{"name":"listing_search","description":"Lists apartments currently advertised in one municipality, cheapest first, with the local median asking rent. Indicative figures for browsing only: they come from a portal feed and are not verified against the listing page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bfsId":{"description":"Municipality to search in.","type":"integer","minimum":1,"maximum":9999},"rooms":{"description":"Preferred size in rooms; re-ranks, never filters.","type":"number","minimum":1,"maximum":20},"surface":{"description":"Preferred living space in m²; re-ranks.","type":"number","minimum":5,"maximum":1000},"limit":{"description":"Maximum listings to return (1-25).","type":"integer","minimum":1,"maximum":25,"default":10}},"required":["bfsId"],"additionalProperties":false}},{"name":"municipality_detail","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bfsId":{"description":"The municipality to describe.","type":"integer","minimum":1,"maximum":9999},"currentBfsId":{"description":"BFS id of the current home, which every difference is measured against.","type":"integer","minimum":1,"maximum":9999},"income":{"description":"Gross annual income in CHF.","type":"integer","minimum":1,"maximum":10000000},"relationship":{"description":"Marital status.","type":"string","enum":["single","married"],"default":"single"},"confession":{"description":"Church-tax affiliation.","type":"string","enum":["none","roman","protestant"],"default":"none"},"children":{"description":"Dependent children.","type":"integer","minimum":0,"maximum":20,"default":0},"years":{"description":"How many years of history to include.","type":"integer","minimum":1,"maximum":7,"default":5}},"required":["bfsId","currentBfsId","income"],"additionalProperties":false}},{"name":"municipality_search","description":"Finds Swiss municipalities by name fragment or postcode. Returns the BFS id, name, canton and postcodes for each match. The BFS id is the key every other tool here takes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"description":"Name fragment, e.g. \"Uster\". Case-insensitive.","type":"string","maxLength":60},"zip":{"description":"Four-digit Swiss postcode, e.g. \"8308\" (which alone spans three Gemeinden).","type":"string","maxLength":4},"limit":{"description":"Maximum matches to return (1-50).","type":"integer","minimum":1,"maximum":50,"default":20}},"required":[],"additionalProperties":false}},{"name":"rent_benchmark","description":"Reports the Swiss Federal Statistical Office's average monthly rent for a municipality, optionally for a given apartment size in rooms. BFS does not publish rent below canton level except for 10 named cities, so the figure may describe the CANTON rather than the municipality itself; the response states which.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bfsId":{"description":"Municipality BFS id, from municipality_search.","type":"integer","minimum":1,"maximum":9999},"rooms":{"description":"Apartment size in rooms, e.g. 3.5. Omit for the overall average.","type":"number","minimum":1,"maximum":20}},"required":["bfsId"],"additionalProperties":false}},{"name":"tax_lookup","description":"Calculates the annual Swiss income tax for one municipality and one household profile, split into federal, cantonal and municipal parts. The figures come from the federal tax administration's calculation for the given gross income.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bfsId":{"description":"Municipality BFS id, from municipality_search.","type":"integer","minimum":1,"maximum":9999},"income":{"description":"Gross annual household income in CHF.","type":"integer","minimum":1,"maximum":10000000},"relationship":{"description":"Marital status used for the tariff.","type":"string","enum":["single","married"],"default":"single"},"confession":{"description":"Church-tax affiliation.","type":"string","enum":["none","roman","protestant"],"default":"none"},"children":{"description":"Number of dependent children.","type":"integer","minimum":0,"maximum":20,"default":0},"year":{"description":"Tax year. Defaults to the year this installation is configured for.","type":"integer","minimum":2015,"maximum":2025}},"required":["bfsId","income"],"additionalProperties":false}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T20:10:40.690Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:10:40.614Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 613ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[],"inputs":{"probes":[{"url":"https://zuegle.com/mcp","reachable":true,"authRequired":false,"latencyMs":613,"serverInfo":{"name":"zugle","version":"1.0.0"}}],"packages":[],"repo":{"found":false,"owner":"DaniloNunesMelo","repo":"zugle","error":"repo not found"},"icon":{"url":"https://zuegle.com/icon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}