INDIVIDUAL MCP TOOL
set_door
Replaces the full openings list of a project you created (an empty list removes all).
LIVE ENDPOINT
https://getroomproof.com/mcp
Connect to this endpoint to inspect the live schema for set_door and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.roomproof]
url = "https://getroomproof.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roomproof": {
"type": "http",
"url": "https://getroomproof.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roomproof
Remote MCP URL: https://getroomproof.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"roomproof": {
"url": "https://getroomproof.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roomproof": {
"type": "http",
"url": "https://getroomproof.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roomproof",
"transport": "streamable-http",
"url": "https://getroomproof.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
read_product— Free, no key.create_room— Free, no key.place_furniture— Places furniture and returns the checked plan as an image plus placed, rejected, issues and image_prompt.show_catalog— Free, no key.move_furniture— Moves, rotates or removes one piece in the saved layout and returns the re-checked plan as an image with issues.show_plan— Returns the saved plan as an image drawn to scale, plus image_prompt and image_positions.check_plan— Re-checks the saved layout only: pieces sticking out, overlaps, blocked areas including door swings, and a 0.open_plan— Call only after the last check_plan returned no issues.