Get SureRank Term SEO 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 Term SEO
Read-onlyRead a taxonomy term's SureRank SEO metadata alongside the global defaults it falls back to.
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
Given a term_id and a taxonomy slug (passed as post_type), this ability validates the taxonomy exists and the term exists within it, then returns the term's SureRank SEO data along with the site's global defaults. This mirrors get-post-seo but for category, tag, or custom taxonomy archive pages, helping an AI assistant see whether a term's SEO fields are customized or inherited before suggesting edits.
See it in action
You ask your AI assistant
"Get the SureRank SEO data for the 'category' term with ID 7."
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| term_id | integer | Yes | The target term ID. |
| post_type | string | Yes | The taxonomy slug for the term. |
Returns
An object with data (the term's SureRank SEO metadata) and global_default (the inherited global defaults for comparison).
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 Global Settings
Retrieve SureRank's global SEO settings, in full or filtered to specific keys.
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 Checks
Run SureRank's SEO checks for one or more taxonomy terms and return the pass/fail results.