ImmoStage Virtual Staging MCP Server
AI-powered virtual staging for real estate professionals: stage empty rooms with photorealistic furniture, beautify floor plans into 3D renders, classify rooms, generate German property descriptions, and get style recommendations.
README
ImmoStage Virtual Staging MCP Server
AI-powered virtual staging MCP server for real estate professionals. Stage empty rooms with photorealistic furniture, beautify floor plans into 3D renders, classify room images, generate German property descriptions, and get staging style recommendations — 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"
}
}
}
}
Contact goerz@immostage.ai for API access.
Tools
| Tool | Description | Cost | Latency |
|---|---|---|---|
stage_room |
AI virtual staging — transform empty room photos into beautifully furnished spaces | Uses credits | ~20-40s |
beautify_floor_plan |
Transform 2D floor plans into 3D isometric architectural renders | Uses credits | ~20-40s |
classify_room |
Classify room images: type, empty/furnished, quality score, style suggestion | Free | ~2s |
optimize_listing |
Generate professional German property descriptions from basic listing data | Free | ~3s |
suggest_style |
Get staging style recommendation based on room type and target audience | Free | Instant |
Usage Examples
Stage an empty living room
Stage this room in modern style: https://example.com/empty-living-room.jpg
The stage_room tool accepts:
image_url— Public URL to the room image (JPEG/PNG)style— Staging style:modern,skandinavisch,luxus,minimalistisch,boho,landhausstilroom_type— Room type:wohnzimmer,schlafzimmer,kueche,bad,buero,kinderzimmer,flurquality— Output quality:draft(fast) orhigh(detailed)
Returns staged image URLs ready for download or embedding.
Classify then stage
First classify this room image, then stage it with the recommended style:
https://example.com/room-photo.jpg
The agent will:
- Call
classify_roomto detect room type and suggest a style - Call
stage_roomwith the detected room type and suggested style
Optimize a property listing
Write a listing description for a 3-room apartment in Berlin-Mitte,
85m2, balcony, built 1998, renovated 2023, asking price 420,000 EUR.
The optimize_listing tool generates:
- Professional German property description (Exposé-ready)
- TLDR summary
- Key feature highlights
- SEO-optimized text
Authentication
All requests require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Contact goerz@immostage.ai for API access. Free tier includes 10 staging credits for testing.
Rate Limits
- 100 requests/minute per API key
- Rate limit headers included in responses (
X-RateLimit-Remaining) - Staging and floor plan tools consume credits based on your plan
Links
- ImmoStage Homepage — AI Virtual Staging Platform
- GitHub — Source Code
License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.