AI Connect

Connect AI Agents
to Your WordPress Site

A WebMCP Protocol Bridge for WordPress. Let ChatGPT, Claude, Copilot, Gemini, and other AI agents securely interact with your site through OAuth 2.0 with PKCE.

Works with leading AI platforms

ChatGPT Claude GitHub Copilot Gemini Grok DeepSeek Perplexity

Connect to a live WordPress site in 60 seconds

Copy this manifest URL and paste it into your AI agent. That's it.

https://goldt-webmcp-bridge.gold-t.co.il/wp-json/goldt-webmcp-bridge/v1/manifest

Claude Desktop

  1. Open Settings → MCP Servers → Add
  2. Paste the manifest URL above
  3. Ask Claude anything about the site

ChatGPT

  1. Go to Settings → Tools
  2. Add a WebMCP tool with the URL above
  3. Start chatting with live site data

Other AI Agents

  1. Any WebMCP-compatible agent can connect
  2. The manifest endpoint is public for discovery
  3. Authentication happens via OAuth when tools are called

Ready to install?

Download the free plugin from GitHub and add it to your WordPress site in minutes.

Download v0.3.0 from GitHub

Works with any WordPress 5.8+ site running PHP 7.4+

See it in action

Video coming soon — Install, connect, chat with your WordPress site

See what AI agents can do with your WordPress site

Real queries, real tool calls, real answers โ€” powered by your site's content.

AI Connect ยท WordPress
What are the 3 most read technical posts on this site this month?
๐Ÿ”ง searchPosts({ category: "technology", orderBy: "views", limit: 3, dateRange: "this_month" })
Based on this month's analytics, the top 3 technical posts are:

1. "Migrating to PHP 8.3 โ€” What You Need to Know" โ€” 4,230 views. Covers breaking changes, JIT improvements, and migration tips from a real-world WordPress project.

2. "Building a Custom Block with React and WordPress 6.5" โ€” 3,180 views. Step-by-step tutorial with code examples for creating a dynamic Gutenberg block.

3. "REST API Authentication Patterns Compared" โ€” 2,870 views. Analyzes OAuth 2.0, JWT, and Application Passwords for WordPress API security.
Find all posts about Python published in 2025 and summarize the key themes
๐Ÿ”ง searchPosts({ query: "Python", after: "2025-01-01", before: "2025-12-31" })
Found 18 posts mentioning Python published in 2025. Key themes:

1. Python + WordPress integration โ€” 7 posts cover using Python scripts for content migration, data analysis, and automation via the REST API.

2. Machine learning tutorials โ€” 5 posts focus on practical ML implementations using Python, with emphasis on beginner-friendly approaches.

3. DevOps and automation โ€” 4 posts discuss Python-based deployment scripts and CI/CD pipelines for WordPress sites.

4. Data visualization โ€” 2 posts showcase embedding Python-generated charts into WordPress posts.
What products are low in stock and need restocking?
๐Ÿ”ง searchPosts({ postType: "product", metaKey: "stock_status", metaValue: "low_stock" })
โš ๏ธ Pro feature โ€” WooCommerce product management

With AI Connect Pro, I can access your WooCommerce product data. Here's what I'd be able to show you:

โ€” Products with stock below threshold
โ€” Reorder recommendations based on sales velocity
โ€” Supplier contact info linked to each product

The free tier supports searching posts and pages. Upgrade to Pro for full WooCommerce integration.
Which categories get the most comments? Show engagement patterns.
๐Ÿ”ง searchPosts({ orderBy: "comment_count", limit: 50 })
Analyzed comment distribution across all categories from the top 50 most-commented posts:

1. Tutorials โ€” 342 total comments (avg 12/post). Highest engagement category. Questions drive most replies.

2. Opinion/Editorial โ€” 287 comments (avg 19/post). Fewer posts but deeper discussions per post.

3. News โ€” 198 comments (avg 6/post). Quick reactions, shorter comment threads.

Pattern: Posts published on Tuesday/Wednesday get 40% more comments. Posts with code examples get 2.3x more engagement than text-only articles.
Find all comments from the last week that haven't been replied to
๐Ÿ”ง searchPosts({ orderBy: "date", limit: 30 })
๐Ÿ”ง getPost({ id: 1245, includeComments: true })
Found 14 unanswered comments from the past 7 days across your site:

High priority (on popular posts):
โ€” "How do I configure the SMTP settings?" on Email Setup Guide (3 days ago)
โ€” "Getting a 500 error after update" on Plugin Compatibility (2 days ago)
โ€” "Can this work with multisite?" on Network Setup (5 days ago)

Pattern: Most unanswered comments are technical questions. Replying to these could improve reader retention โ€” technical posts with author replies get 58% more return visits.
Search for all posts mentioning React and summarize the recommendations
๐Ÿ”ง searchPosts({ query: "React", limit: 25 })
Found 25 posts mentioning React. Here's a summary of the recommendations:

Consensus recommendations:
โ€” Use React for custom Gutenberg blocks (mentioned in 15 posts)
โ€” Prefer functional components with hooks over class components
โ€” Use @wordpress/scripts for build tooling instead of custom Webpack configs

Debated topics:
โ€” Server-side rendering: split between Next.js advocates and those preferring WordPress's native approach
โ€” State management: Redux vs. Context API โ€” newer posts lean toward Context for simpler cases

Most-cited tools: @wordpress/element, @wordpress/data, React Query for API calls

Everything you need to bridge AI and WordPress

AI Connect provides a secure, standards-based protocol for AI agents to read and write site content โ€” with full permission enforcement.

OAuth 2.0 with PKCE

Industry-standard authentication. Every AI agent authenticates through a secure OAuth flow with proof key for code exchange โ€” no secrets stored client-side.

WordPress Permission Enforcement

AI agents respect your WordPress roles and capabilities. Users only see content they're allowed to view.

REST API Integration

Built on the WordPress REST API. Zero configuration required โ€” works with any standard WordPress installation.

WebMCP Protocol

Built on the WebMCP standard for tool-use AI agents. Provides a manifest endpoint, tool discovery, and structured JSON responses that AI platforms understand natively.

Pre-configured AI Clients

Ships with built-in OAuth client configurations for ChatGPT, Claude, Copilot, Gemini, Grok, DeepSeek, and Perplexity. Connect in minutes, not hours.

Built for WordPress 5.8+

Native WordPress plugin with proper activation hooks, REST routes, and admin settings. Installs through the standard plugin manager โ€” no file editing required.

Start free, scale when you need to

The free tier covers read access and search. Upgrade to Pro when your AI agents need to create and manage content.

Free

AI Connect

Core functionality, always free

  • Search posts and pages
  • Read post and page content
  • Get current user info
  • Content translation (AI-powered or MyMemory)
  • OAuth 2.0 with PKCE authentication
  • WordPress permission enforcement
  • Pre-configured AI client definitions
  • WebMCP manifest and tool discovery
Pro

AI Connect Pro

Full read and write capabilities

  • Everything in Free
  • Create new posts
  • Update existing posts
  • Manage comments
  • WooCommerce product management
  • Advanced user management
  • Priority support

Up and running in four steps

1

Install the Plugin

Upload through WordPress plugin manager or add via the plugins directory.

2

Add the Manifest URL

Copy your site's manifest URL into Claude Desktop, ChatGPT, or any WebMCP-compatible AI agent.

3

Approve Access

When the AI agent needs access, your users approve via a secure OAuth consent screen on your site.

4

AI Chats with Your Site

Ask questions, search posts, find pages โ€” the AI agent uses your site's tools naturally.

Get in touch

Have questions about AI Connect, need help with integration, or interested in the Pro tier? We'd love to hear from you.

support@gold-t.co.il