plugin-icon

Airano MCP Bridge

Door airano·
Companion plugin for MCP Hub. REST API routes for SEO meta and raw-binary media uploads that bypass upload_max_filesize.
Versie
2.11.0
Actieve installaties
30
Laatst bijgewerkt
Jun 4, 2026
Airano MCP Bridge

Airano MCP Bridge is the official companion plugin for MCP Hub (source) — the AI-native management hub for WordPress, WooCommerce, and self-hosted services. It extends the WordPress REST API with dedicated routes that AI agents (Claude, ChatGPT, Cursor, VS Code Copilot) and the MCP Hub server rely on:

  • SEO meta routes — read and write Rank Math SEO and Yoast SEO metadata for posts, pages, and WooCommerce products.
  • Media upload helper routes — accept raw-binary uploads via php://input, which bypasses the upload_max_filesize PHP limit (still bounded by post_max_size). Unlocks reliable hero-image and large-asset uploads for AI-agent workflows.
  • Capability probe — reports the effective PHP + WordPress upload limits so MCP Hub can pick the right upload path automatically.

Features:

  • Rank Math SEO Support — Full access to all Rank Math meta fields
  • Yoast SEO Support — Full access to all Yoast SEO meta fields
  • WooCommerce Compatible — Works with product post types
  • MCP Hub media pipeline — bypasses upload_max_filesize for AI-agent uploads
  • Secure — Requires WordPress Application Password + capability checks on every route
  • Auto-Detection — Automatically detects active SEO plugin and advertises capabilities
  • Zero Configuration — Works out of the box after activation

REST API Endpoints:

SEO meta (namespace airano-mcp-bridge/v1)

  • GET/POST /wp-json/airano-mcp-bridge/v1/posts/{id}/seo — Post SEO data
  • GET/POST /wp-json/airano-mcp-bridge/v1/pages/{id}/seo — Page SEO data
  • GET/POST /wp-json/airano-mcp-bridge/v1/products/{id}/seo — Product SEO data (WooCommerce)
  • GET /wp-json/airano-mcp-bridge/v1/status — Plugin status + active SEO plugins

MCP Bridge helpers (namespace airano-mcp/v1, added in 2.0.0)

  • GET /wp-json/airano-mcp/v1/upload-limits — Effective PHP + WP upload limits
  • POST /wp-json/airano-mcp/v1/upload-chunk — Raw-body media upload (bypasses upload_max_filesize)
  • GET /wp-json/airano-mcp/v1/capabilities — Effective capabilities + feature flags + available routes (added in 2.1.0)
  • POST /wp-json/airano-mcp/v1/bulk-meta — Batch post/product meta writes in a single HTTP round-trip (added in 2.2.0)
  • GET /wp-json/airano-mcp/v1/export — Structured JSON export: posts, pages, products + media + terms + meta, with post_type/status/since/limit/offset paging (added in 2.3.0)
  • POST /wp-json/airano-mcp/v1/cache-purge — Auto-detects active cache plugins (LiteSpeed, WP Rocket, W3TC, Super Cache, Fastest Cache, SG Optimizer) and invokes their purge API; always flushes object cache (added in 2.4.0)
  • POST /wp-json/airano-mcp/v1/transient-flush — Native transient cleanup with scope=expired/all/pattern (glob); optional site-transient handling on multisite (added in 2.5.0)
  • GET /wp-json/airano-mcp/v1/site-health — Unified site-health snapshot: PHP/MySQL/WP versions, extensions, disk free, active plugins + theme, writability checks (added in 2.6.0)
  • GET|POST|DELETE /wp-json/airano-mcp/v1/audit-hook — Configure + query a webhook that forwards WordPress action events to MCP Hub (HMAC-SHA256 signed, non-blocking) (added in 2.7.0)
  • POST /wp-json/airano-mcp/v1/regenerate-thumbnails — Regenerate attachment sub-sizes via wp_generate_attachment_metadata for a list of IDs or in paged batch mode (added in 2.8.0)
  • POST /wp-json/airano-mcp/v1/upload-and-attach — Raw-body upload + metadata + attach-to-post + set-featured in a single REST call (added in 2.9.0). Query params: attach_to_post, set_featured, title, alt_text, caption, description. Permission: upload_files + edit_post on the target post.
  • POST /wp-json/airano-mcp/v1/opcache-reset — Reset PHP OPcache after a theme/plugin deploy (added in 2.11.0). Permission: manage_options.
  • GET /wp-json/airano-mcp/v1/transients — Read-only inventory of transient keys + expirations; values intentionally never returned (added in 2.11.0). Capped at 500 per call. Permission: manage_options.
  • POST /wp-json/airano-mcp/v1/term-update — Mutate a taxonomy term via wp_update_term (added in 2.11.0). Accepts taxonomy (canonical name or REST base), term_id, and any of name/slug/description/parent. Permission: the taxonomy’s own edit_terms capability, enforced at the route gate.
  • POST /wp-json/airano-mcp/v1/cache-purge — As of 2.11.0 accepts an optional scope body parameter (all / page / object, default all).

Designed for MCP Hub — the AI-native management hub for WordPress and self-hosted services. Try the live platform · Source on GitHub.

Gratisvoor betaalde abonnementen
Door te installeren, ga je akkoord met de Servicevoorwaarden van WordPress.com en de voorwaarden voor plugins van derden.
Getest tot
WordPress 7.0
Deze plugin kan worden gedownload, zodat je hem op je kan gebruiken.