Get SeedProd Status is a WordPress ability from SeedProd — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →Get SeedProd Status
Read-onlyRead whether coming soon, maintenance, login, and 404 modes are active, along with license and version details.
Requires the SeedProd (coming-soon) plugin active on a WordPress install where the Abilities API's wp_register_ability function exists (WP 6.9+) — abilities are wrapped in a function_exists check and register only when it does. Individual abilities additionally require the 'manage_options' capability (get-status, toggle-coming-soon, toggle-maintenance), the 'edit_pages' capability (list-pages, get-page), or the capability returned by the 'seedprod_lpage_capability' filter, which defaults to 'edit_others_posts' (save-page).
What it does
This ability returns a snapshot of SeedProd's current configuration: whether coming soon mode and maintenance mode are enabled and which page IDs back them, whether the Pro-only login and 404 modes are enabled and their page IDs, whether the theme builder is active, and license status (active or not, and license type). It also reports the installed SeedProd version and build (pro or lite). It takes no input parameters. An AI assistant can call this first to understand the site's current state before deciding whether to toggle a mode or create a new page.
See it in action
You ask your AI assistant
"Check the current SeedProd status — is coming soon mode on, and what license tier is active?"
Returns
An object reporting coming_soon_enabled/coming_soon_page_id, maintenance_enabled/maintenance_page_id, login_enabled/login_page_id, 404_enabled/404_page_id, theme_enabled, license_active, license_type, version, and build.
Permission
The current user must have the 'manage_options' capability.
More SeedProd abilities
Get SeedProd Page
Retrieve a single SeedProd page's metadata, or its full section content when requested.
List SeedProd Pages
List every SeedProd landing page, mode page, and theme template with its ID, title, type, and status.
Save SeedProd Page
Create a new SeedProd page or update an existing one, including its section/row/block content and mode activation.
Toggle Coming Soon Mode
Turn SeedProd's coming soon page on or off for visitors who aren't logged in.
Toggle Maintenance Mode
Turn SeedProd's maintenance mode page on or off, serving a 503 status to search engines while it's active.