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. Conne
Add this skill
npx mdskills install LarryWalkerDEV/mcp-immostageSpecialized real estate staging server with clear tools and good examples, but over-scoped filesystem permissions.
1# ImmoStage Virtual Staging MCP Server23[](https://modelcontextprotocol.io)4[](https://www.typescriptlang.org/)5[](./LICENSE)67AI-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.89## Quick Start1011Connect your MCP client to the ImmoStage server:1213**Server URL:** `https://mcp.immostage.ai/api/mcp`1415### Claude Desktop Configuration1617Add to your `claude_desktop_config.json`:1819```json20{21 "mcpServers": {22 "immostage": {23 "url": "https://mcp.immostage.ai/api/mcp",24 "headers": {25 "Authorization": "Bearer YOUR_API_KEY"26 }27 }28 }29}30```3132Contact [goerz@immostage.ai](mailto:goerz@immostage.ai) for API access.3334## Tools3536| Tool | Description | Cost | Latency |37|------|-------------|------|---------|38| `stage_room` | AI virtual staging — transform empty room photos into beautifully furnished spaces | Uses credits | ~20-40s |39| `beautify_floor_plan` | Transform 2D floor plans into 3D isometric architectural renders | Uses credits | ~20-40s |40| `classify_room` | Classify room images: type, empty/furnished, quality score, style suggestion | Free | ~2s |41| `optimize_listing` | Generate professional German property descriptions from basic listing data | Free | ~3s |42| `suggest_style` | Get staging style recommendation based on room type and target audience | Free | Instant |4344## Usage Examples4546### Stage an empty living room4748```49Stage this room in modern style: https://example.com/empty-living-room.jpg50```5152The `stage_room` tool accepts:53- `image_url` — Public URL to the room image (JPEG/PNG)54- `style` — Staging style: `modern`, `skandinavisch`, `luxus`, `minimalistisch`, `boho`, `landhausstil`55- `room_type` — Room type: `wohnzimmer`, `schlafzimmer`, `kueche`, `bad`, `buero`, `kinderzimmer`, `flur`56- `quality` — Output quality: `draft` (fast) or `high` (detailed)5758Returns staged image URLs ready for download or embedding.5960### Classify then stage6162```63First classify this room image, then stage it with the recommended style:64https://example.com/room-photo.jpg65```6667The agent will:681. Call `classify_room` to detect room type and suggest a style692. Call `stage_room` with the detected room type and suggested style7071### Optimize a property listing7273```74Write a listing description for a 3-room apartment in Berlin-Mitte,7585m2, balcony, built 1998, renovated 2023, asking price 420,000 EUR.76```7778The `optimize_listing` tool generates:79- Professional German property description (Exposé-ready)80- TLDR summary81- Key feature highlights82- SEO-optimized text8384## Authentication8586All requests require a Bearer token in the Authorization header:8788```89Authorization: Bearer YOUR_API_KEY90```9192Contact [goerz@immostage.ai](mailto:goerz@immostage.ai) for API access. Free tier includes 10 staging credits for testing.9394## Rate Limits9596- **100 requests/minute** per API key97- Rate limit headers included in responses (`X-RateLimit-Remaining`)98- Staging and floor plan tools consume credits based on your plan99100## Links101102- [ImmoStage Homepage](https://immostage.ai) — AI Virtual Staging Platform103- [GitHub](https://github.com/LarryWalkerDEV/mcp-immostage) — Source Code104105## License106107[MIT](./LICENSE) — Copyright 2026 [ImmoStage](https://immostage.ai)108
Full transparency — inspect the skill content before installing.