Linux 软件免费装
Banner图

Airano MCP Bridge

开发者 airano
更新时间 2026年5月11日 01:20
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

seo media ai rest-api mcp

下载

2.10.3

详情介绍:

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: Features: REST API Endpoints: SEO meta (namespace airano-mcp-bridge/v1) MCP Bridge helpers (namespace airano-mcp/v1, added in 2.0.0) Designed for MCP Hub — the AI-native management hub for WordPress and self-hosted services. Try the live platform · Source on GitHub.

安装:

  1. Upload the airano-mcp-bridge folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. For SEO meta routes: ensure either Rank Math SEO or Yoast SEO is active
  4. The REST API endpoints are now available

升级注意事项:

2.10.3 Internal refactor only — main class renamed from SEO_API_Bridge to Airano_MCP_Bridge to satisfy wp.org's prefix guideline. No behaviour or REST API changes. 2.10.2 WordPress.org review fixes only — no behaviour changes. Drops a redundant core file include and tightens the /upload-and-attach permission gate so the per-target edit_post check runs before the callback (visible to static analysis). 2.10.1 Internal fix: capabilities and site-health now share a single route map. No breaking changes. 2.10.0 /upload-and-attach now supports Idempotency-Key header to safely retry uploads after client timeouts without creating duplicates. No breaking changes. 2.9.0 Adds POST /airano-mcp/v1/upload-and-attach — upload + metadata + attach + featured in one REST round-trip. No breaking changes. 2.8.0 Adds POST /airano-mcp/v1/regenerate-thumbnails for rebuilding attachment sub-sizes after uploads or format changes. No breaking changes. 2.7.0 Adds GET|POST|DELETE /airano-mcp/v1/audit-hook to forward WordPress action events to MCP Hub. Disabled until configured. No breaking changes. 2.6.0 Adds GET /airano-mcp/v1/site-health for a unified site-health snapshot. No breaking changes. 2.5.0 Adds POST /airano-mcp/v1/transient-flush for native transient cleanup. No breaking changes. 2.4.0 Adds POST /airano-mcp/v1/cache-purge for native cache flushing. No breaking changes. 2.3.0 Adds GET /airano-mcp/v1/export for offline backups and migrations. No breaking changes. 2.2.0 Adds POST /airano-mcp/v1/bulk-meta so MCP Hub can write many post meta values in one request. No breaking changes. 2.1.0 Adds GET /airano-mcp/v1/capabilities so MCP Hub can probe which tools the current application password can actually use. No breaking changes; existing routes unchanged. 2.0.0 Rebranded to "Airano MCP Bridge". Adds new airano-mcp/v1 namespace with upload-helper routes. All existing 1.x REST endpoints keep working unchanged. 1.3.0 GET endpoints now require authentication (edit_posts capability). Update your API clients if needed.

常见问题:

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. SEO routes require edit_posts. Upload helper routes require upload_files or manage_options.

Do I need MCP Hub to use the upload helper routes?

No. The /airano-mcp/v1/upload-chunk route is a standard authenticated REST endpoint and can be used from any client that can send a raw-binary POST with Content-Disposition and Content-Type headers.

Is there a size cap on the upload helper?

The helper reads the request body via php://input, which is not subject to PHP's upload_max_filesize limit — but it is still bounded by post_max_size and memory_limit. For files larger than post_max_size, MCP Hub falls back to its own server-side chunked session pipeline.

Why keep the folder name "airano-mcp-bridge" even though the plugin now does more than SEO?

Plugin slugs on wordpress.org are permanent. Existing installs keep working; the display name and feature set are updated in 2.0.0.

Can I use this without MCP Hub?

Yes. All REST API endpoints work with any application that can make authenticated HTTP requests.

更新日志:

2.10.3 2.10.2 2.10.1 2.10.0 2.9.0 2.8.0 2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.0 2.0.0 1.3.0 1.2.0 1.1.0 1.0.0