Learn how to securely connect your WordPress website to AI clients like ChatGPT, Claude Desktop, and Gemini using EastGate IN.
Step-by-step instructions for account creation, WordPress connection, AI client setup, and subscription management.
Remote MCP Control Plane specs, JSON-RPC 2.0 protocols, OAuth 2.0 authorization, and tool schemas.
Everything you need to know to get started with EastGate IN.
Visit https://eastgatein.com/register to create your account. Every new registration automatically receives a full 7-Day Free Trial with standard AI capabilities enabled.
AIWP Control is the official, lightweight WordPress connector for EastGate IN. Download the plugin package:
In your WordPress admin panel (wp-admin), go to Plugins $\rightarrow$ Add New $\rightarrow$ Upload Plugin, select the file, and click Activate.
In your EastGate IN dashboard under Websites, click Add Website. Enter your site Name and Domain URL. The system will issue a secure pairing token. Paste this token into your WordPress AIWP Control menu to complete the pairing.
In your dashboard under MCP Connections, click Connect AI Client. Select your preferred client (ChatGPT, Claude Desktop, or Gemini) and authorize your paired WordPress website with one click.
Click [Verify Connection] to run a live non-destructive ping across the EastGate IN $\rightarrow$ WordPress chain. Once verified, ask your AI: "Show me my latest 5 WordPress posts."
EastGate IN operates on a simple commercial model: 7-Day Free Trial ($0) followed by an Annual Subscription ($50/yr). Upgrade anytime under Billing using our secure checkout.
Endpoint: https://eastgatein.com/api/v1/mcp
The EastGate IN Remote MCP Control Plane allows AI Clients to authenticate using OAuth 2.0 or Bearer Tokens and execute remote Model Context Protocol (MCP) tools against authorized WordPress sites.
{
"mcpServers": {
"eastgatein": {
"url": "https://eastgatein.com/api/v1/mcp",
"transport": "sse"
}
}
}curl -X POST "https://eastgatein.com/api/v1/mcp" \
-H "Authorization: Bearer <YOUR_MCP_BEARER_TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "wordpress_list_posts",
"arguments": { "limit": 5 }
},
"id": 1
}'Start your 7-Day Free Trial today. No technical setup required.