Get SureRank Post SEO Checks 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 Checks
Read-onlyRun SureRank's SEO checks for one or more posts and return the pass/fail results.
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 filters the supplied post_ids down to IDs that actually exist, then delegates to SureRank's analyzer — the same engine that powers the on-page SEO checklist in the editor. It returns the check results keyed by post, letting an AI assistant identify exactly which SEO checks are failing across a batch of posts without opening each one in wp-admin. At least one valid post ID is required or the call returns an error.
See it in action
You ask your AI assistant
"Run SureRank's SEO checks for posts 12, 15, and 42 and tell me which checks are failing."
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| post_ids | array | Yes | One or more post IDs to inspect. |
Returns
An object with status, message, and a data object containing the SEO check results for each requested post.
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 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.