Jetpack Search Abilities
Jetpack Search bundles Automattic's shared Stats abilities package and initializes it during its own plugin bootstrap, exposing seven jetpack-stats abilities that let AI read traffic overviews, top content, per-post views, visit timeseries, and follower counts, plus read and update who can see or is counted by Stats.
7
Total
6
Read
1
Write
Requires the Jetpack Search plugin on WordPress 6.9+ for the Abilities API. The abilities themselves live in the shared automattic/jetpack-stats package (category jetpack-stats), which Jetpack Search's own bootstrap (Jetpack_Search_Plugin::configure_packages(), via Config::ensure('stats')) initializes unconditionally on every request, so they are reachable purely from installing this plugin. Registration is additionally gated behind the 'jetpack_wp_abilities_enabled' filter inside the shared Registrar base class, which defaults to false, so abilities only actually register once that filter is flipped on for a site. Read abilities require the 'view_stats' capability; the settings-write ability requires 'manage_options'. All read abilities require the site to be connected to WordPress.com, since data is fetched from WPCOM Stats endpoints.
Get follower counts
Read-onlyjetpack-stats/get-followers
Get a breakdown of follower counts across email, WordPress.com, comments, and each connected Publicize (social) service.
Get site stats overview
Read-onlyjetpack-stats/get-site-overview
Get a zero-argument snapshot of how the site is doing right now: today's/week's/month's views, posting streak, top post, and top referrer.
Get site visits timeseries
Read-onlyjetpack-stats/get-visits
Get a site-wide views/visitors/likes/comments timeseries to answer 'is traffic trending up?'.
Get Stats settings
Read-onlyjetpack-stats/get-settings
Read who can see Stats, whose visits are counted, and whether Do Not Track is honored.
Get top stats content
Read-onlyjetpack-stats/get-top-content
Get the top-performing posts, referrers, search terms, outbound clicks, tags, authors, countries, downloads, or video plays for a chosen period.
Get views for a post
Read-onlyjetpack-stats/get-post-views
Get a single post's total views and a per-period views timeseries.
Update Stats settings
Writejetpack-stats/update-settings
Change who can see Stats, whose visits are counted, whether the admin bar shows Stats, or whether Do Not Track is honored.
More Backup & Site Management plugins with abilities
All Backup & Site Management →Use Jetpack Search's abilities with AI
Install Easy MCP AI on your WordPress site and any AI assistant can call these abilities in minutes.