KosmoKrator

analytics

Klipfolio MCP, CLI, and Lua Integration for AI Agents

Klipfolio integration docs for AI agents: MCP gateway setup, Klipfolio CLI commands, Lua API reference, credentials, and function schemas.

Klipfolio for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
klipfolio.klipfolio_list_dashboards Read read 2 List all dashboards accessible to the authenticated user in Klipfolio. Returns dashboard IDs, names, and metadata.
klipfolio.klipfolio_get_dashboard Read read 1 Get details for a specific Klipfolio dashboard by ID, including its layout, Klips, and sharing settings.
klipfolio.klipfolio_list_metrics Read read 2 List all metrics accessible to the authenticated user in Klipfolio. Returns metric IDs, names, and associated data sources.
klipfolio.klipfolio_get_metric Read read 1 Get details for a specific Klipfolio metric by ID, including its formula, data bindings, and formatting.
klipfolio.klipfolio_list_datasources Read read 2 List all data sources accessible to the authenticated user in Klipfolio. Returns data source IDs, names, and connector types.
klipfolio.klipfolio_get_datasource Read read 1 Get details for a specific Klipfolio data source by ID, including its connector type, refresh settings, and configuration.
klipfolio.klipfolio_get_current_user Read read 0 Get the authenticated Klipfolio user's profile information, including name, email, and role.