Invizo is a secure cloud relay that lets Claude, Cursor, ChatGPT, and other AI clients manage your WordPress content through the Model Context Protocol.
Every request is authenticated, scoped, and audited. Your WordPress sites stay safe.
Every request to your WordPress site is signed with HMAC-SHA256 + timestamp + nonce. Replay attacks are impossible.
Issue API keys with fine-grained scopes — allow creating posts but block deletions. Restrict keys to specific sites.
Every tool call is logged with input, output, duration, and status. Know exactly what AI did on your sites.
Each organization gets isolated tenants with their own sites, keys, and policies. Perfect for agencies.
Uses the latest MCP StreamableHTTP transport for fast, reliable tool execution with session management.
Install our lightweight plugin on any WordPress site. One shared secret, automatic capability discovery.
Three steps to connect your AI assistant to WordPress.
Create your account, register your WordPress site, and get a shared secret.
Install the Invizo MCP plugin, paste the shared secret, and your site is connected.
Generate an API key, add the MCP endpoint to Claude/Cursor, and start managing content.
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" } } }