MCP server to virtually stage, redesign, enhance and declutter real-estate photos.
healthy
status
20
tools exposed
1554ms
connect latency
376253a271d3
schema fingerprint
Tools (20)
list_capabilities
List every AI HomeDesign tool this MCP can run, grouped by category.
Returns each tool's slug, display name, description and whether it needs
one or two input images. Start here to discover what is available.
list_styles
List the allowed design styles, room types and widget options. With no
argument, returns the global style/room/area lists. With a tool_slug, returns
that tool's widgets and their allowed values. The staging/design helpers
ONLY accept these values — anything else is rejected before callin
describe_tool
Show the input slots, widgets and selectable options for one tool, plus a
ready-to-use example payload for `run_process`. Use this before `run_process`
when you need the exact widget/item slugs for a tool.
create_project
Create a project (a container that groups all work for one property).
Returns the new project's `id`.
list_projects
List your projects (paginated). Optional free-text `search` on address.
get_project
Fetch a single project by id.
create_order
Upload one or more images and create an order. Provide `image_urls` (public
URLs) and/or `image_base64` (raw base64 or data: URLs) — you can use either.
Returns `order_id` and an `assets` list whose `id`s you map to a tool's input
slot when running a process. For two-image tools pass ro
get_order
Fetch an order, including its input assets and any processes run on it.
run_process
Start an AI job on an existing order (full control over every tool).
`asset_map` maps each of the tool's input-slot keys to an asset id from the
order. `widgets` is the raw list of {slug, item_slugs}. Use `describe_tool`
to get the exact slugs. Returns `process_ids` to poll with `get_pr
get_process
Fetch a process: its `status` (pending/processing/done/failed) and, when
done, the `final_assets` with downloadable result image URLs. If a webhook
result has already arrived for this process, it is returned immediately.
wait_for_result
Poll a process until it is `done` or `failed` (or until timeout), then
return the final result image URLs. Respects the API's 5s minimum poll
interval.
virtual_staging
Furnish an EMPTY room photo with AI furniture in a chosen design style.
Provide the photo as `image_url` OR `image_base64` (raw base64 or a data: URL).
WORKFLOW — follow exactly:
• Do NOT choose a `style` yourself. Call this first with style empty; it returns
the list of design st
interior_design
Fully redesign a FURNISHED room (walls, floors, furniture, decor) in a style.
Same workflow as virtual_staging: never pick the style yourself — ask the user;
detect the room type from the image. Provide image_url OR image_base64.
virtual_restaging
Replace the furniture in an ALREADY-FURNISHED room with a new design style.
Same workflow as virtual_staging: ask the user for the style, detect the room
type from the image. Provide image_url OR image_base64.
enhance_image
Enhance a photo: better lighting, sharpness and colour balance. No style
needed. Provide image_url OR image_base64.
area: indoor | outdoor (detect from the image). options (multi, optional):
add-fire-to-fireplace, add-screen-to-tv.
remove_items
Auto-detect and remove furniture/clutter from a room photo (decluttering),
leaving a clean empty space. No style needed. Provide image_url OR image_base64.
day_to_dusk
Convert a daytime EXTERIOR photo into a dusk / twilight scene. No style needed.
Provide image_url OR image_base64.
sky_style: leave empty to use the default sky (recommended — the 30+ named sky
slugs are not publicly listed). options (multi, optional): shadow-removal,
lawn-touch-up.
change_wall
Change the wall finish/colour in a room photo (AI applies a tasteful default
finish). Detect `space` (room type) from the image. Provide image_url OR image_base64.
change_floor
Change the floor material in a room photo (AI applies a tasteful default
material). Detect `space` from the image. Provide image_url OR image_base64.
change_ceiling
Change the ceiling finish in a room photo (AI applies a tasteful default).
Detect `space` from the image. Provide image_url OR image_base64.
Endpoint
https://mcp.aihomedesign.com/{connector_token}/mcp Category: Web & Scraping · Last checked: 2026-07-30T12:50:59Z
Monitor your own MCP server
Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.