# Brick Builder MCP App MCP server

Agent View of the PolicyLayer registry record for Brick Builder MCP App: identity, probed posture, risk grade, and all 9 tools classified. HTML page: https://policylayer.com/tools/dend-brick-mcp-app

## Facts

- Server id: `dend/brick-mcp-app`
- Homepage: https://github.com/dend/brick-mcp-app
- Registry record: grade F, identity unverified
- Lifecycle: active
- Rate-limited: no
- Tools: 9
- Tool categories present: Destructive, Read, Write
- Tags: dend brick mcp app, admin
- Record last modified: 2026-08-01T10:49:00.715Z

## Tools (9)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `brick_clear_scene` | Destructive | Critical | https://policylayer.com/tools/dend-brick-mcp-app/brick-clear-scene.md |
| `brick_remove_brick` | Destructive | Critical | https://policylayer.com/tools/dend-brick-mcp-app/brick-remove-brick.md |
| `brick_export_scene` | Read | Low | https://policylayer.com/tools/dend-brick-mcp-app/brick-export-scene.md |
| `brick_get_available` | Read | Low | https://policylayer.com/tools/dend-brick-mcp-app/brick-get-available.md |
| `brick_get_scene` | Read | Low | https://policylayer.com/tools/dend-brick-mcp-app/brick-get-scene.md |
| `brick_read_me` | Read | Low | https://policylayer.com/tools/dend-brick-mcp-app/brick-read-me.md |
| `brick_search_parts` | Read | Low | https://policylayer.com/tools/dend-brick-mcp-app/brick-search-parts.md |
| `brick_place` | Write | Medium | https://policylayer.com/tools/dend-brick-mcp-app/brick-place.md |
| `brick_set_build_mode` | Write | Medium | https://policylayer.com/tools/dend-brick-mcp-app/brick-set-build-mode.md |

## Tool descriptions

- `brick_clear_scene` — Remove all bricks from the scene.
- `brick_remove_brick` — Remove a single brick by its ID. Use brick_get_scene to find brick IDs. Also removes any bricks that lose support as a result.
- `brick_export_scene` — Export the scene as JSON or a summary.
- `brick_get_available` — Returns popular brick types with their IDs and dimensions. You can also use any LDraw part number not listed here. For the full library (15,000+ parts), use brick_search_parts to search or browse by category. Call this to learn what bric…
- `brick_get_scene` — Returns the current scene state with all placed bricks and their footprints. Call this ONCE at the start of a building task — between your own brick_place calls, use the footprints in results instead.
- `brick_read_me` — Returns the building guide, coordinate system, and examples. Call this BEFORE using any other brick tool for the first time.
- `brick_search_parts` — Search or browse the full LDraw parts library. Without arguments, returns all categories with part counts. Use
- `brick_place` — Place one or more bricks. Input is CSV — one brick per line, columns: typeId,x,y,z,rotation,color. Rows are auto-sorted by Y ascending so supports always land before dependents (your CSV order need not be bottom-up). Batch cap: max ${MAX…
- `brick_set_build_mode` — Set the build mode and/or snap flag.

## Related servers

- UnClick (1662 tools) — https://policylayer.com/tools/io-github-malamutemayhem-unclick-mcp-server.md
- Delx Mcp A2a (1076 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-a2a.md
- Delx Protocol — Agent Recovery & Continuity (1076 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-protocol.md
- Nodebench (824 tools) — https://policylayer.com/tools/io-github-homenshum-nodebench.md
- MCP Framework Personal (790 tools) — https://policylayer.com/tools/inggerman-mcps.md
- Delx MCP Server (740 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-server.md
- Binance MCP Server (734 tools) — https://policylayer.com/tools/nirholas-binance-mcp.md
- Eda Agent (726 tools) — https://policylayer.com/tools/eda-agent.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=dend-brick-mcp-app · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/dend-brick-mcp-app
