INDIVIDUAL MCP TOOL
berlin_bezirk_details
Liefert Details zu einem Berliner Bezirk nach ID, optional mit allen Ortsteilen.
LIVE ENDPOINT
https://mcp.guthmann.estate/mcp
Connect to this endpoint to inspect the live schema for berlin_bezirk_details and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.guthmann-market-intelligence]
url = "https://mcp.guthmann.estate/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"guthmann-market-intelligence": {
"type": "http",
"url": "https://mcp.guthmann.estate/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: guthmann-market-intelligence
Remote MCP URL: https://mcp.guthmann.estate/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"guthmann-market-intelligence": {
"url": "https://mcp.guthmann.estate/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"guthmann-market-intelligence": {
"type": "http",
"url": "https://mcp.guthmann.estate/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "guthmann-market-intelligence",
"transport": "streamable-http",
"url": "https://mcp.guthmann.estate/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
berlin_bezirke— Liefert alle 12 Berliner Bezirke mit IDs und Namen.berlin_ortsteile— Liefert alle 96 Berliner Ortsteile, optional gefiltert nach Bezirk.berlin_ortsteil_details— Liefert Details zu einem Berliner Ortsteil nach ID, optional mit Planungsräumen.berlin_planungsraeume— Liefert alle 542 Berliner Planungsräume, optional gefiltert nach Bezirk oder Ortsteil.berlin_planungsraum_suche— Sucht Berliner Planungsräume nach Name.berlin_planungsraum_details— Liefert Details zu einem Berliner Planungsraum nach ID, optional mit Blöcken.