Manage custom field groups, post types, taxonomies, and field values via Admin and Site Enhancements.
Admin and Site Enhancements bundles custom fields, post types and taxonomies into a single plugin. This integration reaches all three, plus the values stored against them.
List existing groups with their fields, then define new ones.
Register post types without hand-writing a registration call.
Create taxonomies and bind them to the types you name.
Read and write field values through ASE, so types are respected.
Scoped tokens and draft-mode keep large edits under control.
No exports, no SQL, no brittle scripts — just protocol.
Ask in plain language and the ASE integration turns it into typed calls — field groups, post types, taxonomies and the values behind them.
Post types, taxonomies and fields from a single brief.
Fill one field across an entire post type at once.
Find posts with empty fields and fix them in place.
Chain ASE actions into multi-step agent workflows.
The NibWP ASE integration exposes the content-model side of Admin and Site Enhancements to any MCP-compatible AI agent — Claude, Cursor, Claude Code and others.
ASE bundles custom fields, post types and taxonomies into one plugin, which means one integration reaches a whole content model rather than a slice of it. Values are read and written through ASE itself, so field types are respected instead of being flattened into raw post meta.
Register the types, define the fields, then fill them — in one conversation, without a single admin screen.
| Tool | Type | What it does |
|---|---|---|
| list_field_groups | read | Every ASE field group with its fields. |
| create_field_group | write | Define a field group and its fields. |
| list_post_types | read | Post types registered through ASE. |
| create_post_type | write | Register a post type with labels and supports. |
| list_taxonomies | read | Taxonomies and their bound post types. |
| create_taxonomy | write | Register a taxonomy. |
| get_values | read | Read field values for a post. |
| update_values | write | Write field values through ASE rather than raw meta. |
Yes. Once ASE is active, NibWP detects it and its abilities go live instantly — no configuration needed.
The content-model modules — custom field groups, custom post types and taxonomies — plus reading and writing the values stored against them.
Yes. Values go through ASE so field types behave as they do in the admin.
Scoped tokens, rate limits and draft-mode keep large operations controlled and reversible.
Activate the integration and it's live on your MCP endpoint instantly.