Server Details
AI virtual staging for real estate — stage rooms, beautify floor plans, classify images.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- LarryWalkerDEV/mcp-immostage
- GitHub Stars
- 0
See and control every tool call
Available Tools
5 toolsbeautify_floor_planInspect
Transform 2D floor plans into stunning 3D isometric architectural renders. Provide either a public image URL or a base64-encoded image.
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | Output quality. medium=faster/cheaper, high=better detail | medium |
| image_url | No | Public URL of the floor plan image | |
| image_base64 | No | Base64-encoded image data (with or without data URI prefix). Use this when the user pastes/uploads an image directly. |
classify_roomInspect
Classify room images - detect room type, empty/furnished, quality, suggest style. Provide either a public image URL or a base64-encoded image.
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | No | Public URL of the image to classify | |
| image_base64 | No | Base64-encoded image data (with or without data URI prefix). Use this when the user pastes/uploads an image directly. |
optimize_listingInspect
Generate professional German property descriptions from basic listing data.
| Name | Required | Description | Default |
|---|---|---|---|
| floor | No | Floor number (optional) | |
| notes | No | Additional notes about the property | |
| rooms | Yes | Number of rooms | |
| address | Yes | Property address or location | |
| area_sqm | Yes | Living area in square meters | |
| features | No | List of features (e.g. balcony, garage) | |
| property_name | Yes | Name or title of the property |
stage_roomInspect
AI virtual staging - transform empty room photos into beautifully furnished spaces. Provide either a public image URL or a base64-encoded image.
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | Interior design style | |
| quality | No | Output quality. medium=faster/cheaper, high=better detail | medium |
| image_url | No | Public URL of the room image to stage | |
| room_type | Yes | Type of room | |
| image_base64 | No | Base64-encoded image data (with or without data URI prefix). Use this when the user pastes/uploads an image directly. |
suggest_styleInspect
Get staging style recommendations based on room type and target audience.
| Name | Required | Description | Default |
|---|---|---|---|
| room_type | Yes | Type of room to stage | |
| property_type | No | Type of property | |
| target_audience | No | Target buyer demographic |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.