streamable-httpupdated 8d ago
GUTHMANN® Market Intelligence MCP Server
What can you do with GUTHMANN® Market Intelligence?
https://mcp.guthmann.estate/mcp
Streamable HTTP, stateless, rate-limited at 20 requests per minute per IP. Listed in the official MCP Registry as estate.guthmann/market-intelligence.
What you can ask
Which neighbourhoods make up the Berlin district of Pankow?
Find the LOR planning area for Kollwitzkiez and show its details.
List all 12 Berlin districts 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 current scope is the Berlin area hierarchy — the geographic backbone every market query builds on: the 12 districts (Bezirke), their neighbourhoods (Ortsteile) and the LOR planning areas (Planungsräume).
| Tool | What it returns |
|---|---|
berlin_bezirke |
All 12 districts |
berlin_bezirk_details |
One district in detail |
berlin_ortsteile |
Neighbourhoods, filterable by district |
berlin_ortsteil_details |
One neighbourhood in detail |
berlin_planungsraeume |
LOR planning areas, filterable |
berlin_planungsraum_suche |
Search planning areas by name |
berlin_planungsraum_details |
One planning area in detail |
The server is being extended step by step towards the full Market Intelligence scope of the website: prices, rents, market trends and neighbourhood analytics for Berlin.
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.
Install
Add GUTHMANN® Market Intelligence to your client. Pick the one you use.
claude mcp add --transport http guthmann-market-intelligence https://mcp.guthmann.estate/mcpcodex mcp add guthmann-market-intelligence --url https://mcp.guthmann.estate/mcp{
"mcpServers": {
"guthmann-market-intelligence": {
"url": "https://mcp.guthmann.estate/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"guthmann-market-intelligence": {
"type": "http",
"url": "https://mcp.guthmann.estate/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"guthmann-market-intelligence": {
"url": "https://mcp.guthmann.estate/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"guthmann-market-intelligence": {
"serverUrl": "https://mcp.guthmann.estate/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
GUTHMANN® Market Intelligence exposes 7 tools to a connected agent.
- berlin_bezirke
- All 12 districts
- berlin_bezirk_details
- One district in detail
- berlin_ortsteile
- Neighbourhoods, filterable by district
- berlin_ortsteil_details
- One neighbourhood in detail
- berlin_planungsraeume
- LOR planning areas, filterable
- berlin_planungsraum_suche
- Search planning areas by name
- berlin_planungsraum_details
- One planning area in detail
Score
74 / 100
Good
- Documentation22/25
- Maintenance25/25
- Trust9/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.2Latest | Aug 31, 2026 |
| 0.2.1 | Aug 31, 2026 |
| 0.2.0 | Aug 31, 2026 |