Get SEO Scores is a WordPress ability from Yoast SEO — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →Get SEO Scores
Read-onlyPull the Yoast SEO score for your most recently modified posts, each with its focus keyphrase.
Requires the Yoast SEO plugin on WordPress 6.9+. Each ability only registers when its matching analysis is enabled in Yoast (SEO analysis, readability analysis, or inclusive language analysis), and the current user needs the 'wpseo_manage_options' capability.
What it does
This ability returns the Yoast SEO score for a batch of your most recently modified posts. For each post it reports the title, a score slug (na, bad, ok, or good), a human-readable score label, and the focus keyphrase set for that post (or null when none is set). You control how many posts to pull with a single number_of_posts input, from 1 up to 100, defaulting to the 10 most recent. Because an AI assistant gets the scores and keyphrases together, it can immediately tell you which recently edited posts are underperforming and why — no opening the editor post by post. The ability is registered only when Yoast's SEO (keyphrase) analysis is enabled.
See it in action
You ask your AI assistant
"Get the Yoast SEO scores for my 20 most recently edited posts and list every one that scores 'bad' along with its focus keyphrase."
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| number_of_posts | integer | No | How many recently modified posts to retrieve scores for (1–100). Defaults to 10. |
Returns
An array of objects, one per post, each with the post title, a score slug (na, bad, ok, or good), a human-readable score label, and the post's focus keyphrase (or null).
Permission
The current user must have the 'wpseo_manage_options' capability. Registered only when Yoast's SEO (keyphrase) analysis feature is enabled.