Odel
GUTHMANN® Berlin Real Estate

GUTHMANN® Berlin Real Estate

@guthmannestateUpdated 5 days ago

Berlin real estate for AI agents: granular market data and property search, free, by GUTHMANN®.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

GUTHMANN® logo

GUTHMANN® Berlin Real Estate MCP Server

Berlin real estate for AI agents: granular market data and property search.
Free, no API key, no registration — connect and query.

Website MCP Registry No auth required

Install in Cursor Install in VS Code


https://mcp.guthmann.estate/mcp

Streamable HTTP, stateless, rate-limited at 60 requests per minute per IP. Listed in the official MCP Registry as estate.guthmann/mcp.

What you can ask

Which neighbourhoods make up the Berlin district of Pankow?
Find the LOR planning area for Kollwitzkiez and show its details.
Show me apartments for sale in Prenzlauer Berg under 500k EUR.
List all 12 Berlin boroughs with their key facts.

Connect

Claude Code

claude mcp add --transport http guthmann https://mcp.guthmann.estate/mcp

Claude.ai / Claude Desktop — Settings → Connectors → Add custom connector, then paste the server URL above.

Cursor — use the install button above, or add manually:

{
  "mcpServers": {
    "guthmann": {
      "url": "https://mcp.guthmann.estate/mcp"
    }
  }
}

VS Code — use the install button above, or add to your MCP configuration:

{
  "servers": {
    "guthmann": {
      "type": "http",
      "url": "https://mcp.guthmann.estate/mcp"
    }
  }
}

Any other MCP client with Streamable HTTP support works the same way — point it at the server URL, no credentials needed.

Tools

The full public Market Intelligence scope of guthmann.estate plus the GUTHMANN listings — 36 tools across six groups, at the same granularity as the website. Berlin's spatial hierarchy: 12 boroughs (Bezirke), 96 districts (Ortsteile), 542 neighborhoods (LOR Planungsräume).

Property search — the broker's active inventory, every result with its exposé URL:

ToolWhat it returns
listingsActive listings, filterable by segment, borough/district, price, rooms, area
listing_detailsOne listing in detail: prices, costs, energy certificate, texts, images, contact

Berlin market data — granular transaction and offer aggregates:

ToolWhat it returns
market_berlin_apartmentsFlats: transaction prices, offer prices, offer rents, counts, deltas — down to neighborhood level
market_berlin_apartment_buildingsApartment buildings: prices, multiples, transaction volumes
market_germany_residentialGermany-wide residential price and transaction indices
market_germany_apartment_buildingsGermany-wide apartment-building price index

Areas and zoning:

ToolWhat it returns
berlin_boroughs / berlin_borough_detailsThe 12 boroughs (Bezirke)
berlin_districts / berlin_district_detailsThe 96 districts (Ortsteile)
berlin_neighborhoods / berlin_neighborhood_search / berlin_neighborhood_detailsLOR neighborhoods (Planungsräume)
berlin_conservation_areas / berlin_conservation_area_detailsSocial conservation areas (Milieuschutz)

Socio-demographics (11 tools, socio_berlin_*) — population, age groups, origin, migration, census data on buildings, households, dwellings and rents, construction activity.

Macro indicators (9 tools, macro_*) — ECB policy rates, Bund yields, mortgage lending, construction prices, inflation (HICP), GDP, labor market.

Metadatafield_metadata explains every response field: labels, units, descriptions and data sources, in German and English.

Responses are JSON with German field names (mirroring the underlying data); field_metadata translates them. Prose fields (listing texts, exposé URLs) follow the locale parameter — default en.

About

GUTHMANN® is a Berlin real estate broker. Market Intelligence is our public research area — this server is its machine-readable counterpart.

The server implementation lives in a private monorepo; this repository is the public home of the service: documentation, endpoint and issue tracker.