MCP Immostage MCP Server

MCP Server for AI Virtual Staging - stage rooms, beautify floor plans, classify images, optimize listings

Remote serverstreamable-http

What is the MCP Immostage MCP server?

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.

What the server does

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.

Installation

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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

Credentials and setup notes

Configuration 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.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

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.

Available tools

ToolWhat it does
PlanPrice
Einzel29 € einmalig
Starter49 € / Monat
Pro199 € / Monat, unbegrenzt
stage_roomSubmits an empty-room photo for AI virtual staging. Returns a job_id to poll.
check_stagingPolls a staging job by job_id. Returns the staged image (inline preview) and its download URL once ready.
generate_marketingGenerates 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_linkReturns the download page for a property: all generated assets as a ZIP (valid 3 days), plus a permanent dashboard link.

How to install the MCP Immostage MCP server

{
  "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.

Configuration

VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes
YOUR_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP Immostage to Plan.
  • Use MCP Immostage to Einzel.
  • Use MCP Immostage to Starter.

Frequently asked questions

It connects MCP Immostage to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Plan, Einzel, Starter, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Immostage directly.