Bodenrichtwerte Berlin Brandenburg
Server Details
Amtliche Bodenrichtwerte fuer Berlin und Brandenburg per Adresse oder Koordinate, kostenlos.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 2 tools
Both tools accept the same address or lat/lon input and both return the official Bodenrichtwert, so an agent looking only for that value could plausibly select either. However, the descriptions make the boundary clear: one is a focused value lookup, while the other is a broader property brief that bundles the value with planning, monument, and flood information.
Both names are lowercase snake_case German compounds and are readable, but they do not follow a uniform pattern: bodenrichtwert_abfragen is verb-oriented ('query land value') while grundstueck_steckbrief is noun-oriented ('property brief'). The inconsistency is minor because there are only two tools.
Two tools is on the thin side, but the server's purpose is a focused read-only data lookup for Berlin/Brandenburg property information, and both tools are clearly scoped. It feels slightly sparse rather than bloated or severely incomplete.
The tool surface covers the main read-only domain needs: official land values, development plans, monument protection, and flood risk. Minor gaps exist, such as historical Bodenrichtwerte for Berlin and more granular separate queries for monuments or flood zones, but the core use cases are well covered.
Available Tools
2 toolsbodenrichtwert_abfragenAInspect
Liefert den amtlichen Bodenrichtwert (EUR/m2) fuer eine Adresse oder einen Punkt in Berlin oder Brandenburg: aktuelle Werte je Richtwertzone (Brandenburg zusaetzlich fruehere Stichtage), mit amtlicher Adresse, Quelle und Lizenz. Eingabe entweder adresse (z. B. 'Hegelallee 3, 14467 Potsdam', PLZ erforderlich) oder lat/lon in Dezimalgrad (dann adresse leer lassen). Reine Datenauskunft, keine Wertermittlung.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Geografische Breite in Dezimalgrad (WGS84), nur wenn keine Adresse; sonst 0 | |
| lon | No | Geografische Laenge in Dezimalgrad (WGS84), nur wenn keine Adresse; sonst 0 | |
| adresse | No | Postanschrift mit PLZ, z. B. Hegelallee 3, 14467 Potsdam. Leer lassen, wenn Koordinaten angegeben werden. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries the burden of behavioral disclosure. It clearly states the tool is read-only ('Reine Datenauskunft') and describes what the response contains: current values per Richtwertzone, earlier valuation dates for Brandenburg, official address, source, and license. It does not mention errors or rate limits, but for a simple query tool this is reasonably transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. It front-loads the core result and then efficiently covers input modes, geographic scope, and an important caveat. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no output schema and no annotations, the description explains the return value well (unit, zone semantics, source, license, historical values). The main gap is that it does not explicitly state what happens if neither adresse nor lat/lon is provided, though 'Eingabe entweder ... oder ...' strongly implies exactly one input mode is required.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds meaningful value beyond the schema by explaining the either/or relationship between adresse and lat/lon, requiring PLZ in the address, and giving a concrete example. This helps an agent correctly choose and combine parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Liefert') with a concrete resource ('amtlichen Bodenrichtwert in EUR/m2'), plus geographic and temporal scope (Berlin/Brandenburg, current values, earlier dates for Brandenburg). It clearly distinguishes the tool's function as a data query rather than a valuation service.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear input-mode guidance: either an address with PLZ or lat/lon in decimal degrees, including an example and the instruction to leave address empty when using coordinates. There are no sibling tools to differentiate against, but the 'Reine Datenauskunft, keine Wertermittlung' note provides a meaningful use boundary.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
grundstueck_steckbriefAInspect
Grundstuecks-Steckbrief fuer eine Adresse oder einen Punkt in Berlin oder Brandenburg: amtlicher Bodenrichtwert (mit Verlauf in Brandenburg), Bebauungsplan am Punkt (Name, Art, Rechtsstand, Link zum Plan), Denkmalschutz (Berlin: Bau-/Gartendenkmal, Ensemble; Brandenburg: Bodendenkmal) und Hochwasser (Berlin: festgesetzte Ueberschwemmungsgebiete; Brandenburg: Hochwasserrisikogebiete HQ10/HQ100/HQextrem). Eingabe adresse (z. B. 'Pariser Platz 1, 10117 Berlin', PLZ erforderlich) oder lat/lon. Reine Datenauskunft, keine Wertermittlung, keine Rechts- oder Bauberatung.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Geografische Breite in Dezimalgrad (WGS84), nur wenn keine Adresse; sonst 0 | |
| lon | No | Geografische Laenge in Dezimalgrad (WGS84), nur wenn keine Adresse; sonst 0 | |
| adresse | No | Postanschrift mit PLZ, z. B. Pariser Platz 1, 10117 Berlin. Leer lassen, wenn Koordinaten angegeben werden. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden and explicitly discloses 'Reine Datenauskunft' — a pure data query with no valuation and no legal/construction advice. It also documents regional variation in returned data (Berlin vs. Brandenburg for monument and flood categories). It does not cover failure modes or return structure, but the read-only disclaimer addresses the most critical trait for this lookup tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is logically ordered: purpose, content areas, input mode, then disclaimer, with every clause carrying substantive domain or regional information. The opening sentence is dense because of the necessary Berlin/Brandenburg parentheticals, but no filler or redundant restatement is present.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a high-complexity multi-domain lookup with no output schema and no annotations, the description is nearly complete: it specifies input formats, geographic/PLZ constraints, per-region data availability, and disclaimers. The main gaps are the response structure and behavior on invalid addresses, which would normally be covered by an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema coverage is 100%, so baseline is 3: lat, lon, and adresse already have meaningful descriptions including the same example address. The description reinforces the either-or semantics (address OR lat/lon) and the PLZ requirement, but adds only marginal meaning beyond the existing parameter descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly defines the tool as a property profile (Grundstuecks-Steckbrief) for an address or point in Berlin/Brandenburg and enumerates its four data areas: official standard land value, development plan, monument protection, and flood risk. It is specific about scope and contents but lacks an explicit verb and does not explicitly differentiate itself from the sibling bodenrichtwert_abfragen.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear invocation guidance: input is either a postal address with required PLZ or lat/lon coordinates, with the geographic scope restricted to Berlin/Brandenburg. It also sets boundaries with 'Reine Datenauskunft, keine Wertermittlung, keine Rechts- oder Bauberatung', though it never explicitly tells the agent when to prefer the sibling bodenrichtwert_abfragen instead.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
bodenrichtwert_abfragen - First observed
grundstueck_steckbrief
Related MCP Connectors
German land values (Bodenrichtwerte) by address + land-use type. Coverage varies; not in SH/SN/BY.
Berlin real estate for AI agents: granular market data and property search, free, by GUTHMANN®.
Danish address & property lookup: BBR, Matriklen, DAR, CVR. A DAWA/Datafordeler-compatible source.
Property intelligence: 180M+ US parcels — lookup, search, owners, hazards, permits, deeds.
Related MCP Servers
AlicenseAqualityAmaintenance7M+ real estate transactions from Poland's RCN registry. Search, compare, and analyze prices2362 npm1MIT- AlicenseNot gradedqualityCmaintenanceAccess 17M+ geocoded French property transactions (DVF), 22M+ DPE energy ratings, and 20M+ building records via MCP or REST API. Search transactions, market stats, comparables, price trends, rental yield, flip detection, and more.MIT
- AlicenseAqualityAmaintenanceMCP server for Russian Rosreestr open cadastral data — lookup by cadastral number, address or coordinates; cadastral value with history.452 PyPI1MIT
- AlicenseAqualityCmaintenanceEnables searching Polish administrative areas and retrieving real estate transaction data from the official registry via geoportal.gov.pl.3GPL 3.0
Glama MCP Gateway
Add one secure layer between your agents and this server.