

<strong>Connections</strong> — OAuth client management, active tokens, and live OAuth/MCP URLs
Sigma MCP Connector implements the Model Context Protocol (MCP) on top of your WordPress site, so AI assistants can act on your content as a real, authenticated WordPress user — never anonymously, never with more access than that user already has.
It exposes a JSON-RPC 2.0 MCP endpoint secured by a full OAuth 2.0 Authorization Code + PKCE flow. An administrator registers each AI client (Claude.ai, Codex, VS Code, Cursor AI, or any other MCP-aware tool) as an OAuth client; a WordPress user then explicitly signs in and approves a consent screen before that client can do anything. From then on, every tool call is checked against that specific user’s WordPress capabilities and written to a full audit log.
Minimum
* WordPress 6.0
* PHP 8.0
* MySQL 5.7 or MariaDB 10.3
Recommended
* HTTPS enabled
* Pretty permalinks enabled
{prefix}sigma_mcp_oauth_clients — Registered OAuth applications{prefix}sigma_mcp_oauth_codes — Short-lived, single-use authorization codes{prefix}sigma_mcp_oauth_tokens — Access and refresh tokens{prefix}sigma_mcp_log — Legacy per-call log{prefix}sigma_mcp_event_log — Full structured audit log