MCP Server for AI Virtual Staging - stage rooms, beautify floor plans, classify images, optimize listings
If you already use MCP Immostage, the mcp immostage mcp server is the piece that lets your assistant work with it directly. MCP Server for AI Virtual Staging - stage rooms, beautify floor plans, classify images, optimize listings.
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.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Plan — PriceEinzel — 29 € einmaligStarter — 49 € / MonatPro — 199 € / Monat, unbegrenztstage_room — Submits an empty-room photo for AI virtual staging. Returns a job_id to pollcheck_staging — Polls a staging job by job_id. Returns the staged image (inline preview) and its download URL once readygenerate_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 linkConfiguration is passed through the environment: YOUR_API_KEY, YOUR_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Immostage's toolset — Plan, Einzel, Starter and 5 more — is a fair guide to whether it matches your workflow. It is maintained by larrywalkerdev; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Plan | Price |
| Einzel | 29 € einmalig |
| Starter | 49 € / Monat |
| Pro | 199 € / Monat, unbegrenzt |
| 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. |
{
"mcpServers": {
"immostage": {
"url": "https://mcp.immostage.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.