# Mcp Server MCP server

Agent View of the PolicyLayer registry record for Mcp Server: identity, probed posture, risk grade, and all 12 tools classified. HTML page: https://policylayer.com/tools/dev-agentbrush-mcp-server

## Facts

- Server id: `@agentbrush/mcp-server`
- Install: `npx -y @agentbrush/mcp-server`
- Homepage: https://www.npmjs.com/package/@agentbrush/mcp-server
- Registry record: grade F, identity unverified
- Lifecycle: active
- Rate-limited: no
- Tools: 12 (9 with introspected schema)
- Tool categories present: Destructive, Execute, Read, Write
- Tags: dev agentbrush mcp server, admin, automation
- Record last modified: 2026-07-09T12:38:19.210Z

## Tools (12)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `agentbrush_remove_background` | Destructive | Critical | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-remove-background.md |
| `agentbrush_edit_mask` | Execute | High | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-edit-mask.md |
| `agentbrush_edit_mask_open` | Execute | High | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-edit-mask-open.md |
| `agentbrush_check_status` | Read | Low | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-check-status.md |
| `agentbrush_list_presets` | Read | Low | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-list-presets.md |
| `agentbrush_list_references` | Read | Low | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-list-references.md |
| `agentbrush_edit_mask_result` | Write | Medium | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-edit-mask-result.md |
| `agentbrush_generate` | Write | Medium | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-generate.md |
| `agentbrush_init` | Write | Medium | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-init.md |
| `agentbrush_login` | Write | Medium | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-login.md |
| `agentbrush_populate_identity` | Write | Medium | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-populate-identity.md |
| `agentbrush_save_as_reference` | Write | Medium | https://policylayer.com/tools/dev-agentbrush-mcp-server/agentbrush-save-as-reference.md |

## Tool descriptions

- `agentbrush_remove_background` — Strip the background from a PNG/JPG/WebP and return a transparent PNG. Runs locally — no token charge. Typical use: generate an image with background: 'opaque', then call agentbrush_remove_background on the saved file. image_path must be…
- `agentbrush_edit_mask` — Open a browser-based mask editor for spatial precision edits on an existing image, then block until the user accepts a result. Use this instead of agentbrush_generate when the change requires repositioning, area-specific modifications, r…
- `agentbrush_edit_mask_open` — Open a mask editor session and return the editor URL immediately, without blocking. Prefer agentbrush_edit_mask for most cases — it blocks and returns the edited image automatically when the user accepts. Use this non-blocking variant on…
- `agentbrush_check_status` — Check AgentBrush authentication status, plan details, and token balance. Returns: authentication state, plan name, token balance, monthly allocation, cycle reset date, and quota state. Requires authentication (credentials must exist from…
- `agentbrush_list_presets` — List all available AgentBrush image generation presets. Returns preset IDs, display names, pipeline types, word budgets, and features. No authentication required. Call this before agentbrush_generate if unsure which preset to use. Each p…
- `agentbrush_list_references` — Browse reference images available in the project brand identity folder (.agentbrush/references/). Returns a list of image files with their filenames, tags, descriptions, and absolute paths, merged from identity.json.references[] manifest…
- `agentbrush_edit_mask_result` — Block until the mask editor session reaches "completed" (the user accepted a result), then download and save the edited image. Pair with agentbrush_edit_mask_open. Blocks for up to 30 minutes (matching the signed editor URL lifetime); re…
- `agentbrush_generate` — Generate an image from a text description. Use when the user or project needs a new image asset. Presets: - realistic: Realistic (single model) - flat_illustration: Flat Illustration (single model) - pixel_art: Pixel Art (single model) -…
- `agentbrush_init` — Initialize AgentBrush in a project. Creates .agentbrush/ directory with: - identity.json: brand identity stub (style descriptor, color palette, mood tags) - references/: folder for reference images Non-destructive: skips files that alrea…
- `agentbrush_login` — Authenticate this CLI with your AgentBrush account using device authorization. Opens a browser window where you approve the connection. After approval, API credentials are saved locally and persist across sessions. Only needs to be calle…
- `agentbrush_populate_identity` — Auto-populate the project brand identity table from 1-3 inspiration URLs. Two modes: plan and apply. Plan mode (call without extractions): Returns a structured plan listing the URLs and the exact screenshot paths to save. The MCP does NO…
- `agentbrush_save_as_reference` — Promote a previously-generated or mask-edited image into the project brand identity folder (.agentbrush/references/) and register it in identity.json so the agent can reuse it as a style/character reference on future agentbrush_generate …

## 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=dev-agentbrush-mcp-server · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/dev-agentbrush-mcp-server
