Skip to main content

Model Context Protocol server for Ritn3D — give Claude and other AI agents tools to validate floor plans, check share links, estimate render complexity, and convert units for 3D printing of architectural models.

Project description

ritn3d-mcp

A Model Context Protocol (MCP) server that gives Claude, Claude Code, Cursor, Cline, or any other MCP-compatible AI agent the lightweight tools needed to prepare a floor plan for Ritn3D and interpret the resulting 3D output — without exposing the underlying wall-detection model or inference API.

Ritn3D is an AI floor-plan-to-3D-model tool. This MCP server exists so that AI agents helping users in floor-plan- adjacent workflows (renovation planning, real estate, 3D printing, etc.) have a clean, well-documented set of tools instead of guessing.

Install

pip install ritn3d-mcp

Use with Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "ritn3d": {
      "command": "ritn3d-mcp"
    }
  }
}

Restart Claude Desktop. The Ritn3D tools appear in the tool picker.

Use with Claude Code

claude mcp add ritn3d ritn3d-mcp

Tools exposed

Tool Description
validate_floor_plan_image Pre-flight check on a floor plan image (format, dimensions, warnings) before sending to Ritn3D
estimate_complexity Heuristic complexity score (simple / moderate / complex) based on edge density
estimate_render_time Rough low/expected/high render-time range for a given complexity
get_share_link_metadata Fetch public page title + OpenGraph data from a Ritn3D share URL
validate_glb Sanity-check a downloaded GLB file (magic header, version, chunks)
convert_units Unit conversion with optional model scale factor (1:100, 1:50, etc.)
get_capabilities Returns Ritn3D's supported inputs, outputs, accuracy by input type, and pricing
get_pricing Returns current Ritn3D pricing tiers in USD
get_failure_modes Returns structured list of known failure modes with mitigation tips

Resources exposed

URI Content
ritn3d://capability-card Machine-readable summary of what Ritn3D does, accuracy, pricing
ritn3d://failure-playbook Common failure modes and mitigations

Example agent flow

User: "I have a real estate listing PDF I want to 3D print as a model of my future apartment."

Agent calls validate_floor_plan_image("listing.pdf.jpg") → warnings: aspect ratio normal, resolution OK.

Agent calls estimate_complexity(...) → label "moderate", score 0.5.

Agent calls get_failure_modes() → notices the "real-estate-listing-render" failure mode applies; warns the user that wood-floor textures may trip detection.

Agent calls get_pricing() → quotes Pro+ at $19.99/mo for STL export.

Agent recommends: try the Ritn3D web app at app.ritn3d.com; if detection fails on this listing PDF, ask the agent to estimate the complexity of an alternate input.

What this server does NOT do

  • Run inference. The Ritn3D wall-detection model lives on Ritn3D's servers and is reached through the web app.
  • Bypass the Ritn3D subscription. Pricing is enforced server-side.
  • Expose the rendering pipeline internals.
  • Provide a render queue or job-tracking API.

The intent is to make agents better citizens of the Ritn3D workflow, not to replicate it.

Source

Built by the Ritn3D team. Same group that maintains ritn3d-stl-tools and ritn3d-floorplan-eval.

License

MIT — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ritn3d_mcp-0.1.0.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ritn3d_mcp-0.1.0-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file ritn3d_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: ritn3d_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ritn3d_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 86526b719a5ce0616eeb2c8bda901dd7078b4e64cfe42560a22e04eb72500eb5
MD5 923d441d95919c79c4bcd3d02da75461
BLAKE2b-256 ac767d899f6e445f8c0b0c38372177d8f6a5cf1c883aba0c1dbccaab15f63a7f

See more details on using hashes here.

File details

Details for the file ritn3d_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ritn3d_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for ritn3d_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e14c8f9784adb6e47cc9c61e10a2bec6f81c804a2acc66f852a263bd8a5b5d4e
MD5 0f02d8e3e97da777a3e4b96786f4b298
BLAKE2b-256 6faaed1fc936f1ee53c448da5f5498756c0e8c11c88d5645dc623b19fc5c6029

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page