GoldT WebMCP Bridge
by chagold 1 (0 reviews)

GoldT WebMCP Bridge

Bridge for 8 AI agents (Claude, ChatGPT, Grok, more) via WebMCP with OAuth 2.0

GoldT WebMCP Bridge ranks #66,399 among WordPress.org plugins with 1+ active installations, is #1,056 of 1,578 in the Authentication category, a 1/5 rating from 0 reviews, and was last updated Jun 28, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1)
v1.0.0 Current Version v1.0.0
Updated 2 months ago Last Update on 28 Jun, 2026
Refreshed 14 hours ago Last Refreshed on
#1,056 of 1,578 in Authentication Downloads -5.8% this week
View on WordPress.org
Rank
#66,399
No change
Active Installs
1+
No change
KW Avg Position
7
No change
Downloads
693
+3 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 10%
0+ 10+
62,361
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 9 more installs to reach 10+

Rank Changes

46,397 52,050 57,703 63,355 69,008 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
45,252 51,228 57,205 63,181 69,157 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 #66,399
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 10 20 30 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 10 20 30 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

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about GoldT WebMCP Bridge

WebMCP (Web Model Context Protocol) is a standardized protocol for connecting AI agents to web services. It defines how AI assistants discover, authenticate with, and execute tools on web platforms.
Yes! GoldT WebMCP Bridge works with any AI platform that supports REST APIs. This includes ChatGPT (OpenAI), Claude (Anthropic), Make.com, Zapier, and custom applications.
All API calls require authentication for security: * Rate Limiting - Prevents spam and abuse * Monitoring - Track who uses your API * Security - Protects against data scraping and DDoS attacks This is the industry standard (Twitter, GitHub, Google APIs all require auth). Exception: The manifest endpoint is public (no auth needed).
OAuth 2.0 Authorization: The AI agent operates as the WordPress user who authorized it.
* The agent receives an access token linked to that user's ID * All API requests run with that user's permissions * The agent inherits the user's capabilities Security: * No passwords are transmitted - only authorization codes * PKCE prevents authorization code interception * Tokens are time-limited (1 hour) and can be revoked * The agent respects WordPress user capabilities
No, Redis is optional. The plugin works perfectly with WordPress transients. However, Redis is recommended for high-traffic sites (>1,000 requests/day) as it provides better rate limiting performance.
Yes! GoldT WebMCP Bridge is extensible. Use WordPress hooks to add custom tools: `php add_action('goldtwmcp_register_modules', function($goldtwmcp_plugin) { $manifest = $goldtwmcp_plugin->get_manifest_instance(); $manifest->register_tool('mysite.getStats', [...]); }); ` Important: Place your custom tools in your theme's functions.php or a separate plugin - they will be preserved during plugin updates. See the plugin documentation for more details.
Access Token: 1 hour (3600 seconds) Refresh Token: 30 days (2,592,000 seconds) Use the refresh token to get a new access token without re-authentication.
Yes! Multiple options: Revoke specific OAuth token: * Go to GoldT WebMCP → OAuth Tokens * Find the token and click "Revoke" Block specific user: * Go to GoldT WebMCP → Settings * Enter user ID in "Block User" section * User cannot authenticate or use existing tokens
Common issues: "invalid_client" - Check client_id (use: claude-ai, chatgpt, or gemini) "invalid_grant" - Authorization code expired or already used (codes are one-time, 10 min expiry) "access_denied" - User is blocked (check GoldT WebMCP → Settings → Manage User Access) "Token expired" - Access token expired after 1 hour, use refresh token to get new access token "Rate limit exceeded" - Wait for retry period or increase limits in Settings Enable WordPress debug mode and check wp-content/debug.log for details.

Sign In / Register

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