> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maxicore.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Maxi AI Core: AI agent management for WordPress & WooCommerce sites

> Maxi AI Core gives AI agents structured, audited abilities to manage your WordPress and WooCommerce site via the Model Context Protocol (MCP).

[Maxi AI Core](https://maxicore.ai) is a WordPress plugin that lets AI agents — Claude, ChatGPT, Cursor, Codex, and others — read and manage your site through a structured set of named operations called abilities. Every ability is permission-gated, governed by configurable rules, and recorded in a tamper-evident audit log, so you stay in control of what agents can do and can see exactly what they did.

## How it fits your workflow

You install Maxi AI Core on your WordPress site the same way you install any other plugin. Once it's active and licensed, you point your AI client at the plugin's MCP endpoint URL. The client authenticates — either through a one-click OAuth 2.1 browser flow or with a WordPress application password — and from that point on the agent can call abilities to manage your content, products, media, and more.

Every agent session starts with `maxi/bootstrap-session`, which delivers your operational playbook and any active operator instructions before any other ability runs. Subsequent ability calls go through capability checks, ability-rule enforcement, and the audit log before touching your site data.

## Key features

<CardGroup cols={2}>
  <Card title="100+ structured abilities" icon="shapes" href="/abilities/overview">
    Content, taxonomy, media, meta, AI generation, WooCommerce, analytics, and development tools — all in one plugin.
  </Card>

  <Card title="OAuth 2.1 connection" icon="shield-halved" href="/connect/oauth">
    Connect AI clients by pasting one URL and clicking Authorize in your browser. No manual token setup.
  </Card>

  <Card title="Lite & Pro plans" icon="star" href="/concepts/licensing">
    Two paid tiers with feature-group gating. Purchase and activate at maxicore.ai — no plugin reinstall when you upgrade.
  </Card>

  <Card title="WooCommerce support" icon="cart-shopping" href="/abilities/woocommerce-products">
    Manage products, orders, coupons, shipping zones, and tax rates via AI agent abilities.
  </Card>

  <Card title="AI generation" icon="wand-magic-sparkles" href="/abilities/ai-text">
    Generate text and images with OpenAI, Anthropic, OpenRouter, Replicate, BFL, and local providers.
  </Card>

  <Card title="Audit log" icon="clipboard-list" href="/security/audit-log">
    Every content mutation, license event, and key rotation is recorded in a queryable audit log.
  </Card>
</CardGroup>

## Licensing

Maxi AI Core requires an active license for each connected site. All plans include the full feature set — pricing varies only by the number of licensed sites.\
\
Purchase a license at [maxicore.ai](https://maxicore.ai) and activate it in **WordPress admin → Settings → Maxi AI License** or by calling `maxi/activate-license`.

<Note>
  Without an active license, only the session bootstrap and license activation abilities work. That's intentional — it gives you just enough access to activate a key and get started.
</Note>

## Where to go next

<CardGroup cols={2}>
  <Card title="Install the plugin" icon="plug" href="/installation">
    Download, install, and activate your license in a few steps.
  </Card>

  <Card title="Quick start" icon="rocket" href="/quickstart">
    Connect your first AI client and make your first ability call end-to-end.
  </Card>

  <Card title="Abilities reference" icon="book" href="/abilities/overview">
    Browse the full library of 70+ abilities and their capability requirements.
  </Card>

  <Card title="Connect AI clients" icon="link" href="/connect/oauth">
    Set up OAuth 2.1 so AI clients can connect with a single URL.
  </Card>
</CardGroup>
