# Roomproof (remote · getroomproof.com)

Room planning to scale from your AI: it places furniture, Roomproof checks walkways and door swings.

- Trust score: 74/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `getroomproof.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-getroomproof-roomproof/getroomproof.md), [page](https://verifymcp.io/servers/com-getroomproof-roomproof/getroomproof)

## Channel facts

- Endpoint: `https://getroomproof.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 77/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2325 tokens (~258/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Roomproof MCP server?

Roomproof is a hosted endpoint at https://getroomproof.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-getroomproof-roomproof 'https://getroomproof.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-getroomproof-roomproof": {
      "url": "https://getroomproof.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-getroomproof-roomproof": {
      "type": "http",
      "url": "https://getroomproof.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-getroomproof-roomproof]
url = "https://getroomproof.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-getroomproof-roomproof": {
      "type": "remote",
      "url": "https://getroomproof.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-getroomproof-roomproof --url 'https://getroomproof.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-getroomproof-roomproof:
    url: "https://getroomproof.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-getroomproof-roomproof": {
      "Transport": "http",
      "Url": "https://getroomproof.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-getroomproof-roomproof -t streamable-http -u 'https://getroomproof.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-getroomproof-roomproof": {
      "type": "http",
      "url": "https://getroomproof.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 74, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-21 (score 72, +7)

- [security improvement] Authorization: unverified → partial
- [security] The server rewrote its instructions, which are the text every model session reads
- [functional improvement] Stability: unverified → 0.03

### 2026-09-20 (score 65)

First indexed and scored.

## MCP tools (9)

### `read_product` (~148 tokens)

Read product

Free, no key. Turns a product link (IKEA, any furniture shop) or the pasted text of a product page into real dimensions: name, width_mm, depth_mm, height_mm, price, link. Call it as soon as the user gives a furniture link. On success pass name, width_mm, depth_mm, height_mm, price and link unchanged into a custom piece in place_furniture. If blocked is true, ask the user to paste the product page text and call read_product again with that text as input. Never guess millimeters; a missing dimension is listed in missing.

Input parameters:

- `input` (string, required): A product URL, or the pasted text of the product page.

### `create_room` (~305 tokens)

Create room

Free, no key. Creates a new plan at scale 1:50 and returns its project id plus purchase_url. Send name, plus either width_m and depth_m (rectangle) or rectangles (L-shape, alcove, bay), never both. Always send openings in this same call; without openings the checker treats the room as having no doors and skips the door-swing check. Each side 0.3 to 200 m. Coordinates: x to the right, y down, origin at the room's top-left corner.

Input parameters:

- `depth_m` (number): Depth in meters (top to bottom), 0.3 to 200.
- `key` (string): Purchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
- `name` (string): Name of the plan, e.g. Living room. Default My room.
- `openings` (array): All doors and windows of the room. The swing area of every door becomes a blocked area that furniture must keep clear.
- `rectangles` (array): Instead of width_m and depth_m: 1 to 12 partial areas in meters. kind add joins the area, kind cut removes it. x, y is the rectangle's top-left corner, w, h its size.
- `width_m` (number): Width in meters (left to right), 0.3 to 200.

### `place_furniture` (~500 tokens)

Place furniture

Places furniture and returns the checked plan as an image plus placed, rejected, issues and image_prompt. Send exactly one of spots, placement, or wish. Prefer spots: you name each piece and a rough position (at), the server finds the exact spot, snaps to a 5 cm grid and avoids walls, doors and other pieces. Use placement only when the user gives exact positions; never invent x, y or rot. Use wish only when the user describes the room without naming pieces; it calls Roomproof's own model, is slower and less predictable. Every way is checked against the floor area, overlaps, blocked areas and a 0.9 m path; what does not fit comes back in rejected with a reason. Dimensions in millimeters; x and y in meters to the CENTER of the piece, from the room's top-left corner. Needs key on your own project, free on beispiel-wohnzimmer (nothing is saved there).

Input parameters:

- `blocked` (array): Rectangles that must stay free (radiator, wall cupboard, walkway): x, y, w, h in meters from the room's top-left corner, not piece centers. Door swings are added automatically.
- `keep` (boolean): Default false: the new pieces replace everything in the plan. true adds them to the pieces already there.
- `key` (string): Purchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
- `name` (string): Name of the saved variant, default Draft.
- `outdoor` (boolean): With wish only: limit the model to outdoor furniture, for terraces and balconies.
- `placement` (array): Exact positions from the user, 1 to 60 pieces. Each with catalog or with name plus width_mm and depth_mm, plus x, y (meters to the piece center) and rot. Nothing is nudged: a piece that sticks out or…
- `project` (string, required): Plan id from create_room, or beispiel-wohnzimmer.
- `spots` (array): Preferred. 1 to 40 pieces, each with catalog or with name plus width_mm and depth_mm, plus at. Larger pieces are placed first.
- `wish` (string): One sentence describing the room, e.g. a living room for four with a reading corner. Only without spots and placement.

### `set_door` (~146 tokens)

Set doors and windows

Replaces the full openings list of a project you created (an empty list removes all). Windows have no hinge. Until openings exist, door-swing clearance is not checked. Saved layouts may get new issues afterwards; run check_plan. Needs key; not available on beispiel-wohnzimmer.

Input parameters:

- `key` (string): Purchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
- `openings` (array, required): All doors and windows of the room, 0 to 20. Replaces the existing list completely.
- `project` (string, required): Plan id from create_room.

### `show_catalog` (~103 tokens)

Show catalog

Free, no key. Lists every piece Roomproof knows: catalog id (ASCII slug, copy it exactly), display name, width_mm, depth_mm, group. Call it with no group first. Custom pieces (name plus width_mm and depth_mm, e.g. from read_product) do not need the catalog.

Input parameters:

- `group` (string): Optional filter. Must be one of the strings in groups from a previous show_catalog response, e.g. Living or Outdoor.

### `move_furniture` (~299 tokens)

Move furniture

Moves, rotates or removes one piece in the saved layout and returns the re-checked plan as an image with issues. Send x and y together (piece center, meters), rot, or remove true. The result is saved even with issues, so read them and move again if needed. Needs key on your own project, free on beispiel-wohnzimmer (not saved).

Input parameters:

- `index` (integer): If several pieces share the name: which one, counted from 1 in list order. Default 1.
- `key` (string): Purchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
- `piece` (string, required): Display name from placed, furniture or issues in the last place_furniture, show_plan or check_plan response, e.g. 3-seat sofa. Not the catalog id.
- `project` (string, required): Plan id from create_room, or beispiel-wohnzimmer.
- `remove` (boolean): true removes the piece; x, y and rot are then ignored.
- `rot` (number): New rotation in degrees clockwise.
- `variant` (string): Variant id from a previous response; default the newest.
- `x` (number): New piece center, horizontal, in meters. Send with y.
- `y` (number): New piece center, vertical, in meters. Send with x.

### `show_plan` (~140 tokens)

Show plan

Returns the saved plan as an image drawn to scale, plus image_prompt and image_positions. For a photo of the room copy image_prompt verbatim into your own image generator; Roomproof does not render photos. Needs key on your own project, free on beispiel-wohnzimmer.

Input parameters:

- `key` (string): Purchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
- `project` (string, required): Plan id from create_room, or beispiel-wohnzimmer.
- `variant` (string): Variant id from a previous response; default the newest.

### `check_plan` (~166 tokens)

Check plan

Re-checks the saved layout only: pieces sticking out, overlaps, blocked areas including door swings, and a 0.9 m path to every piece. Does not place, move or spend a wish. Call it after move_furniture or when issues are unclear; ok true with an empty issues list is the condition for open_plan. Needs key on your own project, free on beispiel-wohnzimmer.

Input parameters:

- `key` (string): Purchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
- `project` (string, required): Plan id from create_room, or beispiel-wohnzimmer.
- `variant` (string): Variant id from a previous response; default the newest.

### `open_plan` (~133 tokens)

Open plan

Call only after the last check_plan returned no issues. Returns view_url (read-only, to share) and edit_url (for the owner, with the scaled PDF download). Needs key; not available on beispiel-wohnzimmer.

Input parameters:

- `key` (string): Purchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
- `new` (boolean): true creates a new view_url and invalidates the previous share link. Only if the user wants that.
- `project` (string, required): Plan id from create_room.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-getroomproof-roomproof/getroomproof#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 74
- 2026-09-24: 73
- 2026-09-23: 73
- 2026-09-22: 72
- 2026-09-21: 72
- 2026-09-20: 65

## Common questions

### What is the Roomproof MCP server?

Roomproof is an MCP server listed in the public MCP registry as com.getroomproof/roomproof. Room planning to scale from your AI: it places furniture, Roomproof checks walkways and door swings. This page covers its hosted endpoint (https://getroomproof.com/mcp).

### Is the Roomproof MCP server safe to use?

Roomproof scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Roomproof MCP server expose?

Roomproof exposes 9 tools: read_product, create_room, place_furniture, set_door, show_catalog, and 4 more. Their descriptions and schemas cost roughly 1,940 tokens of context every time the server is loaded.

### Does the Roomproof MCP server require authentication?

No. We connected to Roomproof without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Roomproof MCP server still maintained?

Roomproof is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://getroomproof.com/mcp
- Website: https://getroomproof.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-getroomproof-roomproof/getroomproof.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-getroomproof-roomproof/getroomproof.json
- HTML version of this page: https://verifymcp.io/servers/com-getroomproof-roomproof/getroomproof
