Neubau-Radar – Swiss building applications
Every official Swiss building application on the day it is published, for professionals.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"baupublikationen": {
"url": "https://neubau-radar.ch/mcp"
}
}
}Remote endpoints
https://neubau-radar.ch/mcpstreamable-httphttps://neubau-radar.ch/mcp/kontostreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢search_projects(municipality, canton, query, category, marketType, ...)
Sucht amtlich publizierte Bauprojekte der Schweiz (Baugesuche) nach Gemeinde, Kanton, Kategorie und Zeitraum. Ohne Abo zeigt jedes frisch publizierte Projekt nur Beschrieb und Ort (detailsLocked=true); Adresse, Bauherrschaft und Quelle sind Abo-Inhalte. Private Bauherrschaften sind immer als «Privatperson» maskiert (Datenschutz). Liefert höchstens 50 Treffer pro Aufruf, neueste zuerst.
Input Schema
{
"type": "object",
"properties": {
"municipality": {
"description": "Gemeinde, exakter Name, z. B. Winterthur",
"type": "string",
"maxLength": 80
},
"canton": {
"type": "string",
"pattern": "^[A-Za-z]{2}$",
"description": "Kantonskürzel, z. B. ZH"
},
"query": {
"description": "Freitext: Gemeinde, PLZ, Kanton, Titel oder Bauherrschaft",
"type": "string",
"maxLength": 120
},
"category": {
"type": "string",
"enum": [
"neubau",
"umbau",
"sanierung",
"energetisch",
"abbruch",
"andere"
]
},
"marketType": {
"description": "Angebot: Eigentum, Miete oder noch offen",
"type": "string",
"enum": [
"kaufen",
"mieten",
"offen"
]
},
"minUnits": {
"description": "mindestens so viele Wohnungen",
"type": "integer",
"minimum": 1,
"maximum": 500
},
"sinceDays": {
"description": "nur Publikationen der letzten N Tage",
"type": "integer",
"minimum": 1,
"maximum": 365
},
"allSegments": {
"description": "Pro-Abo: auch Gewerbe, Infrastruktur usw. statt nur Wohnen",
"type": "boolean"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
},
"offset": {
"type": "integer",
"minimum": 0,
"maximum": 5000
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢get_project(id)
Ein einzelnes Bauprojekt anhand seiner id aus search_projects. Ohne Abo zeigt jedes frisch publizierte Projekt nur Beschrieb und Ort (detailsLocked=true); Adresse, Bauherrschaft und Quelle sind Abo-Inhalte.
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"maxLength": 120
}
},
"required": [
"id"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}Community
Evidence