Nuncio is in active development — building in the open, not shipping vapor.
DocsAI IntegrationModel Context Protocol (Planned)
Master Docs Hub Index
AI Integration • Planned

Model Context Protocol (MCP) Client

An MCP client is a planned, separate thin client over Nuncio's gRPC contract — the same one the CLI already uses. It does not exist yet. Nothing on this page is runnable today.

Nothing on this page is usable yet
A Gateway, Not Direct Access

AI agents would never receive raw account credentials. Every action would pass through a policy gateway that decides what a given agent is allowed to touch.

Every Action, Audited

Agent tool calls would land in the same hash-chained WORM audit ledger the engine already uses for account and rule mutations today.

Target Configuration Shape

This is what an MCP client config would look like once it exists. It will not connect to anything today — there is no nuncio-mcp binary to run.

{
  "mcpServers": {
    "nuncio": {
      "command": "nuncio-mcp",
      "args": ["--stdio"]
    }
  }
}

For the full design — the planned tool surface, the capability-policy model, and why a gateway instead of direct access — see the MCP page.