Get SureRank Post 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 Post SEO
Read-onlyRead a specific post'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 post_id and post_type, this ability validates that the post exists and that the post type matches, then returns the post's SureRank SEO data together with the site's global default values. Having both in one response lets an AI assistant tell whether a post's title, description, or social fields are custom or just inherited, and whether they need attention. It returns an error if the post ID is missing, the post type doesn't exist, or the post type doesn't match the given post.
See it in action
You ask your AI assistant
"Get the SureRank SEO data for post ID 42 on the 'post' post type."
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| post_id | integer | Yes | The target post ID. |
| post_type | string | Yes | The target post type slug. |
Returns
An object with data (the post'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 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.