WebMCP Bridge
by Mescio 0 (0 reviews)

WebMCP Bridge

Make your WordPress site natively AI-agent friendly via the WebMCP protocol — no backend server required.

WebMCP Bridge ranks #8,377 among WordPress.org plugins with 600+ active installations, is #6,313 of 12,226 in the E-commerce category, and was last updated Sep 15, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.9.7 (Current: 7.1)
v1.8.0 Current Version v1.8.0
Updated 1 day ago Last Update on 15 Sep, 2026
Refreshed 7 hours ago Last Refreshed on
#6,313 of 12,226 in E-commerce Downloads +81% this week
View on WordPress.org
Rank
#8,377
No change
Active Installs
600+
+10.1%
KW Avg Position
4
No change
Downloads
1.8K
+155 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 700

Total Progress 49%
600+ 700+
505
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 51 more installs to reach 700+

Rank Changes

8,397 8,419 8,442 8,464 8,486 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
8,380 8,439 8,498 8,556 8,615 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Current #8,377
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 50 100 150 200 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
0 50 100 150 200 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Security History

Source: WPVulnerability

No known vulnerabilities on record for WebMCP Bridge. Checked 1 month ago.

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site owners and developers who want their site to work with AI agents and browser-based AI tools. It solves the problem of AI agents needing to screenshot or parse HTML by exposing site content and actions (search, cart, forms) as structured WebMCP tools that agents can call directly.

  • Search posts, pages, custom post types
  • Browse products via WooCommerce
  • Manage cart and apply coupons
  • Read navigation menus and site metadata
  • Custom tool registration via PHP API
  • Contact Form 7 integration
  • REST API tool manifest endpoint
  • Integrates with Mescio for Agents

Frequently Asked Questions

Common questions about WebMCP Bridge

No. The REST API endpoints work in every browser and environment. The native WebMCP browser registration is only available in Chrome Early Preview (experimental), but the fallback JavaScript API (window.webmcpBridgeTools) and REST endpoints work everywhere.
Yes. Read-only tools (search, get post, etc.) are publicly accessible by default, matching WordPress's own REST API behaviour. Write-action tools (add to cart, apply coupon, submit form) require a valid WordPress nonce. You can customise which tools require authentication via the webmcp_bridge_protected_tools filter.
Yes. WooCommerce tools are automatically registered when WooCommerce is active and the WooCommerce option is enabled in settings.
When Mescio for Agents is active alongside WebMCP Bridge, two extra tools become available in the manifest: get_markdown_content (AI-optimized content format) and get_llms_txt (site-wide context document). These are detected automatically — no configuration needed.
Absolutely. Use the PHP API: add_action( 'plugins_loaded', function() { if ( ! class_exists( 'WebMCP_Bridge_Tool_Registry' ) ) return; $registry = WebMCP_Bridge_Tool_Registry::instance(); $registry->register( 'my_tool', [ 'description' => 'Does something useful.', 'group' => 'custom', 'inputSchema' => [ 'type' => 'object', 'properties' => [] ], 'callback' => function( $params ) { return [ 'ok' => true ]; }, ] ); } );
https://your-site.com/wp-json/webmcp-bridge/v1/manifest You can also find it on the Settings → WebMCP Bridge page with a one-click copy button.
No. WebMCP Bridge does not collect, store, or send any data to external servers. See the Privacy section above.

Sign In / Register

You need to sign in or register to use this feature.