MeinBodenwert.de
Amtliche Bodenrichtwerte (BORIS) und Flurstücke (ALKIS) der Bundesländer zu einer Adresse.
Should I use this
Quality & Safety
Findings (1)
- LOWin bodenrichtwert_abfragen
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": {
"bodenrichtwert": {
"url": "https://meinbodenwert.de/mcp"
}
}
}Remote endpoints
https://meinbodenwert.de/mcpstreamable-httpWhat it can do
Tool inventory
Tools (1)
🟢bodenrichtwert_abfragen(street, houseNumber, postcode, city)
Liefert zu einer deutschen Adresse den amtlichen Bodenrichtwert, das Flurstück mit amtlicher Fläche und einen daraus geschätzten Bodenwert, jeweils aus den Diensten des Bundeslandes: BORIS für den Bodenrichtwert, ALKIS für das Flurstück. Straße, Hausnummer, Postleitzahl und Ort sind nötig, damit der Treffer eindeutig ist.
Input Schema
{
"type": "object",
"properties": {
"street": {
"type": "string",
"minLength": 1,
"maxLength": 120,
"description": "Straße, z. B. „Am Kanal“"
},
"houseNumber": {
"type": "string",
"minLength": 1,
"maxLength": 20,
"description": "Hausnummer, z. B. „12a“"
},
"postcode": {
"type": "string",
"minLength": 1,
"maxLength": 10,
"description": "Postleitzahl, z. B. „50667“"
},
"city": {
"type": "string",
"minLength": 1,
"maxLength": 80,
"description": "Ort, z. B. „Köln“"
}
},
"required": [
"street",
"houseNumber",
"postcode",
"city"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence