wordpress/Status & Monitoring

Status & Monitoring

The Status page provides a quick overview of your Intufind installation health and diagnostics.

Navigate to Intufind → Status in your WordPress admin.

Status page overview

Connection

Shows your connectivity to Intufind's cloud services.

FieldDescription
StatusWhether your site is connected to Intufind servers
WorkspaceThe workspace ID this site is connected to
DashboardQuick link to open your workspace in the Intufind dashboard

Environment

Displays your system details for troubleshooting.

FieldDescription
Plugin VersionCurrently installed Intufind plugin version
WordPressYour WordPress version
PHPYour PHP version
WooCommerceWhether WooCommerce is active (and its version)
API URLThe API endpoint your plugin is communicating with

MCP Server

Shows the Model Context Protocol (MCP) endpoints used for AI agent integration, including order lookups.

MCP Server status

FieldDescription
Base EndpointThe MCP base URL on your site
Orders DomainThe orders endpoint (WooCommerce only)
Cloud RegistrationWhether order support is registered with Intufind cloud
Available DomainsWhich MCP domains are active (e.g. orders)

If WooCommerce is not installed, an info notice explains that WooCommerce is required for the Orders domain.

Troubleshooting MCP Registration

If Cloud Registration shows Not Registered:

  1. Verify WooCommerce is active
  2. Ensure your site uses HTTPS — order support requires SSL
  3. Click Retry Registration
  4. Check for error messages displayed below the card
  5. Verify no security plugins are blocking the connection

See Order Support for more details on configuring AI-powered order lookups.

Troubleshooting

Connection shows Disconnected

  1. Check your internet connection
  2. Verify firewall allows outbound HTTPS to api.intufind.com
  3. Test connectivity: curl https://api.intufind.com/health
  4. Verify your API key is correct in Settings

Environment shows outdated versions

Intufind requires PHP 8.0+ and WordPress 6.0+. If your versions are below these, update them before contacting support.

Next Steps