Reference

Everything the Kuali Connector exposes, in both shapes — a complete CLI and a complete MCP tool set that mirror each other exactly.

95 MCP tools
Every CLI command
They mirror each other
REFERENCE

Two shapes, one binary

CLI commands

The complete kuali command — every resource, subcommand, and flag, for scripts and terminals.

Open ->

MCP tools

Every MCP tool your AI assistant can call — 95 total, grouped by resource, marked read-only or destructive.

Open ->

They mirror each other

kuali documents list --app X and kuali_documents_list({ app: "X" }) execute the same code path. If you can do it on the command line, your assistant can do it too.

See how ->