AH
AI HomeDesign MCP
20 endpointsliveMCP server to virtually stage, redesign, enhance and declutter real-estate photos. (MCP server com.aihomedesign/aihomedesign-mcp, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for AI HomeDesign MCP.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| list capabilities /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 tw | $0.0020 per call | unknown |
| list styles /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 tha | $0.0020 per call | unknown |
| describe tool /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` | $0.0020 per call | unknown |
| create project /create_project | Create a project (a container that groups all work for one property). Returns the new project's `id`. | $0.0020 per call | unknown |
| list projects /list_projects | List your projects (paginated). Optional free-text `search` on address. | $0.0020 per call | unknown |
| get project /get_project | Fetch a single project by id. | $0.0020 per call | unknown |
| create order /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. | $0.0020 per call | unknown |
| get order /get_order | Fetch an order, including its input assets and any processes run on it. | $0.0020 per call | unknown |
| run process /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. | $0.0020 per call | unknown |
| get process /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 resu | $0.0020 per call | unknown |
| wait for result /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. | $0.0020 per call | unknown |
| virtual staging /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). | $0.0020 per call | unknown |
| interior design /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 | $0.0020 per call | unknown |
| virtual restaging /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 | $0.0020 per call | unknown |
| enhance image /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 | $0.0020 per call | unknown |
| remove items /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. | $0.0020 per call | unknown |
| day to dusk /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 de | $0.0020 per call | unknown |
| change wall /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_ | $0.0020 per call | unknown |
| change floor /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. | $0.0020 per call | unknown |
| change ceiling /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. | $0.0020 per call | unknown |