Get SureRank Global Settings is a WordPress ability from SureRank — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →Get SureRank Global Settings
Read-onlyRetrieve SureRank's global SEO settings, in full or filtered to specific keys.
Requires the SureRank plugin on WordPress 6.9+ for the Abilities API. Abilities are only registered when SureRank's admin 'enable_mcp' setting is turned on, and every ability requires the current user to have the 'manage_options' capability.
What it does
This ability reads the SureRank global settings option and returns it as-is, or filters it down to only the keys requested in the optional 'keys' input. It's the plugin-wide counterpart to get-post-seo/get-term-seo, exposing the defaults that individual posts and terms inherit from. An AI assistant can use this to audit or summarize a site's overall SEO configuration before proposing changes with update-global-settings.
See it in action
You ask your AI assistant
"Show me SureRank's current global SEO settings."
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| keys | array | No | Optional list of specific setting keys to return. Omit to return all SureRank settings. |
Returns
An object of SureRank global settings key-value pairs; if 'keys' is provided, only the matching keys are returned.
Permission
Requires the 'manage_options' capability; the ability is only registered when SureRank's admin 'enable_mcp' setting is turned on.
More SureRank abilities
Get SureRank Post SEO
Read a specific post's SureRank SEO metadata alongside the global defaults it falls back to.
Get SureRank Post SEO Checks
Run SureRank's SEO checks for one or more posts and return the pass/fail results.
Get SureRank Robots.txt
Read the custom robots.txt content currently managed by SureRank.
Get SureRank Sitemap Settings
Read SureRank's XML sitemap settings, including which post types and taxonomies are excluded.
Get SureRank Term SEO
Read a taxonomy term's SureRank SEO metadata alongside the global defaults it falls back to.
Get SureRank Term SEO Checks
Run SureRank's SEO checks for one or more taxonomy terms and return the pass/fail results.