> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flokitai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP connector

> FloKit's Model Context Protocol connector for Claude and ChatGPT.

<Note>
  The FloKit MCP connector is **live**. See **[Connect an AI assistant](/assistant/overview)**
  for the full guide, then [Connect from Claude](/assistant/connect-claude) or
  [Connect from ChatGPT](/assistant/connect-chatgpt).
</Note>

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.

<Warning>
  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.
</Warning>
