Every NIBWP ability is a typed MCP tool an agent can call. Abilities are grouped by area; each is read, write or destructive and is gated by your token scopes.
TL;DR
30+ built-in abilities cover content, media, users, search, SEO, security and per-plugin integrations — all schema-validated and audit-logged.
CRM
| Ability | Type | What it does |
|---|---|---|
nibwp/fluentcrm-manage | write | Create or update CRM data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
SEO
| Ability | Type | What it does |
|---|---|---|
nibwp/seo-image-optimize | write | Create or update SEO data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
custom-fields
| Ability | Type | What it does |
|---|---|---|
nibwp/acf-manage-fields | write | Create or update custom-fields data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
design-system
| Ability | Type | What it does |
|---|---|---|
nibwp/acss-pro-from-design | write | Create or update design-system data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/acss-pro-update-variables | destructive | A governed, destructive action for design-system — gated behind explicit scopes, a required confirmation, and the audit log. |
nibwp/acss-update-variables | write | Create or update design-system data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
e-commerce
| Ability | Type | What it does |
|---|---|---|
nibwp/fluentcart-manage | write | Create or update e-commerce data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
forms
| Ability | Type | What it does |
|---|---|---|
nibwp/forms-manage | write | Create or update forms data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
memory
| Ability | Type | What it does |
|---|---|---|
nibwp/memory-recall | read | A safe, side-effect-free call that returns structured, schema-typed data for memory — discoverable, permissioned and logged. |
nibwp/memory-store | write | Create or update memory data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
page-builder
| Ability | Type | What it does |
|---|---|---|
nibwp/bricks-create-template | write | Create or update page-builder data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/bricks-pro-html-to-component | write | Create or update page-builder data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/etchwp-pro-html-to-component | write | Create or update page-builder data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/etchwp-pro-image-to-component | write | Create or update page-builder data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
security
| Ability | Type | What it does |
|---|---|---|
nibwp/security-scan-malware | read | A safe, side-effect-free call that returns structured, schema-typed data for security — discoverable, permissioned and logged. |
wordpress
| Ability | Type | What it does |
|---|---|---|
nibwp/create-upload-link | write | Create or update wordpress data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/delete-file | destructive | A governed, destructive action for wordpress — gated behind explicit scopes, a required confirmation, and the audit log. |
nibwp/edit-file | write | Create or update wordpress data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/execute-php | destructive | A governed, destructive action for wordpress — gated behind explicit scopes, a required confirmation, and the audit log. |
nibwp/load-skill-playbook | read | A safe, side-effect-free call that returns structured, schema-typed data for wordpress — discoverable, permissioned and logged. |
nibwp/skill-preflight | read | A safe, side-effect-free call that returns structured, schema-typed data for wordpress — discoverable, permissioned and logged. |
nibwp/wp-create-post | write | Create or update wordpress data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/wp-create-term | write | Create or update wordpress data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/wp-get-post | read | A safe, side-effect-free call that returns structured, schema-typed data for wordpress — discoverable, permissioned and logged. |
nibwp/wp-list-posts | read | A safe, side-effect-free call that returns structured, schema-typed data for wordpress — discoverable, permissioned and logged. |
nibwp/wp-list-users | read | A safe, side-effect-free call that returns structured, schema-typed data for wordpress — discoverable, permissioned and logged. |
nibwp/wp-search | read | A safe, side-effect-free call that returns structured, schema-typed data for wordpress — discoverable, permissioned and logged. |
nibwp/wp-update-post | write | Create or update wordpress data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/wp-upload-media | write | Create or update wordpress data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed. |
nibwp/write-file | destructive | A governed, destructive action for wordpress — gated behind explicit scopes, a required confirmation, and the audit log. |