streamable-httpMITupdated 1mo ago
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.
What can you do with ImmoStage Virtual Staging?
ImmoStage Virtual Staging MCP Server
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.
Quick Start
Connect your MCP client to the ImmoStage server:
Server URL: https://mcp.immostage.ai/api/mcp
Claude Desktop Configuration
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"
Getting an API 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 |
Tools
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.
Usage Examples
Stage an empty room
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 (orimage_base64to paste an image directly)style—modern,scandinavian,classic,minimal, orluxuryroom_type—living_room,bedroom,kitchen,bathroom,office, orother
Returns a job_id — poll it with check_staging until the staged image is ready.
Check a staging job
Check the status of job abc123
The check_staging tool accepts:
job_id— the job ID returned bystage_room
Returns the staged image inline (once ready) plus its download URL, or a "still processing" message to poll again.
Generate the marketing package
Generate the marketing package for Hubertstraße 10, Berlin
The generate_marketing tool accepts:
property_name— same property name used withstage_room
Starts 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
Get the download link for Hubertstraße 10, Berlin
The get_download_link tool accepts:
property_name— same property name used withstage_room
Returns a share link (valid 3 days) to a page with all assets bundled as a ZIP, plus a permanent link to the ImmoStage dashboard.
Authentication
All requests require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Create your key at app.immostage.ai → Einstellungen → "Claude / MCP Zugang" (see Getting an API Key above). The first 3 staging images per account are free.
Rate Limits
- 100 requests/minute per API key
- Rate limit headers included in responses (
X-RateLimit-Remaining) - Staging and marketing-package generation consume credits based on your plan
Links
- ImmoStage Homepage — AI Virtual Staging Platform
- GitHub — Source Code
License
Install
Add ImmoStage Virtual Staging to your client. Pick the one you use.
claude mcp add --transport http immostage-virtual-staging https://mcp.immostage.ai/api/mcpcodex mcp add immostage-virtual-staging --url https://mcp.immostage.ai/api/mcp{
"mcpServers": {
"immostage-virtual-staging": {
"url": "https://mcp.immostage.ai/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"immostage-virtual-staging": {
"type": "http",
"url": "https://mcp.immostage.ai/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"immostage-virtual-staging": {
"url": "https://mcp.immostage.ai/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"immostage-virtual-staging": {
"serverUrl": "https://mcp.immostage.ai/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
ImmoStage Virtual Staging exposes 4 tools to a connected agent.
- stage_room
- Submits an empty-room photo for AI virtual staging. Returns a `job_id` to poll.
- check_staging
- Polls a staging job by `job_id`. Returns the staged image (inline preview) and its download URL once ready.
- 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).
- get_download_link
- Returns the download page for a property: all generated assets as a ZIP (valid 3 days), plus a permanent dashboard link.
Score
75 / 100
Good
- Documentation25/25
- Maintenance19/25
- Trust13/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 27 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 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 |
|---|---|
| 1.0.0Latest | Feb 18, 2026 |