Skip to main content
The FloKit MCP connector is live. See Connect an AI assistant for the full guide, then Connect from Claude or Connect from ChatGPT.
FloKit exposes a read-only MCP server so Claude or ChatGPT can inspect your growth context — status, metrics, and the approval queue — without any direct access to ad accounts, payment systems, or the raw warehouse.

Available today (read-only)

  • get_status — source health, KPIs, readiness, and the count of waiting approvals
  • list_pending_approvals — the unified approval queue across the platform
  • get_approval — full detail for one pending item
  • explain — a grounded walkthrough of the workspace
Plus one-click prompts: daily_briefing, whats_waiting_on_me, show_me_around.

Roadmap

A guarded write path is planned as a separate, opt-in scope (approvals:write):
  • decide_approval — approve or reject a pending item from chat, with the same version-pinning, capability, readiness, and guardrail checks the dashboard enforces, recorded in the hash-chained audit log.
Write tools default to off. decide_approval will require an explicit approvals:write grant on the connection and re-check every server-side gate at decision time — a connector can never widen its own access.