INDIVIDUAL MCP TOOL
calculate_purchase_price_allocation
Calculate a free, non-binding German property purchase-price allocation (Kaufpreisaufteilung) through AfaMax using the BMF Arbeitshilfe.
LIVE ENDPOINT
https://mcp.rundum.immo/mcp
Connect to this endpoint to inspect the live schema for calculate_purchase_price_allocation and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.immo-rundum-real-estate-appraisal]
url = "https://mcp.rundum.immo/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"immo-rundum-real-estate-appraisal": {
"type": "http",
"url": "https://mcp.rundum.immo/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: immo-rundum-real-estate-appraisal
Remote MCP URL: https://mcp.rundum.immo/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": {
"immo-rundum-real-estate-appraisal": {
"url": "https://mcp.rundum.immo/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"immo-rundum-real-estate-appraisal": {
"type": "http",
"url": "https://mcp.rundum.immo/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "immo-rundum-real-estate-appraisal",
"transport": "streamable-http",
"url": "https://mcp.rundum.immo/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_property_depreciation— Calculate an indicative German real-estate depreciation (AfA) estimate through AfaMax.