MeinBodenwert.de

Amtliche Bodenrichtwerte (BORIS) und Flurstücke (ALKIS) der Bundesländer zu einer Adresse.

Should I use this

Quality & Safety

B
Description quality
50%
Schema completeness
100%
Naming quality
80%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (1)

  • LOWTool 'bodenrichtwert_abfragen' description lacks action verbin bodenrichtwert_abfragen

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~297Tokens (tool definitions)
~1.6 KBTypical response size
Minimal attention impact (0.23% of 128k context)

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

What it can do

Tool inventory

Tools (1)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded1 tools