Advanced Custom Fields Abilities
Advanced Custom Fields exposes its field groups, custom post types, and custom taxonomies to AI assistants through the WordPress Abilities API, including full CRUD access to any custom content type you opt in.
16
Total
7
Read
9
Write
Requires Advanced Custom Fields (ACF) 6.8.0+ on a WordPress install where the Abilities API is available (native from WordPress 6.9, or via a compatible Abilities/Feature API polyfill). ACF's global 'Allow AI Access' setting (enable_acf_ai) must be turned on, and each individual field group, custom post type, or custom taxonomy must also have its own 'Allow AI Access' toggle enabled and be exposed in the REST API (show_in_rest) before its abilities are registered. Most abilities additionally require the current user to hold ACF's configured management capability (acf_get_setting('capability'), default manage_options) or the matching WordPress post-type/taxonomy capability (create_posts, edit_posts, delete_posts, manage_terms, edit_terms, delete_terms).
ACF Custom Post Types
Read-onlyacf/custom-post-types
List all ACF-registered custom post types that AI is allowed to access.
ACF Custom Taxonomies
Read-onlyacf/custom-taxonomies
List all ACF-registered custom taxonomies that AI is allowed to access.
Create Custom Post Type Item
Writeacf/create-{post_type}
Create a new item in a specific AI-accessible ACF custom post type.
Create Custom Taxonomy Term
Writeacf/create-{taxonomy}
Create a new term in a specific AI-accessible ACF custom taxonomy.
Delete Custom Post Type Item
Destructiveacf/delete-{post_type}
Delete an item from a specific AI-accessible ACF custom post type by ID.
Delete Custom Taxonomy Term
Destructiveacf/delete-{taxonomy}
Delete a term from a specific AI-accessible ACF custom taxonomy by ID.
List ACF Field Groups
Read-onlyacf/field-groups
Retrieve every ACF field group that currently has AI access enabled.
Query Custom Post Type Items
Read-onlyacf/{post_type}s
List items from a specific AI-accessible ACF custom post type, with search and sorting.
Query Custom Taxonomy Terms
Read-onlyacf/{taxonomy}s
List terms from a specific AI-accessible ACF custom taxonomy, with search and filtering.
Register ACF Field Group
Writeacf/register-field-group
Create a new ACF field group with field definitions and location rules.
Register Custom Post Type
Writeacf/register-custom-post-type
Register a brand-new custom post type (e.g. "Book", "Event") in WordPress.
Register Custom Taxonomy
Writeacf/register-custom-taxonomy
Register a brand-new custom taxonomy (e.g. "Genre", "Color") in WordPress.
Update Custom Post Type Item
Writeacf/update-{post_type}
Update an existing item in a specific AI-accessible ACF custom post type.
Update Custom Taxonomy Term
Writeacf/update-{taxonomy}
Update an existing term in a specific AI-accessible ACF custom taxonomy.
View Custom Post Type Item
Read-onlyacf/view-{post_type}
Get a single item from a specific AI-accessible ACF custom post type by ID.
View Custom Taxonomy Term
Read-onlyacf/view-{taxonomy}
Get a single term from a specific AI-accessible ACF custom taxonomy by ID.
More Content & Tools plugins with abilities
All Content & Tools →Use Advanced Custom Fields's abilities with AI
Install Easy MCP AI on your WordPress site and any AI assistant can call these abilities in minutes.