GET MCP Status
Report everything the Settings → MCP screen needs to decide what to render: whether an adapter is installed and active, which one is providing it, how many abilities are registered, and whether the kill-switch is on.
An adapter can come from two places — the standalone adapter plugin or a bundled adapter inside FluentHub — and adapter_provider tells you which one won (plugin, toolkit, or an empty string when neither is active).
tools_count is 0 whenever the WordPress Abilities API is missing, since there is nowhere to register abilities.
Required capability: fcrm_manage_settings
Enforced by SettingsPolicy::verifyRequest(), the policy default for this route group.
Authorizations
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Responses
Current MCP integration status.