by Mescio
0 (0 reviews)
WebMCP Bridge
Make your WordPress site natively AI-agent friendly via the WebMCP protocol — no backend server required.
Tested up to WP 6.9.5 (Current: 7.0.1)
v1.6.0
Current Version v1.6.0
Updated 2 months ago
Last Update on 20 Apr, 2026
Refreshed 10 hours ago
Last Refreshed on
Rank
#10,213
—
No change
Active Installs
300+
+552.2%
KW Avg Position
74
+1 better
Downloads
1.1K
+12 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 400
300+
400+
126
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
Need 11 more installs to reach 400+
Rank Changes
Current
#10,213
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.6.0
- Last Updated
- Apr 20, 2026
- Requires WP
- 6.0+
- Tested Up To
- 6.9.5
- PHP Version
- 8.0 or higher
- Author
- Mescio
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Adminify – White Label, Admin Menu Editor, Login Customizer
7K+ installs
#2,739
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#989
WooCommerce
7M+ installs
#6
MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)
2M+ installs
#24
ManageWP Worker
1M+ installs
#54
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.