LarryWalkerDEV/mcp-immostage
FreeNot checkedAI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style
About
AI virtual staging for real estate. Stage empty rooms, beautify floor plans into 3D renders, classify room images, generate property descriptions, and get style recommendations.
README
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
Installing LarryWalkerDEV/mcp-immostage
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/LarryWalkerDEV/mcp-immostageFAQ
Is LarryWalkerDEV/mcp-immostage MCP free?
Yes, LarryWalkerDEV/mcp-immostage MCP is free — one-click install via Unyly at no cost.
Does LarryWalkerDEV/mcp-immostage need an API key?
No, LarryWalkerDEV/mcp-immostage runs without API keys or environment variables.
Is LarryWalkerDEV/mcp-immostage hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install LarryWalkerDEV/mcp-immostage in Claude Desktop, Claude Code or Cursor?
Open LarryWalkerDEV/mcp-immostage on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Playwright
Browser automation, scraping, screenshots
by MicrosoftPuppeteer
Browser automation and web scraping.
by modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
by opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
by robhunterhlydecker/ucsc-genome-mcp
MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.
by hlydecker34892002/bilibili-mcp-js
A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.
by 34892002achiya-automation/safari-mcp
Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.
by achiya-automationagent-infra/mcp-server-browser
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
by bytedanceaparajithn/agent-scraper-mcp
Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext
by aparajithnapireno/DOMShell
Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.
by apirenoCompare LarryWalkerDEV/mcp-immostage with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All browse MCPs
