MCP Protocol v2024-11-05

Connect AI Assistants
to Your WordPress Sites

Invizo is a secure cloud relay that lets Claude, Cursor, ChatGPT, and other AI clients manage your WordPress content through the Model Context Protocol.

Works with

Built for Security & Scale

Every request is authenticated, scoped, and audited. Your WordPress sites stay safe.

🔐

HMAC-Signed Relay

Every request to your WordPress site is signed with HMAC-SHA256 + timestamp + nonce. Replay attacks are impossible.

🎯

Scoped API Keys

Issue API keys with fine-grained scopes — allow creating posts but block deletions. Restrict keys to specific sites.

📋

Full Audit Log

Every tool call is logged with input, output, duration, and status. Know exactly what AI did on your sites.

🏢

Multi-Tenant

Each organization gets isolated tenants with their own sites, keys, and policies. Perfect for agencies.

StreamableHTTP Transport

Uses the latest MCP StreamableHTTP transport for fast, reliable tool execution with session management.

🔌

WP Plugin

Install our lightweight plugin on any WordPress site. One shared secret, automatic capability discovery.

How It Works

Three steps to connect your AI assistant to WordPress.

1

Register & Add Site

Create your account, register your WordPress site, and get a shared secret.

2

Install WP Plugin

Install the Invizo MCP plugin, paste the shared secret, and your site is connected.

3

Connect AI Client

Generate an API key, add the MCP endpoint to Claude/Cursor, and start managing content.

Connect in Seconds

Add this to your MCP client config and you're ready to go.

// mcp_config.json
{
  "invizo": {
    "url": "https://api.invizo.io/mcp",
    "transport": "streamable-http",
    "headers": {
      "Authorization": "Bearer inv_your_api_key"
    }
  }
}