- Home
- MCP servers
- ImmoStage Virtual Staging
ImmoStage Virtual Staging
- other
0
GitHub Stars
other
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access the ImmoStage Virtual Staging MCP Server to perform AI-powered virtual staging operations for real estate content. Connect with an MCP client to stage rooms, convert floor plans into 3D renders, classify room images, generate German property descriptions, and receive style recommendations, all through a centralized API endpoint designed for Immobilienmakler, PropTech platforms, and real estate photographers in the DACH market.
How to use
Connect your MCP client to the server using the provided MCP URL. Use the authorized HTTP endpoint to send requests for the supported tools. You can stage empty room photos, transform floor plans, classify room images, generate German property descriptions, and request staging style recommendations. All actions require your API key to authenticate requests via the Authorization header.
How to install
Prerequisites you need before using the MCP: a functioning MCP client that can connect to a remote HTTP MCP server, and the ability to supply an Authorization Bearer token for authentication.
- Prepare your MCP client configuration with the server URL and authentication header.
{
"mcpServers": {
"immostage": {
"url": "https://mcp.immostage.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
},
"args": []
}
}
}
Additional content
Security and access: all requests require a Bearer token provided by you. Keep your API key confidential. The example configuration shows where to place the Authorization header. If you need a test key, contact the provider for access and any trial credits that may be available.
Usage patterns you can perform with the MCP server include creating staged room visuals, converting floor plans to 3D renders, classifying room photos for type and quality, generating professional German property descriptions, and obtaining style recommendations tailored to room type and target audience.
Tools and capabilities
Stage a room: transform an empty room photo into a furnished, photorealistic render.
Beautify floor plan: convert 2D floor plans into 3D isometric architectural renders.
Classify room: analyze room images to determine type, whether the space is empty or furnished, provide a quality score, and suggest styles.
Optimize listing: generate professional German property descriptions from basic listing data.
Suggest style: obtain staging style recommendations based on room type and target audience.
Authentication and rate limits
All requests require a Bearer token in the Authorization header. Example header: Authorization: Bearer YOUR_API_KEY.
Rate limits are in effect to protect the service and are described by the server responses. Expect headers indicating remaining quota for each API key.
Notes and considerations
The server URL to use is: https://mcp.immostage.ai/api/mcp. Ensure your client sends requests to this exact address and includes the appropriate Authorization header.
A free tier or testing credits may be available depending on your access agreement. Reach out to the API access contact for details.
Available tools
stage_room
AI virtual staging tool that transforms empty room photos into furnished, photorealistic spaces.
beautify_floor_plan
Transforms 2D floor plans into 3D isometric architectural renders.
classify_room
Classifies room images by type, emptiness, quality score, and suggests a style.
optimize_listing
Generates professional German property descriptions from basic listing data.
suggest_style
Provides staging style recommendations based on room type and audience.