Get SiteSEO Settings is a WordPress ability from SiteSEO – SEO Simplified — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →Get SiteSEO Settings
Read-onlyRead the full SiteSEO settings tree.
Requires the SiteSEO plugin on WordPress 6.9+ for the Abilities API (abilities are registered only when the wp_register_ability() function exists). Each ability is additionally gated by the caller holding the matching WordPress capability — edit_posts for the post abilities, or manage_options for settings, audit, and sitemap abilities.
What it does
This ability returns SiteSEO's settings tree (titles, social, advanced, sitemap, analytics) as a single opaque structured object. It takes no input and is strictly read-only — settings cannot be changed through this ability, only inspected; any changes still have to be made through the SiteSEO admin UI. It's useful for an AI assistant that needs to understand the site's current SiteSEO configuration before recommending changes.
See it in action
You ask your AI assistant
"Pull the current SiteSEO settings so you can tell me what's already configured before I ask you to recommend changes."
Returns
An object with a single 'settings' field containing the full SiteSEO settings tree (opaque structured data internal to SiteSEO).
Permission
The current user must have the WordPress 'manage_options' capability. Read-only: settings cannot be modified via this ability.
More SiteSEO – SEO Simplified abilities
Get Homepage SEO Audit
Get an SEO snapshot of the homepage, including title, meta description, robots flags, social meta and cached score.
Get Post SEO Data
Retrieve the SEO snapshot for a single post: title, meta description, focus keyphrase, robots flags, canonical URL and social meta.
Get Site SEO Audit
Get a site-wide SEO health snapshot covering the homepage, sitemap status, custom robots rules, and public post types.
Get Sitemap Status
Check whether the SiteSEO XML sitemap is enabled and get its index URL.
List Posts by SEO Score
List posts with their cached SEO content-analysis score.
List Posts Missing SEO Data
Find posts where the title, meta description, or focus keyphrase hasn't been set.