AI virtual staging for real estate — stage rooms, beautify floor plans, classify images.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"immostage": {
"url": "https://mcp.immostage.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered virtual staging MCP server for real estate professionals. Stage empty rooms with photorealistic furniture, beautify floor plans into 3D renders, classify room images, generate German property descriptions, and get staging style recommendations — all through the Model Context Protocol. Built for Immobilienmakler, PropTech platforms, and real estate photographers in the DACH market.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
MeiGen-AI-Design-MCP — Turn Claude Code / OpenClaw into your local Lovart. Local ComfyUI, 1,400+ prompt library, multi-direction parallel generation.
MCP Security Weekly
Get CVE alerts and security updates for io.github.LarryWalkerDEV/immostage and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered virtual staging MCP server for real estate professionals. Stage empty rooms with photorealistic furniture, then generate a full marketing package (social media posts, an Exposé PDF, and a property video) — all through the Model Context Protocol. Built for Immobilienmakler, PropTech platforms, and real estate photographers in the DACH market.
Connect your MCP client to the ImmoStage server:
Server URL: https://mcp.immostage.ai/api/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"immostage": {
"url": "https://mcp.immostage.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Or install via the Claude Code CLI:
claude mcp add --transport http immostage https://mcp.immostage.ai/api/mcp --header "Authorization: Bearer YOUR_KEY"
Self-service — no need to contact anyone. Create your Bearer key at app.immostage.ai, under Einstellungen → "Claude / MCP Zugang".
The first 3 staging images per account are free. After that, pick a plan:
| Plan | Price |
|---|---|
| Einzel | 29 € einmalig |
| Starter | 49 € / Monat |
| Pro | 199 € / Monat, unbegrenzt |
Call these in order: stage_room → check_staging → (optional) generate_marketing → get_download_link.
| Tool | Description | Latency |
|---|---|---|
stage_room | Submits an empty-room photo for AI virtual staging. Returns a job_id to poll. | Async, ~30-90s |
check_staging | Polls a staging job by job_id. Returns the staged image (inline preview) and its download URL once ready. | Poll until done |
generate_marketing | Generates the full marketing package from staged rooms: 6 social media posts, an Exposé (PDF), and a property video (video requires the Pro plan). | Async, minutes |
get_download_link | Returns the download page for a property: all generated assets as a ZIP (valid 3 days), plus a permanent dashboard link. | Instant |
Roadmap: Floor-plan beautification, room classification, listing-copy optimization, and style suggestion are planned for a future release and are not yet registered as callable tools.
Stage this room in modern style: https://example.com/empty-living-room.jpg
The stage_room tool accepts:
property_name — Name/address of the property, e.g. "Hubertstraße 10, Berlin"image_url — Public URL to the room photo (or image_base64 to paste an image directly)style — modern, scandinavian, classic, minimal, or luxuryroom_type — living_room, bedroom, kitchen, bathroom, office, or otherReturns a job_id — poll it with check_staging until the staged image is ready.
Check the status of job abc123
The check_staging tool accepts:
job_id — the job ID returned by stage_roomReturns the staged image inline (once ready) plus its download URL, or a "still processing" message to poll again.
Generate the marketing package for Hubertstraße 10, Berlin
The generate_marketing tool accepts:
property_name — same property name used with stage_roomStarts async generation of 6 social media posts, an Exposé (PDF), and a property video (the video requires the Pro plan; other plans get an upgrade link instead). Call get_download_link afterward to retrieve the assets.
Get the download link for Hubertstraße 10, Berlin
The get_download_link tool accepts: