streamable-httpupdated 8d ago
GUTHMANN® Market Intelligence MCP Server
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.
安装
把 GUTHMANN® Market Intelligence 添加到你的客户端。选择你正在使用的那个。
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 个工具
GUTHMANN® Market Intelligence 向已连接的智能体提供 7 个工具。
- 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
评分
74 / 100
良好
- 文档22/25
- 维护25/25
- 可信度9/20
- 能力6/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 0.2.2最新 | 2026年8月31日 |
| 0.2.1 | 2026年8月31日 |
| 0.2.0 | 2026年8月31日 |