Bricks Builder MCP Server (sabiertas/bricks-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 29 tools. No publisher has claimed this listing.

D
Caution
56/100

Bricks Builder MCP Server

Enables AI assistants to manage Bricks Builder pages, templates, and elements via natural language, with multi-site and CPT support.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

sabiertas

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 17 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes29 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

bricks_get_page_elements

Get the Bricks elements array for a page/post by ID. Returns the structured JSON of all elements on that page.

bricks_set_page_elements

Set/replace the entire Bricks elements array for a page/post. Takes the full elements JSON array.

bricks_add_element

Add a single element to a page. Appends to existing elements. If the element has a parent, it will be added to the parent's children array automatically. Includes validation warnings.

bricks_remove_element

Remove an element by its element ID from a page. Also removes all descendant elements.

bricks_update_element

Update a specific element's settings on a page (by element ID). Merges new settings with existing ones.

bricks_find_element

Search elements within a page by type, text content, or CSS class. Returns matching elements with their IDs, settings summary, and parent chain.

bricks_bulk_update_elements

Update settings on multiple elements at once. Accepts an array of {element_id, settings} objects. Includes validation warnings.

bricks_move_element

Move an element to a different parent or position within parent's children array.

bricks_duplicate_element

Duplicate an element and all its descendants within the same page. New IDs are generated for all duplicated elements.

bricks_get_element_tree

Get a hierarchical tree representation of page elements (nested, not flat array). Useful for understanding page structure.

bricks_snapshot_page

Save a snapshot of all page elements before making changes. Stored in post meta. Use bricks_restore_snapshot to roll back.

bricks_restore_snapshot

Restore page elements from a previously saved snapshot.

bricks_list_snapshots

List all available snapshots for a page, sorted by most recent first.

bricks_delete_snapshot

Delete a specific snapshot from a page.

bricks_list_templates

List Bricks templates (headers, footers, sections, content templates). Supports filtering by template_type and search. Returns pagination totals.

bricks_get_template

Get template details including its Bricks elements array.

bricks_create_template

Create a new Bricks template with elements.

bricks_update_template

Update a Bricks template's elements, title, or status.

bricks_delete_template

Delete a Bricks template permanently.

bricks_list_element_types

List available Bricks element types with their default settings structure and examples. LOCAL tool — no API call. Use this to learn which elements and properties are available.

bricks_generate_section

Generate a complete section structure from a type. Returns a ready-to-use Bricks elements array. LOCAL helper — no API call. Types: hero, features, pricing, cta, testimonials, faq, contact, stats, team, logos, newsletter, comparison, steps, footer.

bricks_generate_element

Generate a single Bricks element JSON from parameters. LOCAL helper — no API call. Returns a ready-to-use element object with auto-generated ID.

bricks_list_pages

List pages. By default only shows pages with Bricks content. Set include_all=true to include all pages. Supports search. Returns pagination totals.

bricks_create_page

Create a new WordPress page with Bricks content. The page will use Bricks Builder for rendering.

bricks_clone_page

Clone a page's Bricks content to a new page. All element IDs are regenerated to avoid conflicts.

bricks_get_global_classes

Get Bricks global CSS classes (stored in wp_options as bricks_global_classes). May require a custom REST endpoint if not exposed by default.

bricks_get_page_css

Get custom CSS for a page (stored in _bricks_page_css_2 post meta).

bricks_set_page_css

Set custom CSS for a page (stored in _bricks_page_css_2 post meta).

bricks_get_settings

Get Bricks global settings (stored in wp_options as bricks_global_settings). May require a custom REST endpoint if not exposed by default.

// known CVEs in dependencies17 high12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.20.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.20.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.20.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.6.2GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.6.2GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configBRICKS_SITES"": "main,staging",
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

29/29 tools missing one or more hints — bricks_get_page_elements (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); bricks_set_page_elements (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); bricks_add_element (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +26 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 17 high severity in production deps — @modelcontextprotocol/sdk@1.20.1 (high), @modelcontextprotocol/sdk@1.20.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/sabiertas/bricks-mcp-server?variant=verified)](https://m8ven.ai/mcp/sabiertas/bricks-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 3c3aff840875fb06ea3b2be13a9fe1ce3184b820
code hash: e2194f4526c46c473506e63d3b5fcc79abb63fdfe9024481af8dd3f29288ef73
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client