Get the plugin
WP MCP/Integrations/Block suites

Block suites integration

MCP for Spectra

Spectra (Ultimate Addons for Gutenberg, uagb/* blocks) is a Gutenberg block library. WP MCP's block tools handle it with no Spectra-specific integration: list-block-types surfaces its blocks, get-block-type exposes their attributes, and add-block / update-block edit them by markup at an index path. Same free Gutenberg surface as core blocks, snapshotted before every write.

list-block-typesget-block-typeadd-blockupdate-blockinsert-pattern

What your AI can do

Real Spectra operations, every write reversible.

  • Discover Spectra (uagb) blocks through the registry
  • Read a Spectra block's attributes
  • Insert and update Spectra blocks by markup at a path
  • Roll back any block edit, per change or per session

Example prompts

Just ask.

List the Spectra blocks on this site.

Add a Spectra info-box section under the hero on the homepage.

Change the button label in the Spectra call-to-action block.

Under the hood

The real calls.

wpmcp, spectra

list-block-types({ search: "uagb" }), Spectra blocks use the uagb namespace

add-block({ id: 20, markup: "<!-- wp:uagb/info-box ... -->", path: [2] }), snapshotted

Frequently asked

Questions, answered.

Why is Spectra covered without a dedicated integration?

Spectra registers standard Gutenberg blocks under the uagb namespace, and WP MCP's block tools work on any registered block and on raw markup. A regression test verifies a non-core block flows through list, inspect, and add, so Spectra is handled like core blocks.

Point your AI at Spectra.

Release notes, straight to your inbox.

One email per release, what shipped, what's verified, what's production-only. No drip campaigns. Unsubscribe in one click.