Model Context Protocol (MCP) Infrastructure
Connect Claude Desktop, Cursor, or custom AI clients directly to your WordPress websites.
MCP Server EndpointACTIVE • SSE / JSON-RPC 2.0
https://mcp.localhost:3000/Claude Desktop / Cursor Config
Add this to your claude_desktop_config.json or Cursor MCP settings file:
{
"mcpServers": {
"eastgatein": {
"command": "npx",
"args": [
"-y",
"@eastgatein/mcp-client"
],
"env": {
"EASTGATEIN_API_KEY": "eg_live_8f3a99887766554433221100"
}
}
}
}Exposed MCP Tools & Capabilities
inspect_site
Retrieves complete status, WP version, PHP version, plugins, themes, and health score.
run_site_audit
Triggers an automated AI security, SEO, and performance diagnostic audit.
optimize_seo_metadata
Generates and pushes optimized meta titles, descriptions, and OpenGraph tags.
publish_post
Creates and publishes posts on connected WordPress sites securely.