Official Customer & Developer Documentation

EastGate IN Documentation

Learn how to securely connect your WordPress website to AI clients like ChatGPT, Claude Desktop, and Gemini using EastGate IN.

Customer Guide

Step-by-step instructions for account creation, WordPress connection, AI client setup, and subscription management.

Developer & MCP Reference

Remote MCP Control Plane specs, JSON-RPC 2.0 protocols, OAuth 2.0 authorization, and tool schemas.

Part 1: Customer Onboarding & Setup Guide

Everything you need to know to get started with EastGate IN.

1

Create Your Account & Start 7-Day Free Trial

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.

2

Install AIWP Control on WordPress

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.

3

Connect Your WordPress Website

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.

4

Connect AI Client & Authorize Website

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.

5

Verify Connection & Start Using AI

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."

Subscription & Annual Plan Upgrade

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.

Part 2: Developer & Remote MCP Server Specification

Endpoint: https://eastgatein.com/api/v1/mcp

JSON-RPC 2.0 / SSE

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.

Claude Desktop / Remote MCP Config

{
  "mcpServers": {
    "eastgatein": {
      "url": "https://eastgatein.com/api/v1/mcp",
      "transport": "sse"
    }
  }
}

JSON-RPC 2.0 Tool Call Example

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
  }'

Standard Remote MCP Tools:

  • wordpress_get_site_info — Get WP version & status
  • wordpress_list_posts — Fetch latest blog posts
  • wordpress_create_preview — Draft new content securely
  • wordpress_approve_preview — Publish (Premium only)

Ready to Connect Your WordPress Site to AI?

Start your 7-Day Free Trial today. No technical setup required.