VOYAGER · MARKETING

N 40.7128° · W 74.0060°

WordPress 7.0 and AI: What the New Building Blocks Mean for Agencies

WordPress Is Becoming an AI Platform

WordPress 7.0 introduced an official AI infrastructure: the AI Client plugin, provider abstraction, and the Abilities API. For the first time, WordPress has a standardized way for plugins to register machine-readable capabilities and for AI systems to discover and execute them.

This is not a chatbot feature. This is an operating system-level change in how WordPress plugins communicate with AI — and agencies that understand it now will have a significant head start.

The Three Building Blocks

1. WP AI Client

A provider-agnostic SDK that lets any plugin make AI calls without hardcoding an API. Swap Claude for GPT for Gemini without changing plugin code. API keys managed centrally in Settings > AI Credentials. One key configuration, every plugin benefits.

2. Abilities API

Plugins register “abilities” — structured descriptions of what they can do with typed input/output schemas. Our Orbit plugin registers 32 abilities across content generation, SEO enrichment, lead intelligence, and site management. Any AI system can discover these abilities and call them programmatically.

Example abilities and what they do:

Ability What It Does
generate-hero-content Creates headline + subhead for any page context
generate-faq Produces Q&A pairs from topic + location
enrich-binding-fields Fills empty pSEO meta fields with local data
get-lead-summary Returns lead counts and conversion stats
generate-seo-meta Writes title + description for RankMath
upsert-post Creates or updates a WordPress post from structured data

3. MCP Adapter

Bridges the Abilities API to the Model Context Protocol — the open standard for AI tool use. This means Claude Code, Cursor, Windsurf, or any MCP-compatible AI assistant can control WordPress through a standardized interface. No custom integration per tool.

What This Means for Agencies

An AI assistant that can discover what your WordPress site can do, then execute those capabilities through natural language. Generate a blog post draft. Enrich pSEO pages with local data. Check lead counts. Flush caches. Run content audits. Publish from Notion. All without opening wp-admin.

We have 64 tools exposed via MCP across 9 operational domains: content, SEO, leads, analytics, social, site management, fleet operations, AI, and publishing. An AI agent can autonomously run a content sprint, generate reports, or batch-create pSEO pages.

What This Means for Plugin Developers

If you build WordPress plugins, the Abilities API is your bridge to the AI era. Register your plugin’s capabilities as abilities, and every AI tool that supports MCP can use them immediately. No SDK integration per AI provider. No webhook setup. No REST API documentation for AI consumption.

The schema is strict by design — additionalProperties: false as required by the Anthropic API. This forces clean, well-typed ability definitions that AI systems can call reliably without hallucinating parameter names.

The Managed Agent Layer

On top of the Abilities API, we run scheduled AI agents that perform recurring tasks autonomously:

  • Content Machine (Mon/Wed/Fri 8am) — generates strategic content briefs from keyword gaps
  • SEO Blitz (Tue 10am) — expands the pSEO matrix with new city-service combinations
  • Lead Intelligence (Daily 7am) — coverage analysis and velocity tracking across all client sites
  • Fleet Binding QA (Thu 10am) — checks binding health across the entire client fleet
  • Content Freshness (Wed 2pm) — detects stale content and scores update priority

These agents use the same abilities that a human can call interactively. The difference is they run on a schedule, unattended, producing reports and taking action without anyone initiating the work.

The Opportunity

Agencies that build on these foundations now will have a structural advantage. Their WordPress sites will not just be websites — they will be AI-native platforms that get more capable with every ability registered. Every new plugin feature automatically becomes an AI-accessible tool.

The Voyager ecosystem is a working implementation of this vision: 12 binding sources, 32 abilities, 64 MCP tools, and a fleet management layer that ties it all together.

Key Takeaways

  • WordPress 7.0’s AI Building Blocks are infrastructure, not features. They change what’s possible for every plugin.
  • The Abilities API is the new plugin API. Register what your plugin can do, and AI systems discover it automatically.
  • MCP bridges WordPress to every AI tool. One adapter, universal compatibility.
  • Managed agents are the next layer. Scheduled AI that runs your operations autonomously.
  • Build now. The API is stable, the patterns are proven, and the early movers will have the most capable platforms.

See the WordPress AI Building Blocks in action.


Leave a Reply

Your email address will not be published. Required fields are marked *