Home › Browser Automation & Scraping › ImmoStage Virtual Staging
ImmoStage Virtual Staging
AI virtual staging for real estate — stage rooms, beautify floor plans, classify images.
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>"
}
}
}
}
Authorizationrequired secret — Bearer API key for authentication. Contact goerz@immostage.ai for access.
Related servers
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
SeleniumBase MCP
Stealthy browser automation, testing, and web-scraping via CDP Mode.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp
Automate your local Chrome browser
mcp-playwright
An MCP server using Playwright for browser automation and webscrapping
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry