Airano MCP SEO Meta Bridge

外掛說明

⚠️ This plugin has been superseded by Airano MCP Bridge (slug airano-mcp-bridge). The replacement carries the same SEO routes plus media uploads (bypass upload_max_filesize), bulk meta writes, cache purge, transient flush, site health, audit hook, and thumbnail regeneration. Existing installs of Airano MCP SEO Meta Bridge keep working — no breaking changes — but new installs should use Airano MCP Bridge. An admin notice in v1.3.1+ links to the replacement.

Airano MCP SEO Bridge is a WordPress plugin that exposes Rank Math SEO and Yoast SEO meta fields via dedicated REST API endpoints. This enables MCP servers, AI agents, and other applications to read and write SEO metadata programmatically for posts, pages, and WooCommerce products.

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
  • Secure — Requires WordPress Application Password and edit_posts capability
  • Auto-Detection — Automatically detects which SEO plugin is active
  • Status Endpoint — Dedicated API endpoint for plugin and SEO detection
  • Zero Configuration — Works out of the box after activation

REST API Endpoints:

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

Designed for MCP Hub — the AI-native management hub for WordPress and self-hosted services.

安裝方式

  1. Upload the airano-mcp-seo-bridge folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Ensure either Rank Math SEO or Yoast SEO is active
  4. The REST API endpoints are now available

常見問題集

Which SEO plugins are supported?

Rank Math SEO and Yoast SEO. The plugin auto-detects which one is active.

Does it work with WooCommerce?

Yes. Product SEO endpoints are available when WooCommerce is active.

How is authentication handled?

All endpoints require WordPress Application Password authentication and the edit_posts capability. POST requests require the same capability.

Can I use this without MCP Hub?

Yes. The REST API endpoints work with any application that can make HTTP requests with proper WordPress authentication.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Airano MCP SEO Meta Bridge〉的開發相關工作。

參與者

將〈Airano MCP SEO Meta Bridge〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3.1

  • Migration notice — this plugin is now superseded by Airano MCP Bridge. A dismissible admin notice links to the replacement; SEO routes and behaviour are otherwise unchanged so existing installs continue to work without modification. Per-user dismissal is honoured via a nonce-protected query parameter and persisted in user_meta.

1.3.0

  • Added REST API endpoints for posts, pages, and products (GET/POST operations)
  • Added authentication requirement for all endpoints
  • Fixed rank_math_title meta key registration

1.2.0

  • Enhanced WooCommerce product support
  • Improved MariaDB compatibility

1.1.0

  • Added status endpoint for plugin detection
  • Improved error handling

1.0.0

  • Initial release with Rank Math and Yoast SEO support