Title: Invizo MCP – Secure AI Connector for Claude, Codex, Cursor and WooCommerce
Author: Invizo
Published: <strong>19 Ιουνίου  2026</strong>
Last modified: 14 Ιουλίου  2026

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/invizo-mcp/assets/banner-772x250.png?rev=3605502)

![](https://ps.w.org/invizo-mcp/assets/icon.svg?rev=3605502)

# Invizo MCP – Secure AI Connector for Claude, Codex, Cursor and WooCommerce

 Από [Invizo](https://profiles.wordpress.org/invizo/)

[Λήψη](https://downloads.wordpress.org/plugin/invizo-mcp.2.0.6.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/invizo-mcp/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/invizo-mcp/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/invizo-mcp/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/invizo-mcp/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/invizo-mcp/)

## Περιγραφή

Invizo MCP turns WordPress into a secure, self-hosted Model Context Protocol server.
Connect Claude Code, Claude Desktop, Codex, Cursor, Antigravity, and other MCP-compatible
AI clients directly to your WordPress admin workflows without an Invizo-hosted proxy.

Your site hosts the MCP endpoint:

    ```
    https://example.com/wp-json/mcp/invizo
    ```

Invizo MCP uses WordPress Application Passwords, administrator-only access, granular
scopes, and the WordPress Abilities API. Administrators decide exactly what an AI
client can discover and execute: read-only content, post creation, WooCommerce operations,
media uploads, Elementor workflows, Rank Math metadata, LearnPress course actions,
Events Calendar management, and more.

No Invizo account, subscription, license key, telemetry, or Invizo cloud service
is required.

#### Why choose Invizo MCP?

 * **Self-hosted WordPress MCP server:** WordPress serves MCP JSON-RPC at `/wp-json/
   mcp/invizo`.
 * **Security-first access:** only authenticated administrators with WordPress Application
   Passwords can connect.
 * **Granular permissions:** separate read, write, and delete scopes for WordPress
   content and integrations.
 * **Compact AI tool surface:** exposes `discover-abilities`, `get-ability-info`,
   and `execute-ability` instead of flooding clients with dozens of top-level tools.
 * **Official MCP packages:** bundles the GPL-compatible WordPress MCP Adapter and
   PHP MCP Schema packages.
 * **Works with major clients:** copy-ready setup for Claude Code, Claude Desktop,
   Codex, Cursor, and Antigravity.
 * **WooCommerce-ready:** read, create, edit, and delete store data when WooCommerce
   scopes are enabled.
 * **Builder and SEO support:** Gutenberg, Elementor, and Rank Math SEO scopes for
   content and metadata workflows.
 * **LMS and event workflows:** LearnPress and The Events Calendar integrations 
   activate only when those plugins are installed.
 * **No external Invizo service:** no dashboard handshake, no shared secret, no 
   remote Invizo backend.

#### What can AI clients do with Invizo MCP?

After an administrator enables the endpoint, creates an Application Password, and
selects scopes, approved AI clients can manage WordPress through MCP.

**WordPress content management**

 * Read, create, update, delete, and search posts.
 * Read, create, update, and delete pages.
 * Upload, edit, read, and delete media.
 * Manage categories, tags, and taxonomy terms.
 * Read, create, edit, moderate, and delete comments.
 * Read revisions and delete revisions.
 * Read reusable blocks and patterns.
 * Create and edit reusable blocks.
 * Read and update block templates.
 * Read and update global styles.
 * Search site content.

**Site administration**

 * Read, create, edit, and delete users.
 * Read, create, edit, and delete menus.
 * Read site settings and structure.
 * Update safe site settings through allowlisted handlers.
 * Read plugins and themes.
 * Discover post types, taxonomies, and post statuses.

**Custom content and metadata**

 * Read custom post types.
 * Create and edit custom post type definitions.
 * Delete MCP-managed custom post type definitions.
 * Read post meta.
 * Update post meta.
 * Manage MCP-defined metadata fields without deleting existing WordPress content
   on uninstall.

**Page builders and SEO**

 * Work with Gutenberg content and page-builder workflows.
 * Work with Elementor page data when Elementor is active.
 * Read and update Rank Math SEO metadata when Rank Math SEO is active.

**WooCommerce AI automation**

 * Read WooCommerce products, variations, orders, customers, coupons, and terms.
 * Create and update WooCommerce products, variations, customers, coupons, order
   notes, order statuses, and product terms.
 * Delete WooCommerce data only when delete scopes are enabled.

**LearnPress LMS**

 * Read LearnPress courses, lessons, quizzes, questions, orders, terms, and enrollments.
 * Create and edit LearnPress data when LearnPress is active.
 * Delete LearnPress data only when delete scopes are enabled.
 * Use LearnPress builder workflows when enabled.

**The Events Calendar**

 * Read Events Calendar events, venues, and organizers.
 * Create and edit event data when The Events Calendar is active.

#### MCP tools exposed to clients

Invizo MCP keeps the connected AI client clean and efficient. Instead of publishing
every action as a separate top-level tool, it exposes three compact adapter tools:

 * `discover-abilities`
 * `get-ability-info`
 * `execute-ability`

These tools let Claude, Codex, Cursor, Antigravity, and other clients discover available
WordPress abilities, inspect schemas, and execute only the abilities allowed by 
the administrator-selected scopes.

#### Supported AI clients

The settings page generates copy-ready configuration for:

 * Claude Code
 * Claude Desktop
 * Codex
 * Cursor
 * Antigravity

Clients that require local STDIO MCP can use the `@automattic/mcp-wordpress-remote`
bridge through `npx`. Clients that support authenticated remote HTTP MCP can connect
directly to the WordPress endpoint.

#### Built for administrators, developers, stores, agencies, and site managers

Invizo MCP is for WordPress administrators, WooCommerce store owners, agencies, 
developers, SEO teams, educators, and site maintainers who want trusted AI clients
to work with WordPress through a documented, scoped protocol.

Use read-only scopes for research and reporting. Add write scopes for content workflows.
Enable delete scopes only for trusted clients and tested workflows.

#### Authentication

Invizo MCP uses WordPress Application Passwords and WordPress REST authentication.

Only authenticated users with the `manage_options` capability can access the MCP
transport or execute Invizo abilities. In a standard WordPress installation this
means administrators only.

Create a dedicated Application Password from **Settings > Invizo MCP** for every
AI client or computer. Passwords can be revoked individually from the same screen.

Application Passwords normally require HTTPS. Local HTTP sites can enable them by
setting:

    ```
    define( 'WP_ENVIRONMENT_TYPE', 'local' );
    ```

Security plugins can disable Application Passwords. Invizo reports this condition
on its settings screen.

#### Scopes and safeguards

Administrators choose exactly which read, write, and delete scopes are enabled. 
Abilities outside enabled scopes are hidden from MCP discovery and rejected during
execution.

Optional integration scopes are unavailable unless their required plugin is active.

Existing handler safeguards remain in place, including:

 * WordPress sanitization and validation.
 * Plugin availability checks.
 * Scope checks inside action handlers.
 * Dry-run previews for supported risky operations.
 * Explicit `confirm: true` requirements for supported destructive operations.
 * Reserved metadata protection and safe site-setting allow lists.

#### Complete scope list

Invizo MCP includes scope controls for:

 * Read Posts
 * Create/Edit Posts
 * Delete Posts
 * Read Media
 * Upload/Edit Media
 * Delete Media
 * Read Pages
 * Create/Edit Pages
 * Delete Pages
 * Read Categories and Tags
 * Create/Edit Categories and Tags
 * Delete Categories and Tags
 * Read Comments
 * Create/Edit Comments
 * Delete Comments
 * Read Users
 * Create/Edit Users
 * Delete Users
 * Read Menus
 * Create/Edit Menus
 * Delete Menus
 * Read Custom Post Types
 * Create/Edit Custom Post Types
 * Delete Custom Post Types
 * Read Post Meta
 * Update Post Meta
 * Read Revisions
 * Delete Revisions
 * Read Reusable Blocks and Patterns
 * Create/Edit Reusable Blocks
 * Delete Reusable Blocks
 * Read Block Templates
 * Update Block Templates
 * Read Global Styles
 * Update Global Styles
 * Read Site Settings and Structure
 * Update Safe Site Settings
 * Read Plugins and Themes
 * Search Site Content
 * Gutenberg Page Builder
 * Elementor Page Builder
 * Rank Math SEO
 * Read Events Calendar Data
 * Create/Edit Events Calendar Data
 * Read WooCommerce Data
 * Create/Edit WooCommerce Data
 * Delete WooCommerce Data
 * Read LearnPress Data
 * Create/Edit LearnPress Data
 * Delete LearnPress Data
 * LearnPress Page Builder

#### Data stored by the plugin

Invizo MCP stores:

 * Endpoint enabled/disabled status and selected scopes in the `invizo_mcp_settings`
   option.
 * MCP-managed custom post type definitions in the `invizo_mcp_registered_cpts` 
   option.
 * MCP-managed post meta definitions in the `invizo_mcp_registered_meta_fields` 
   option.
 * A plugin version option used for upgrades.

Application Passwords are created and stored by WordPress in user metadata. Invizo
tags only the credentials it creates so they can be listed and revoked from the 
settings page.

Invizo MCP does not collect analytics or send usage information to Invizo.

### Client Configuration

The settings page generates current, copy-ready values using your site endpoint 
and WordPress username.

#### Claude Code

The primary setup uses `@automattic/mcp-wordpress-remote` through `npx`, with the
endpoint, username, and Application Password stored as environment variables.

A direct HTTP `.mcp.json` alternative is also shown for clients that support authenticated
HTTP MCP servers.

#### Claude Desktop

Add the generated JSON to:

 * macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
 * Windows: `%APPDATA%\Claude\claude_desktop_config.json`

#### Codex

Add the generated TOML to:

 * Project: `.codex/config.toml`
 * Global: `~/.codex/config.toml`

Both `npx` bridge and direct authenticated HTTP examples are provided.

#### Cursor

Add the generated JSON to:

 * Project: `.cursor/mcp.json`
 * Global: `~/.cursor/mcp.json`

#### Antigravity

Add the generated JSON to:

 * macOS/Linux: `~/.gemini/antigravity/mcp_config.json`
 * Windows: `%USERPROFILE%\.gemini\antigravity\mcp_config.json`

#### Local HTTPS

Trust your local certificate whenever possible. For local development only, bridge
configurations may use `NODE_TLS_REJECT_UNAUTHORIZED=0` when the certificate cannot
be trusted normally.

Never commit Application Passwords to source control or paste them into prompts,
tickets, screenshots, or chat messages.

### Privacy and Security

The MCP endpoint is disabled by default on new installations. Enabling it does not
expose abilities until scopes are selected.

The endpoint requires:

 * Valid WordPress Application Password authentication.
 * A WordPress user with the `manage_options` capability.
 * An enabled Invizo scope for the requested ability.

Use one dedicated Application Password per client or device so individual connections
can be revoked without changing the WordPress account password.

When the plugin is uninstalled, Invizo-created Application Passwords are always 
revoked. Plugin settings and MCP-managed definitions are removed only when **Delete
Invizo settings and MCP-managed CPT/meta definitions when the plugin is uninstalled**
is enabled. Existing posts and post meta values are never deleted by the uninstaller.

#### Reporting security issues

Please report security issues privately through the contact information on https://
invizo.io/. Do not publish sensitive vulnerability details in a public support topic
before a fix is available.

### Upgrade from 1.x

Version 2.0 automatically removes the stored external MCP Server URL and shared 
secret.

It preserves:

 * Enabled scopes.
 * MCP-managed custom post type definitions.
 * MCP-managed post meta definitions.
 * WordPress content and integration data.

Sites that previously had a shared secret configured are migrated with the standalone
endpoint enabled. Other installations remain disabled until an administrator explicitly
enables the endpoint.

The legacy signed endpoint `/wp-json/invizo/v1/execute` and its HMAC headers have
been removed.

### External Services

Invizo MCP does not contact an Invizo-hosted service.

MCP clients may use the third-party npm package `@automattic/mcp-wordpress-remote`
as a local bridge when configured by the administrator. The package is downloaded
from the npm registry and runs on the computer hosting the AI client, not inside
WordPress.

When the bridge is used, it sends the configured WordPress endpoint, username, Application
Password, and MCP request data directly to the administrator’s WordPress site. It
does not send those credentials to Invizo.

 * Package: https://www.npmjs.com/package/@automattic/mcp-wordpress-remote
 * Source: https://github.com/Automattic/mcp-wordpress-remote
 * npm Terms of Use: https://docs.npmjs.com/policies/terms
 * npm Privacy Notice: https://docs.npmjs.com/policies/privacy

Media upload actions can fetch a public file URL explicitly supplied by an authenticated
MCP caller through WordPress media sideloading. In that case, the remote file host
receives a normal HTTP request from the WordPress site. The service and data destination
depend entirely on the URL supplied by the administrator’s MCP client.

No external request is made merely by installing or activating Invizo MCP.

### Build and Source Files

The distributed plugin contains the human-readable PHP source used at runtime.

#### PHP dependencies

Composer dependencies are included under `vendor/` because they are required for
the standalone MCP endpoint:

 * `automattic/jetpack-autoloader`
 * `wordpress/mcp-adapter`
 * `wordpress/php-mcp-schema`

All bundled packages use the GPL-2.0-or-later license. Package source, Composer 
metadata, and individual license files are included. See `third-party-notices.txt`.

#### Rebuilding dependencies

From the plugin directory:

    ```
    composer install --no-dev --optimize-autoloader
    ```

Create the WordPress.org submission ZIP from the parent plugins directory while 
excluding Git metadata, operating-system files, logs, and Node dependencies.

## Εγκατάσταση

 1.  Install the Invizo MCP release ZIP, including its bundled `vendor` directory.
 2.  Activate the plugin on WordPress 6.9 or newer.
 3.  Open **Settings > Invizo MCP**.
 4.  Enable the MCP endpoint.
 5.  Select only the scopes your agent needs.
 6.  Create an Application Password.
 7.  Choose Claude, Codex, Cursor, or Antigravity and copy the generated configuration.
 8.  Restart or reload the AI client.
 9.  Verify the connection by listing the server tools and running `discover-abilities`.

Do not install a source-only archive that omits Composer dependencies.

#### Minimum requirements

 * WordPress 6.9 or newer.
 * PHP 7.4 or newer.
 * HTTPS for normal Application Password support. WordPress local environments may
   use HTTP when `WP_ENVIRONMENT_TYPE` is set to `local`.
 * An MCP client that supports remote HTTP MCP or a compatible local STDIO bridge.

## Συχνές Ερωτήσεις

### What is Invizo MCP?

Invizo MCP is a WordPress MCP server plugin. It gives approved AI clients a secure
Model Context Protocol endpoint for reading and managing WordPress content, WooCommerce
data, builders, SEO metadata, LMS content, events, custom post types, and metadata.

### Is Invizo MCP a WordPress MCP server?

Yes. Invizo MCP hosts a native MCP endpoint inside WordPress at `/wp-json/mcp/invizo`.

### What is the Model Context Protocol?

The Model Context Protocol, or MCP, is an open protocol that lets AI clients discover
tools, inspect input schemas, and execute actions on connected systems. Invizo MCP
uses MCP to expose WordPress abilities to authorized AI clients.

### Which AI clients work with Invizo MCP?

Invizo MCP includes setup instructions for Claude Code, Claude Desktop, Codex, Cursor,
and Antigravity. Other MCP-compatible clients can connect when they support authenticated
remote HTTP MCP or a local STDIO bridge.

### Can I connect Claude to WordPress?

Yes. Use the Claude Code or Claude Desktop configuration generated on the Invizo
MCP settings page. The configuration points Claude to your WordPress MCP endpoint
and authenticates with a WordPress Application Password.

### Can I connect Codex to WordPress?

Yes. Invizo MCP provides a Codex `config.toml` example for both project-level and
global Codex configuration. After adding the generated MCP server block, restart
Codex and verify the server exposes `discover-abilities`, `get-ability-info`, and`
execute-ability`.

### Can I connect Cursor to WordPress?

Yes. Invizo MCP provides Cursor `mcp.json` examples for project and global configuration.
Cursor can use the local `@automattic/mcp-wordpress-remote` bridge when needed.

### Does Invizo MCP work with ChatGPT?

Invizo MCP is built on the open Model Context Protocol. It can work with MCP-compatible
clients that support remote HTTP MCP or a local bridge. Use the client configuration
format supported by your ChatGPT MCP environment.

### Does Invizo MCP require Node.js?

WordPress itself does not need Node.js to run Invizo MCP. Some desktop clients use`
npx @automattic/mcp-wordpress-remote` as a local bridge on the computer running 
the AI client.

### Does Invizo MCP contact an Invizo cloud service?

No. Invizo MCP does not contact `api.mcp.invizo.io`, does not require an Invizo 
account, and does not send usage analytics to Invizo. WordPress hosts the MCP endpoint.

### Does Invizo contact api.mcp.invizo.io?

No. Version 2.0 does not require or contact an Invizo backend.

### Is WordPress itself the MCP server?

Yes. WordPress serves MCP JSON-RPC requests at `/wp-json/mcp/invizo`.

### How is Invizo MCP different from hosted WordPress AI connectors?

Invizo MCP is self-hosted. Your WordPress site runs the endpoint, uses WordPress
Application Passwords, and relies on administrator-selected scopes. No Invizo-hosted
relay is required.

### How is Invizo MCP different from a generic REST API wrapper?

Invizo MCP uses the Model Context Protocol and the WordPress Abilities API. AI clients
can discover available abilities, inspect schemas, and execute scoped actions through
MCP instead of guessing REST routes.

### What tools does Invizo MCP expose?

It exposes three compact tools: `discover-abilities`, `get-ability-info`, and `execute-
ability`. Those tools provide access to the allowed WordPress abilities without 
publishing every action as a separate top-level MCP tool.

### Can I control what AI is allowed to do?

Yes. Administrators select the exact read, write, and delete scopes. Disabled scopes
are hidden from MCP discovery and rejected during execution.

### Can I make a read-only AI connection?

Yes. Enable only read scopes, such as Read Posts, Read Pages, Read Media, Read WooCommerce
Data, or Read Site Settings and Structure.

### Can AI create or edit posts and pages?

Yes, when Create/Edit Posts or Create/Edit Pages is enabled. You can keep those 
scopes disabled for read-only clients.

### Can AI delete content?

Only when the relevant delete scope is enabled. Keep delete scopes disabled unless
the client and workflow are trusted.

### Does Invizo MCP work with WooCommerce?

Yes. When WooCommerce is active and WooCommerce scopes are enabled, Invizo MCP can
expose abilities for products, variations, orders, order notes, order statuses, 
coupons, customers, and product terms.

### Does Invizo MCP work with Elementor?

Yes. Elementor scopes become available when Elementor is active. Invizo MCP can 
expose Elementor page-builder workflows to authorized MCP clients.

### Does Invizo MCP work with Gutenberg?

Yes. Invizo MCP includes Gutenberg page-builder support and abilities for reusable
blocks, patterns, block templates, and global styles.

### Does Invizo MCP work with Rank Math SEO?

Yes. Rank Math SEO scopes become available when Rank Math SEO is active.

### Does Invizo MCP work with LearnPress?

Yes. LearnPress read, write, delete, and builder scopes become available when LearnPress
is active.

### Does Invizo MCP work with The Events Calendar?

Yes. Events Calendar read and write scopes become available when The Events Calendar
is active.

### Does Invizo MCP work with custom post types and custom fields?

Yes. Invizo MCP includes scopes for custom post types, custom post type items, post
meta, and MCP-managed metadata definitions.

### Why do some clients still use npx?

Some desktop clients communicate with local STDIO MCP processes more reliably than
remote authenticated HTTP endpoints. `@automattic/mcp-wordpress-remote` is a local
transport bridge; it is not an Invizo-hosted server.

### Can editors connect?

No. Invizo requires `manage_options` at the MCP transport and ability layers.

### How does authentication work?

Invizo MCP uses WordPress Application Passwords. Create a dedicated Application 
Password for each AI client or computer, then store that credential in the client
configuration.

### Why should I create one Application Password per AI client?

Separate credentials make revocation simple. If one computer, client, or workflow
should stop connecting, revoke only that Application Password.

### Can I revoke AI access?

Yes. Revoke the Application Password from the Invizo MCP settings page or the WordPress
user profile. Revocation immediately stops that credential.

### What happens when the endpoint is disabled?

The Invizo MCP route is not initialized. Existing Application Passwords remain valid
WordPress credentials until revoked, but they cannot access an inactive Invizo endpoint.

### Why is an integration scope disabled?

WooCommerce, Elementor, Rank Math SEO, LearnPress, and The Events Calendar scopes
require the corresponding plugin to be active.

### Does Invizo MCP publish posts automatically?

Invizo MCP executes what the authenticated AI client requests and what enabled scopes
allow. Review client prompts carefully, use read-only scopes when possible, and 
test write workflows on staging before using them on production.

### Is Invizo MCP safe for live WooCommerce stores?

It can be used on live stores, but write and delete scopes can affect products, 
orders, coupons, customers, and terms. Use dedicated credentials, least-privilege
scopes, and staging tests for risky workflows.

### Does Invizo MCP store my AI prompts?

Invizo MCP stores plugin settings, selected scopes, MCP-managed CPT definitions,
and MCP-managed metadata definitions. It does not collect analytics or send usage
data to Invizo.

### What happens when I uninstall Invizo MCP?

Invizo-created Application Passwords are revoked. Plugin settings and MCP-managed
CPT/meta definitions are deleted only if uninstall cleanup is enabled. Existing 
posts and post meta values are never deleted by the uninstaller.

### Why do I see 401 Unauthorized?

Check that the Application Password is correct, the WordPress user is an administrator,
Application Passwords are available on the site, and the client is sending HTTP 
Basic authentication correctly.

### Why do I see no abilities in my AI client?

Confirm the endpoint is enabled, at least one scope is selected, required integration
plugins are active, and the AI client has been restarted after adding the configuration.

### Can I use Invizo MCP on localhost or staging?

Yes. Application Passwords normally require HTTPS. Local HTTP sites can enable them
by setting `WP_ENVIRONMENT_TYPE` to `local`.

### Does Invizo MCP support multisite?

Invizo MCP is designed for administrator-only access on the site where it is active.
Test multisite workflows carefully because scopes and capabilities can vary by network
and site configuration.

### Where do I report security issues?

Please report security issues privately through https://invizo.io/ so they can be
handled before public disclosure.

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“Invizo MCP – Secure AI Connector for Claude, Codex, Cursor and WooCommerce” είναι
λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

 *   [ Invizo ](https://profiles.wordpress.org/invizo/)

[Μεταφράστε το “Invizo MCP – Secure AI Connector for Claude, Codex, Cursor and WooCommerce” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/invizo-mcp)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/invizo-mcp/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/invizo-mcp/) ή 
εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/invizo-mcp/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/invizo-mcp/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 2.0.6

 * Updated the WordPress.org short description to better target Claude, ChatGPT,
   Codex, Cursor, WooCommerce, SEO, media, users, builders, LMS, and events.
 * Bumped the plugin header, runtime version, and stable tag for the listing copy
   update.

#### 2.0.5

 * Rewrote the WordPress.org title, short description, feature overview, scope list,
   and FAQ for clearer MCP, Claude, Codex, Cursor, WooCommerce, builder, SEO, LMS,
   and security positioning.
 * Updated the plugin header description to better describe the standalone WordPress
   MCP server and supported integrations.

#### 2.0.4

 * Bumped the release version for WordPress.org resubmission after the bundled dependency
   diagnostic and settings header fixes.
 * Confirmed the settings page no longer shows the source-archive dependency warning
   when Composer dependencies are bundled.

#### 2.0.3

 * Replaced dynamic option keys in site settings handlers with explicit WordPress
   core option references to satisfy plugin review requirements.
 * Added a Composer autoloader fallback so bundled MCP dependencies are detected
   in both generated release and standard Composer layouts.
 * Removed the standalone architecture tagline from the settings page header.

#### 2.0.2

 * Enqueued settings-page CSS and JavaScript through the WordPress asset APIs.
 * Limited dependency notices to the Plugins and Invizo MCP settings screens.
 * Restricted WooCommerce customer address updates to an explicit field and setter
   allowlist.
 * Updated the bundled Jetpack Autoloader dependency.

#### 2.0.1

 * Prepared the standalone release for WordPress.org review and distribution.
 * Added GPL license and third-party dependency notices.
 * Added optional uninstall cleanup and automatic revocation of Invizo-created Application
   Passwords.
 * Added privacy, data storage, security reporting, source, build, and external-
   service documentation.
 * Fixed prepared SQL handling for LearnPress enrollment queries.
 * Improved local HTTPS connection snippets for `.test`, `.local`, and WordPress
   local environments.
 * Removed manual translation loading because WordPress.org loads translations automatically.

#### 2.0.0

 * Converted Invizo into a standalone MCP server hosted by WordPress.
 * Bundled the official WordPress MCP Adapter, PHP MCP Schema, and Jetpack package
   autoloader.
 * Added `/wp-json/mcp/invizo`.
 * Exposed all 143 existing actions as scoped WordPress abilities through compact
   discovery, information, and execution tools.
 * Replaced shared-secret HMAC authentication with administrator-only WordPress 
   Application Passwords.
 * Added endpoint enable/disable control and Application Password creation and revocation.
 * Added generated setup instructions for Claude Code, Claude Desktop, Codex, Cursor,
   and Antigravity.
 * Removed the external Invizo dashboard, handshake, server URL, shared secret, 
   and legacy signed execution endpoint.
 * Added automatic 1.x settings migration while preserving scopes and managed definitions.

## Μεταστοιχεία

 *  Version **2.0.6**
 *  Τελευταία ενημέρωση: **πριν από 2 ημέρες**
 *  Ενεργές εγκαταστάσεις: **Λιγότερες από 10**
 *  Έκδοση WordPress: ** 6.9 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **7.0.1**
 *  Έκδοση PHP: ** 7.4 ή νεότερη **
 *  Language
 * [English (US)](https://wordpress.org/plugins/invizo-mcp/)
 * Ετικέτες:
 * [ai-automation](https://el.wordpress.org/plugins/tags/ai-automation/)[Claude](https://el.wordpress.org/plugins/tags/claude/)
   [cursor](https://el.wordpress.org/plugins/tags/cursor/)[mcp](https://el.wordpress.org/plugins/tags/mcp/)
   [woocommerce](https://el.wordpress.org/plugins/tags/woocommerce/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/invizo-mcp/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/invizo-mcp/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/invizo-mcp/reviews/)

## Συντελεστές

 *   [ Invizo ](https://profiles.wordpress.org/invizo/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/invizo-mcp/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](https://invizo.io/)