Stayi

Connect your assistant to Stayi

Stayi is a browser-based floor-plan and 3D home planner. Its MCP connector lets a compatible assistant create a separate layout draft, read an owned home’s dimensions, or suggest furniture and finish changes.

Who can connect?

Private-home creation is invitation-only. The owner must sign in and authorize one home or one draft. Agents cannot register an account independently, accept terms for a user, or bypass the invitation requirement. OAuth client registration is not customer signup.

Check access requirements · Try the public sample without an account · Draw a floor plan

MCP endpoint

https://home-preview-greyi.web.app/api/mcp

Transport: Streamable HTTP. Authentication: OAuth authorization code with S256 PKCE. Use a compatible MCP client’s connection flow so the owner sees the requested permissions. Do not send a Google or Clerk session token to an assistant.

The connector is at the exact address above. There is no MCP API on this public Cloudflare site.

Codex CLI connection has been tested. Claude account compatibility and an unseen-plan conversation have not been verified end to end.

Choose a workflow

Build a draft from plans
Request home:read and home:author. The owner selects a separate draft. Read the draft guide, inspect the drawings supplied to your assistant, record dimensions and uncertainties, and use the provided floor, wall, opening and stair tools. The owner reviews the preview and explicitly saves a new private home.
Work with an existing home
Request home:read; optionally request home:propose for furniture and finish suggestions. The owner selects one home. Read its current context before making a proposal. The owner previews, applies and saves changes in the viewer.

The consent screen grants only the selected workflow. Obtain the current schemas through MCP tool discovery; do not assume argument formats from this overview.

Files and limits

The connector does not read local files or upload original PDFs, DWGs or images. The user provides readable plans to their assistant. DWG requires a PDF export or an authorized local converter. PDF page overlays are added and aligned by the owner in the draft viewer.

Connections do not permit sharing, purchasing, architectural approval or automatic saving of a private home. Draft edits are stored as they are made; design suggestions need owner confirmation. Measurements describe the model and must be checked on site.

Private-home pricing has not been published and there is no public checkout. The sample and standalone drawing editor need no account. Your assistant provider may charge for its own usage.

Machine-readable reference

Product and connection details (JSON) · Documentation index (text)

These are public documentation files, not authentication endpoints or an agent-registration protocol. They contain no customer homes or credentials.

Get started · Set up your connector