HomeBrowser Automation & Scraping › ImmoStage Virtual Staging

ImmoStage Virtual Staging

AI virtual staging for real estate — stage rooms, beautify floor plans, classify images.

TypeScript Cloud Remote
★ 3 stars Last pushed 2026-08-05 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.immostage.ai/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-immostage https://mcp.immostage.ai/api/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-immostage": {
      "url": "https://mcp.immostage.ai/api/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer API key for authentication. Contact [email protected] for access.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry