Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. GUTHMANN® Berlin Real Estate
GUTHMANN® Berlin Real Estate logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:18:01 PM

GUTHMANN® Berlin Real Estate

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "guthmann-berlin-real-estate": {
      "url": "https://cdn.guthmann.estate/branding/logo/png/circle/standard.png"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

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


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

txt
Which neighbourhoods make up the Berlin district of Pankow?
txt
Find the LOR planning area for Kollwitzkiez and show its details.
txt
Show me apartments for sale in Prenzlauer Berg under 500k EUR.
txt
What does GUTHMANN say about Milieuschutz and what it means for buyers?
txt
List all 12 Berlin boroughs with their key facts.

Connect

Claude Code

Terminal
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:

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

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

config.json
{
  "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 — 37 tools across seven groups, at the same granularity as the website. Berlin's spatial hierarchy: 12 boroughs (Bezirke), 96 districts (Ortsteile), 542 neighborhoods (LOR Planungsräume).

Site search — semantic search over the whole website (insights, market reports, neighborhood portraits, exposés, company pages), one result per page with title, snippet and URL:

ToolWhat it returns
searchHybrid semantic search, filterable by locale and section (listings, projects, market-intelligence, pages)

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.

Metadata — field_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.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • C
    Chathome.lu — Luxembourg Real Estate

    Luxembourg real estate for AI agents: property search, price estimates, market data, commutes.

    💻 Developer Tools0 views
    Compare vs Chathome.lu — Luxembourg Real Estate →
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    💻 Developer Tools1 views
    Compare vs PraisonAI →
  • DealMachine logoDealMachine

    Search and enrich US property, owner, people, and company data for sales and lead generation.

    💻 Developer Tools0 views
    Compare vs DealMachine →
  • HeyClaude — Claude & AI workflow directory logoHeyClaude — Claude & AI workflow directory

    Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

    💻 Developer Tools0 views
    Compare vs HeyClaude — Claude & AI workflow directory →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about GUTHMANN® Berlin Real Estate

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "guthmann-berlin-real-estate": { "command": "npx", "args": ["-y", "GUTHMANN® Berlin Real Estate"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGUTHMANN® Berlin Real Estate AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/guthmann-berlin-real-estate?style=directory)](https://allmcps.com/mcp/guthmann-berlin-real-estate)
HTML Embed
<a href="https://allmcps.com/mcp/guthmann-berlin-real-estate"><img src="https://allmcps.com/api/badge/guthmann-berlin-real-estate?style=directory" alt="GUTHMANN® Berlin Real Estate on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair · 36/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to GUTHMANN® Berlin Real Estate →Install in Claude DesktopInstall in CursorInstall in VS Code