AICOM – AI Commander is a WordPress app, with a 5.0 average rating from 1 review, as of Aug 31, 2026.
AICOM – AI Commander is a WordPress Plugin Directory app by dudaster. With a rating of 5.0★ from 1 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
AICOM – AI Commander is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 1 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by dudaster — established developer track record
Cons
- −Limited review base (1) — ratings can shift significantly with new feedback
Looking to switch from AICOM – AI Commander?
See AICOM – AI Commander's alternatives ranked by audit score, rating, and review velocity.
How AICOM – AI Commander works
Show full descriptionShow less
AICOM – AI Commander connects your WordPress site to any AI agent via MCP (Model Context Protocol) or OpenAPI. Use your existing AI subscription — Claude Code, OpenAI Codex, ChatGPT Custom GPTs, Copilot Studio, Dify, n8n, OpenClaw, Celine, Goose, or any MCP-compatible client — to manage content, build pages, run audits, and automate repetitive tasks, all without leaving your AI interface.
No more copy-pasting between your AI assistant and the WordPress dashboard. Describe what you want, and your agent does it — safely, with a full record of every action.
Content Management Create, update, and publish posts, pages, and custom post types directly from your AI agent. Build and duplicate Elementor pages, manage menus, upload media, update taxonomies, and handle bulk SEO fields including Yoast SEO meta, titles, and social previews — all in a single conversation. What used to take hours of dashboard work can be delegated to your AI in minutes.
Safety You Control AICOM puts you in charge at every level:
Scope-based API keys — each key grants access only to the operations you explicitly allow. One key for read-only content review, another for full publishing access.
Soft Lock / Hard Lock — freeze all write operations (Soft) or block everything except public tools (Hard) with one click from the admin bar or Safety page.
Working Hours Schedule — automatically apply Soft or Hard Lock outside your configured working hours and days. Agents can’t make changes at night or on weekends unless you explicitly override it.
Dry-run mode — test any operation before it runs. See exactly what would change without touching live data.
Confirm flag — destructive operations require an explicit "confirm": true parameter. Accidental deletions are prevented by design.
Backup & Restore AICOM automatically snapshots a post, term, or Elementor page/template right before your agent updates, trashes, deletes, or edits it — no extra step required, even if the agent never calls a backup tool itself. If something goes wrong, restore the exact previous version in one call, or undo an entire session at once: the Snapshots page lists every session that touched content, with a one-click Restore session button that reverts every post, term, and Elementor page it modified — including Elementor Theme Builder display conditions. Backups are stored in the database and can be cleaned up automatically based on age or total size.
Full Audit Trail Every request is logged: timestamp, remote IP, API key label, tool used, parameters, result, and response time. Logs are grouped into named sessions — when an agent opens a session, all its actions are recorded together so you can review, replay, or undo an entire workflow at once. The Audit Logs page includes a session activity chart and a direct Restore button for each session.
Built for Reliable Automation AICOM speaks strict MCP JSON-RPC: every successful call returns a content field for full client compatibility, protocol errors use standard integer codes, and errors from a tool that actually ran are reported as isError so your agent can see and react to them. Pass an idempotency_key on any write call and a retried request (dropped connection, flaky client) returns the original result instead of repeating the action — no duplicate posts from an accidental double-send. Responses are hardened against corrupted output, so your agent always gets valid JSON back.
Accessibility Audits — New in v3.2.0 AICOM now includes a dedicated Accessibility module so your AI agent can audit and fix WCAG issues across your entire site — no external tools or services required:
Site report — instantly see how many images are missing alt text across your entire media library, with a ranked preview of the top offenders and a percentage score.
Post audit — scan any post or page for heading hierarchy errors (missing H1, skipped heading levels), images without alt text, and links with non-descriptive anchor text (“click here”, “read more”). Each issue is rated by severity and the post receives an overall accessibility score from 0 to 100.
Fix in place — set alt text on any media library image in one call. Pass an empty string to correctly mark it as decorative (aria-hidden). Full dry-run support so you can preview changes before saving.
Screenshot before & after — combine AICOM’s audit tools with your AI agent’s browser capabilities to capture a visual record of the page before and after remediation.
A typical AI-driven accessibility workflow: run the site report, get the list of problem images, let the agent analyse each image visually and write descriptive alt text, apply the fixes — then run the audit again to confirm the score improved. All in one session, with a full audit trail.
Supported Modules
WordPress Core — posts, pages, custom post types, terms, meta, options, menus, plugins
Media — upload, update, delete media; direct file system access
Users & Roles — create, update, manage users and role assignments
Backup — automatic snapshots for posts, terms, and Elementor pages/templates before every write; session-wide restore
Sessions — named audit sessions with grouped action history
Accessibility — site-wide alt text audit, post-level WCAG check, alt text fixes
WooCommerce (optional) — products, categories, settings
Elementor (optional) — page creation from template, widget inspection, theme builder conditions
Polylang (optional) — translations, language assignment, string management, and one-call bilingual post pair creation
Yoast SEO (optional) — read and write SEO titles, meta descriptions, Open Graph and Twitter card fields; bulk audit across all posts in one session
Clautron (optional) — blueprint management, capability catalog, event analytics
ECS (optional) — Ele Custom Skin color schemes, font schemes, custom looks
Who is this for?
Content teams using Claude, ChatGPT, or any AI assistant who want it to publish and update WordPress content directly
Agencies managing multiple client sites and wanting AI-assisted workflows with a full paper trail
Developers building AI-powered WordPress tools or automation pipelines
Accessibility specialists who want to audit and remediate WCAG issues at scale with AI assistance
Claude Code users — point AICOM as an MCP server from your terminal and control WordPress alongside your code
OpenAI Codex users — connect Codex to your site via AICOM’s MCP endpoint and let it manage content as part of your dev workflow
ChatGPT, Copilot Studio, Dify, n8n users — import the OpenAPI schema URL into any OpenAPI-compatible client; all tools are discovered automatically with Bearer auth
OpenClaw / Celine / Goose users — native MCP connector, works out of the box
How it works AICOM exposes a secure HTTP endpoint on your WordPress site. Your AI agent sends structured MCP requests, AICOM authenticates the request, checks scopes and lock state, executes the operation, logs it, and returns a structured response.
AI Agent → AICOM Endpoint → WordPress
API Key Scopes Each API key is granted specific scopes — you control exactly what each AI agent can and cannot do:
read.wp, `write.wp.posts`, `manage.taxonomies`, `manage.meta`, `manage.wordpress.settings`, `manage.media`, `manage.files`, `manage.users`, `manage.plugins`, `manage.backups`, `manage.a11y`, `manage.woocommerce.products`, `manage.woocommerce.settings`, `manage.elementor`, `manage.polylang`, `manage.yoast`, `manage.clautron`
Endpoint REST API:
POST /wp-json/aicom/v1/mcp
Fallback (no mod_rewrite required):
POST /?aicom=1
Health check:
GET /?aicom=1
Authentication Authorization: Bearer aicom_XXXXXXXX_<secret>
or:
X-API-Key: aicom_XXXXXXXX_<secret>
MCP Request Example {"jsonrpc":"2.0","method":"tools/call","params":{"name":"wp.posts.list","arguments":{"post_type":"post","posts_per_page":10}},"id":1}
Keyword rankings
AICOM – AI Commander ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- 1.ai agentRank #224
Competitors & alternatives
AppRanks tracks competitor sets per category. For AICOM – AI Commander, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is AICOM – AI Commander?
AICOM – AI Commander is an app for WordPress. It currently holds a 5.0-star rating from 1 merchant review, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by dudaster.